forked from danielkrupinski/Caesar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Caesar.sln
25 lines (25 loc) · 1.03 KB
/
Caesar.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Caesar", "Caesar\Caesar.vcxproj", "{2C7743DB-9187-4221-995B-C0CD3C17234C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2C7743DB-9187-4221-995B-C0CD3C17234C}.Debug|x86.ActiveCfg = Debug|Win32
{2C7743DB-9187-4221-995B-C0CD3C17234C}.Debug|x86.Build.0 = Debug|Win32
{2C7743DB-9187-4221-995B-C0CD3C17234C}.Release|x86.ActiveCfg = Release|Win32
{2C7743DB-9187-4221-995B-C0CD3C17234C}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {768CE29E-B077-487E-8AFC-900A23E4B69C}
EndGlobalSection
EndGlobal