-
Notifications
You must be signed in to change notification settings - Fork 0
/
Flogex.CeremonyGenerator.sln
43 lines (43 loc) · 2.66 KB
/
Flogex.CeremonyGenerator.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30105.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Flogex.CeremonyGenerator", "Flogex.CeremonyGenerator\Flogex.CeremonyGenerator.csproj", "{73E00C31-A2F9-45B0-8034-AF9359D93D4A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Flogex.CeremonyGenerator.Supplements", "Flogex.CeremonyGenerator.Supplements\Flogex.CeremonyGenerator.Supplements.csproj", "{BFD92B6F-DDBF-4CC2-9511-BA3CCCDA8484}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Flogex.CeremonyGenerator.Tests", "Flogex.CeremonyGenerator.Tests\Flogex.CeremonyGenerator.Tests.csproj", "{3BA9C23C-D188-417B-88F5-A81C1FCADEC1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleApp1", "ConsoleApp1\ConsoleApp1.csproj", "{CC0F9461-54F0-4AFF-ACDF-79D11CDEDD84}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{73E00C31-A2F9-45B0-8034-AF9359D93D4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73E00C31-A2F9-45B0-8034-AF9359D93D4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73E00C31-A2F9-45B0-8034-AF9359D93D4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73E00C31-A2F9-45B0-8034-AF9359D93D4A}.Release|Any CPU.Build.0 = Release|Any CPU
{BFD92B6F-DDBF-4CC2-9511-BA3CCCDA8484}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BFD92B6F-DDBF-4CC2-9511-BA3CCCDA8484}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BFD92B6F-DDBF-4CC2-9511-BA3CCCDA8484}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BFD92B6F-DDBF-4CC2-9511-BA3CCCDA8484}.Release|Any CPU.Build.0 = Release|Any CPU
{3BA9C23C-D188-417B-88F5-A81C1FCADEC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BA9C23C-D188-417B-88F5-A81C1FCADEC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BA9C23C-D188-417B-88F5-A81C1FCADEC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BA9C23C-D188-417B-88F5-A81C1FCADEC1}.Release|Any CPU.Build.0 = Release|Any CPU
{CC0F9461-54F0-4AFF-ACDF-79D11CDEDD84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC0F9461-54F0-4AFF-ACDF-79D11CDEDD84}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC0F9461-54F0-4AFF-ACDF-79D11CDEDD84}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC0F9461-54F0-4AFF-ACDF-79D11CDEDD84}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4B72601B-7B47-4B84-AA44-4F23CD0D5BBF}
EndGlobalSection
EndGlobal