-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPillarsOfCreation.sln
78 lines (78 loc) · 4.62 KB
/
PillarsOfCreation.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1F04C9E9-0D86-4991-904D-4C700EC2A1D4}"
ProjectSection(SolutionItems) = preProject
.versionize = .versionize
Changelog.md = Changelog.md
README.md = README.md
Todo.md = Todo.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{CB804ED4-E369-4141-9A3E-9294FDDFDD75}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pillars", "src\Pillars\Pillars.csproj", "{49CB2DB1-BDAF-48F7-BC04-0EA03A76A410}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PillarsOfCreation.AppHost", "src\PillarsOfCreation.AppHost\PillarsOfCreation.AppHost.csproj", "{7FAB9726-7086-455D-A637-383629C2B668}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PillarsOfCreation.ServiceDefaults", "src\PillarsOfCreation.ServiceDefaults\PillarsOfCreation.ServiceDefaults.csproj", "{11AE136C-4AEB-4923-80FA-4EDD1450476D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{49CB2DB1-BDAF-48F7-BC04-0EA03A76A410}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49CB2DB1-BDAF-48F7-BC04-0EA03A76A410}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49CB2DB1-BDAF-48F7-BC04-0EA03A76A410}.Debug|x64.ActiveCfg = Debug|Any CPU
{49CB2DB1-BDAF-48F7-BC04-0EA03A76A410}.Debug|x64.Build.0 = Debug|Any CPU
{49CB2DB1-BDAF-48F7-BC04-0EA03A76A410}.Debug|x86.ActiveCfg = Debug|Any CPU
{49CB2DB1-BDAF-48F7-BC04-0EA03A76A410}.Debug|x86.Build.0 = Debug|Any CPU
{49CB2DB1-BDAF-48F7-BC04-0EA03A76A410}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49CB2DB1-BDAF-48F7-BC04-0EA03A76A410}.Release|Any CPU.Build.0 = Release|Any CPU
{49CB2DB1-BDAF-48F7-BC04-0EA03A76A410}.Release|x64.ActiveCfg = Release|Any CPU
{49CB2DB1-BDAF-48F7-BC04-0EA03A76A410}.Release|x64.Build.0 = Release|Any CPU
{49CB2DB1-BDAF-48F7-BC04-0EA03A76A410}.Release|x86.ActiveCfg = Release|Any CPU
{49CB2DB1-BDAF-48F7-BC04-0EA03A76A410}.Release|x86.Build.0 = Release|Any CPU
{7FAB9726-7086-455D-A637-383629C2B668}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FAB9726-7086-455D-A637-383629C2B668}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FAB9726-7086-455D-A637-383629C2B668}.Debug|x64.ActiveCfg = Debug|Any CPU
{7FAB9726-7086-455D-A637-383629C2B668}.Debug|x64.Build.0 = Debug|Any CPU
{7FAB9726-7086-455D-A637-383629C2B668}.Debug|x86.ActiveCfg = Debug|Any CPU
{7FAB9726-7086-455D-A637-383629C2B668}.Debug|x86.Build.0 = Debug|Any CPU
{7FAB9726-7086-455D-A637-383629C2B668}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FAB9726-7086-455D-A637-383629C2B668}.Release|Any CPU.Build.0 = Release|Any CPU
{7FAB9726-7086-455D-A637-383629C2B668}.Release|x64.ActiveCfg = Release|Any CPU
{7FAB9726-7086-455D-A637-383629C2B668}.Release|x64.Build.0 = Release|Any CPU
{7FAB9726-7086-455D-A637-383629C2B668}.Release|x86.ActiveCfg = Release|Any CPU
{7FAB9726-7086-455D-A637-383629C2B668}.Release|x86.Build.0 = Release|Any CPU
{11AE136C-4AEB-4923-80FA-4EDD1450476D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11AE136C-4AEB-4923-80FA-4EDD1450476D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11AE136C-4AEB-4923-80FA-4EDD1450476D}.Debug|x64.ActiveCfg = Debug|Any CPU
{11AE136C-4AEB-4923-80FA-4EDD1450476D}.Debug|x64.Build.0 = Debug|Any CPU
{11AE136C-4AEB-4923-80FA-4EDD1450476D}.Debug|x86.ActiveCfg = Debug|Any CPU
{11AE136C-4AEB-4923-80FA-4EDD1450476D}.Debug|x86.Build.0 = Debug|Any CPU
{11AE136C-4AEB-4923-80FA-4EDD1450476D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11AE136C-4AEB-4923-80FA-4EDD1450476D}.Release|Any CPU.Build.0 = Release|Any CPU
{11AE136C-4AEB-4923-80FA-4EDD1450476D}.Release|x64.ActiveCfg = Release|Any CPU
{11AE136C-4AEB-4923-80FA-4EDD1450476D}.Release|x64.Build.0 = Release|Any CPU
{11AE136C-4AEB-4923-80FA-4EDD1450476D}.Release|x86.ActiveCfg = Release|Any CPU
{11AE136C-4AEB-4923-80FA-4EDD1450476D}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{49CB2DB1-BDAF-48F7-BC04-0EA03A76A410} = {CB804ED4-E369-4141-9A3E-9294FDDFDD75}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3B71E2F4-24B2-47E8-B787-2666E8EDFC13}
EndGlobalSection
EndGlobal