-
Notifications
You must be signed in to change notification settings - Fork 5
/
Zool.Pray.sln
48 lines (48 loc) · 2.71 KB
/
Zool.Pray.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28714.193
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A219C645-4506-4ADB-83B5-6522937CB677}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Zool.Pray", "src\Zool.Pray\Zool.Pray.csproj", "{0454F98C-8E2E-4E08-A499-AF0C8E906F17}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{46918726-4D62-4ACE-8D1C-2F69C3F11560}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Zool.Pray.Tests", "test\Zool.Pray.Tests\Zool.Pray.Tests.csproj", "{28231AA0-D092-4DFE-AF99-31020F340F61}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "example", "example", "{D1CC537B-F0E3-4E37-AD1F-58D38FFF0EB1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Zool.Pray.Example", "example\Zool.Pray.Example.csproj", "{4AA0E0AA-DC0A-4E7A-A8F6-AA0BFCDAFEAC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0454F98C-8E2E-4E08-A499-AF0C8E906F17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0454F98C-8E2E-4E08-A499-AF0C8E906F17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0454F98C-8E2E-4E08-A499-AF0C8E906F17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0454F98C-8E2E-4E08-A499-AF0C8E906F17}.Release|Any CPU.Build.0 = Release|Any CPU
{28231AA0-D092-4DFE-AF99-31020F340F61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28231AA0-D092-4DFE-AF99-31020F340F61}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28231AA0-D092-4DFE-AF99-31020F340F61}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28231AA0-D092-4DFE-AF99-31020F340F61}.Release|Any CPU.Build.0 = Release|Any CPU
{4AA0E0AA-DC0A-4E7A-A8F6-AA0BFCDAFEAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4AA0E0AA-DC0A-4E7A-A8F6-AA0BFCDAFEAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4AA0E0AA-DC0A-4E7A-A8F6-AA0BFCDAFEAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4AA0E0AA-DC0A-4E7A-A8F6-AA0BFCDAFEAC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0454F98C-8E2E-4E08-A499-AF0C8E906F17} = {A219C645-4506-4ADB-83B5-6522937CB677}
{28231AA0-D092-4DFE-AF99-31020F340F61} = {46918726-4D62-4ACE-8D1C-2F69C3F11560}
{4AA0E0AA-DC0A-4E7A-A8F6-AA0BFCDAFEAC} = {D1CC537B-F0E3-4E37-AD1F-58D38FFF0EB1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2C9F9BD1-F093-42D3-8B70-F9B64A8B69E0}
EndGlobalSection
EndGlobal