-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpugzor.sln
34 lines (34 loc) · 1.9 KB
/
pugzor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.15
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pugzor.Core", "Pugzor.Core\Pugzor.Core.csproj", "{DD3DE4F2-CF16-4EF5-A259-D28FA1E799FC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pugzor.Website", "Pugzor.Website\Pugzor.Website.csproj", "{0D2A4C50-2926-4AB4-896E-B979AFAB98B6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pugzor.Test", "Pugzor.Test\Pugzor.Test.csproj", "{3CADAB17-DF8D-4444-BFA5-49CC8072F785}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DD3DE4F2-CF16-4EF5-A259-D28FA1E799FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD3DE4F2-CF16-4EF5-A259-D28FA1E799FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD3DE4F2-CF16-4EF5-A259-D28FA1E799FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD3DE4F2-CF16-4EF5-A259-D28FA1E799FC}.Release|Any CPU.Build.0 = Release|Any CPU
{0D2A4C50-2926-4AB4-896E-B979AFAB98B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D2A4C50-2926-4AB4-896E-B979AFAB98B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D2A4C50-2926-4AB4-896E-B979AFAB98B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D2A4C50-2926-4AB4-896E-B979AFAB98B6}.Release|Any CPU.Build.0 = Release|Any CPU
{3CADAB17-DF8D-4444-BFA5-49CC8072F785}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3CADAB17-DF8D-4444-BFA5-49CC8072F785}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3CADAB17-DF8D-4444-BFA5-49CC8072F785}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3CADAB17-DF8D-4444-BFA5-49CC8072F785}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal