-
Notifications
You must be signed in to change notification settings - Fork 1
/
triangle.sln
25 lines (25 loc) · 1.04 KB
/
triangle.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 Version 17
VisualStudioVersion = 17.6.33717.318
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Triangle", "Triangle\Triangle.vcxproj", "{E6C85599-271A-4894-A6A5-8C42F2029852}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E6C85599-271A-4894-A6A5-8C42F2029852}.Debug|x86.ActiveCfg = Debug|Win32
{E6C85599-271A-4894-A6A5-8C42F2029852}.Debug|x86.Build.0 = Debug|Win32
{E6C85599-271A-4894-A6A5-8C42F2029852}.Release|x86.ActiveCfg = Release|Win32
{E6C85599-271A-4894-A6A5-8C42F2029852}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {59EC0D0D-61BD-4528-940D-1394F35ECD1B}
EndGlobalSection
EndGlobal