-
Notifications
You must be signed in to change notification settings - Fork 0
/
TestGUI.sln
28 lines (28 loc) · 1.21 KB
/
TestGUI.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.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestGUI", "TestGUI\TestGUI.vcxproj", "{6E7AB953-B618-4FD9-9524-42D63DA35E3F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Checked|x64 = Checked|x64
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6E7AB953-B618-4FD9-9524-42D63DA35E3F}.Checked|x64.ActiveCfg = Checked|x64
{6E7AB953-B618-4FD9-9524-42D63DA35E3F}.Checked|x64.Build.0 = Checked|x64
{6E7AB953-B618-4FD9-9524-42D63DA35E3F}.Debug|x64.ActiveCfg = Debug|x64
{6E7AB953-B618-4FD9-9524-42D63DA35E3F}.Debug|x64.Build.0 = Debug|x64
{6E7AB953-B618-4FD9-9524-42D63DA35E3F}.Release|x64.ActiveCfg = Release|x64
{6E7AB953-B618-4FD9-9524-42D63DA35E3F}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3AFCAC4C-6ADE-464F-8BF5-50C0B62DC2B2}
EndGlobalSection
EndGlobal