-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSolitaire.sln
28 lines (28 loc) · 1.4 KB
/
Solitaire.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32526.322
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Solitaire", "Solitaire\Solitaire.vbproj", "{78B3A22A-23E7-435C-B386-3EDDA9CC38FC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{31532B94-3325-4F16-8968-305EFF73D491}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31532B94-3325-4F16-8968-305EFF73D491}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31532B94-3325-4F16-8968-305EFF73D491}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31532B94-3325-4F16-8968-305EFF73D491}.Release|Any CPU.Build.0 = Release|Any CPU
{78B3A22A-23E7-435C-B386-3EDDA9CC38FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78B3A22A-23E7-435C-B386-3EDDA9CC38FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78B3A22A-23E7-435C-B386-3EDDA9CC38FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78B3A22A-23E7-435C-B386-3EDDA9CC38FC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8F6CCBED-936B-4EEF-8FE0-88D1A2A8B17D}
EndGlobalSection
EndGlobal