-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFreeCell (2008).sln
33 lines (33 loc) · 1.94 KB
/
FreeCell (2008).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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeCell Library", "FreeCell Library\FreeCell Library.csproj", "{E040394A-B14D-4ACB-8AF8-D7C6E96128D0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeCell Tests", "FreeCell Tests\FreeCell Tests.csproj", "{D7C52A47-3A32-49EA-94F3-5382F6D5C2D7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test Results", "Test Results", "{4C72363C-7198-4720-AB5C-D1943B5ADCE4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeCell Game", "FreeCell Game\FreeCell Game.csproj", "{5FF3B343-CCBE-49BE-BA90-F4662E0FAED7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E040394A-B14D-4ACB-8AF8-D7C6E96128D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E040394A-B14D-4ACB-8AF8-D7C6E96128D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E040394A-B14D-4ACB-8AF8-D7C6E96128D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E040394A-B14D-4ACB-8AF8-D7C6E96128D0}.Release|Any CPU.Build.0 = Release|Any CPU
{D7C52A47-3A32-49EA-94F3-5382F6D5C2D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7C52A47-3A32-49EA-94F3-5382F6D5C2D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7C52A47-3A32-49EA-94F3-5382F6D5C2D7}.Release|Any CPU.Build.0 = Release|Any CPU
{5FF3B343-CCBE-49BE-BA90-F4662E0FAED7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5FF3B343-CCBE-49BE-BA90-F4662E0FAED7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5FF3B343-CCBE-49BE-BA90-F4662E0FAED7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5FF3B343-CCBE-49BE-BA90-F4662E0FAED7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal