forked from bobsgame/okgame
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbobsgame.sln
executable file
·30 lines (30 loc) · 1.3 KB
/
bobsgame.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bobsgame", "bobsgame.vcxproj", "{AF7EAEC1-0865-4133-9A48-C8097F619525}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{08643FA2-6928-4F60-8E4F-83FD78C28AA3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AF7EAEC1-0865-4133-9A48-C8097F619525}.Debug|x64.ActiveCfg = Debug|x64
{AF7EAEC1-0865-4133-9A48-C8097F619525}.Debug|x64.Build.0 = Debug|x64
{AF7EAEC1-0865-4133-9A48-C8097F619525}.Release|x64.ActiveCfg = Release|x64
{AF7EAEC1-0865-4133-9A48-C8097F619525}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AF7EAEC1-0865-4133-9A48-C8097F619525} = {08643FA2-6928-4F60-8E4F-83FD78C28AA3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B74CA89B-2CE5-47F6-87F3-F1AC182CF9C2}
EndGlobalSection
EndGlobal