-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathMinSurfacev7.sln
31 lines (31 loc) · 1.52 KB
/
MinSurfacev7.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
31
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32002.261
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MinSurfacev7GH", "MinSurfaceGH\MinSurfacev7GH.csproj", "{F9577220-38EA-42D8-85A4-EE8ED94510E1}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MinSurfaceCommands", "MinSurfaceCommands\MinSurfaceCommands.vcxproj", "{200E6AA4-5003-4012-9767-2F000BD193D5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F9577220-38EA-42D8-85A4-EE8ED94510E1}.Debug|x64.ActiveCfg = Debug|Any CPU
{F9577220-38EA-42D8-85A4-EE8ED94510E1}.Debug|x64.Build.0 = Debug|Any CPU
{F9577220-38EA-42D8-85A4-EE8ED94510E1}.Release|x64.ActiveCfg = Release|Any CPU
{F9577220-38EA-42D8-85A4-EE8ED94510E1}.Release|x64.Build.0 = Release|Any CPU
{200E6AA4-5003-4012-9767-2F000BD193D5}.Debug|x64.ActiveCfg = Debug|x64
{200E6AA4-5003-4012-9767-2F000BD193D5}.Debug|x64.Build.0 = Debug|x64
{200E6AA4-5003-4012-9767-2F000BD193D5}.Release|x64.ActiveCfg = Release|x64
{200E6AA4-5003-4012-9767-2F000BD193D5}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {57A72970-049B-43E0-A188-449B061BA3A0}
EndGlobalSection
EndGlobal