-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSolitaire.sln
More file actions
31 lines (31 loc) · 1.57 KB
/
Copy pathSolitaire.sln
File metadata and controls
31 lines (31 loc) · 1.57 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35828.75 d17.13
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Solitaire", "Solitaire\Solitaire.csproj", "{81493CD1-5E9F-44E2-9752-299D1192CCCD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SolitaireGames", "SolitaireGames\SolitaireGames.csproj", "{9C832C1D-FBAC-486A-A43C-30A17EB14F1C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{81493CD1-5E9F-44E2-9752-299D1192CCCD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81493CD1-5E9F-44E2-9752-299D1192CCCD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81493CD1-5E9F-44E2-9752-299D1192CCCD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81493CD1-5E9F-44E2-9752-299D1192CCCD}.Release|Any CPU.Build.0 = Release|Any CPU
{9C832C1D-FBAC-486A-A43C-30A17EB14F1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C832C1D-FBAC-486A-A43C-30A17EB14F1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C832C1D-FBAC-486A-A43C-30A17EB14F1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C832C1D-FBAC-486A-A43C-30A17EB14F1C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B58EC0D1-52E3-48BE-A581-64513928A9F0}
EndGlobalSection
EndGlobal