forked from overengineering/sharpasonne
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Sharpasonne.sln
43 lines (43 loc) · 2.57 KB
/
Sharpasonne.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 15
VisualStudioVersion = 15.0.27004.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sharpasonne", "Sharpasonne\Sharpasonne.csproj", "{26EBA410-0034-4BF2-B797-7BB7FE05B2D0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sharpasonne.Tests", "Sharpasonne.Tests\Sharpasonne.Tests.csproj", "{EB491BF7-7B47-4605-87F9-888D1D93ECC7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sharpasonne.Models", "Sharpasonne.Models\Sharpasonne.Models.csproj", "{D02FF6B4-1CAA-4FE8-B196-D77DAB9C2D2C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sharpasonne.Models.Tests", "Sharpasonne.Models.Tests\Sharpasonne.Models.Tests.csproj", "{64B6A130-3074-49E6-AF96-11246F82175C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{26EBA410-0034-4BF2-B797-7BB7FE05B2D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26EBA410-0034-4BF2-B797-7BB7FE05B2D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26EBA410-0034-4BF2-B797-7BB7FE05B2D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26EBA410-0034-4BF2-B797-7BB7FE05B2D0}.Release|Any CPU.Build.0 = Release|Any CPU
{EB491BF7-7B47-4605-87F9-888D1D93ECC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB491BF7-7B47-4605-87F9-888D1D93ECC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB491BF7-7B47-4605-87F9-888D1D93ECC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB491BF7-7B47-4605-87F9-888D1D93ECC7}.Release|Any CPU.Build.0 = Release|Any CPU
{D02FF6B4-1CAA-4FE8-B196-D77DAB9C2D2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D02FF6B4-1CAA-4FE8-B196-D77DAB9C2D2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D02FF6B4-1CAA-4FE8-B196-D77DAB9C2D2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D02FF6B4-1CAA-4FE8-B196-D77DAB9C2D2C}.Release|Any CPU.Build.0 = Release|Any CPU
{64B6A130-3074-49E6-AF96-11246F82175C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64B6A130-3074-49E6-AF96-11246F82175C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64B6A130-3074-49E6-AF96-11246F82175C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64B6A130-3074-49E6-AF96-11246F82175C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CEBD659D-5858-46BB-B241-E253000382A2}
EndGlobalSection
EndGlobal