-
Notifications
You must be signed in to change notification settings - Fork 2
/
DeckManager.sln
32 lines (32 loc) · 1.85 KB
/
DeckManager.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeckManager", "DeckManager\DeckManager.csproj", "{68A0657C-25CB-47D0-B674-CADDA0508F9F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeckManagerOutput", "DeckManagerOutput\DeckManagerOutput.csproj", "{C5602094-1635-44F5-A6AE-D09C6C700F83}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeckManagerTests", "DeckManagerTests\DeckManagerTests.csproj", "{2BC73027-7669-485B-AD0C-B58E076A48F5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{68A0657C-25CB-47D0-B674-CADDA0508F9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68A0657C-25CB-47D0-B674-CADDA0508F9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68A0657C-25CB-47D0-B674-CADDA0508F9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68A0657C-25CB-47D0-B674-CADDA0508F9F}.Release|Any CPU.Build.0 = Release|Any CPU
{C5602094-1635-44F5-A6AE-D09C6C700F83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5602094-1635-44F5-A6AE-D09C6C700F83}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5602094-1635-44F5-A6AE-D09C6C700F83}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5602094-1635-44F5-A6AE-D09C6C700F83}.Release|Any CPU.Build.0 = Release|Any CPU
{2BC73027-7669-485B-AD0C-B58E076A48F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2BC73027-7669-485B-AD0C-B58E076A48F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2BC73027-7669-485B-AD0C-B58E076A48F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2BC73027-7669-485B-AD0C-B58E076A48F5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal