-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgroundSoftware.sln
More file actions
53 lines (53 loc) · 2.88 KB
/
Copy pathgroundSoftware.sln
File metadata and controls
53 lines (53 loc) · 2.88 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32922.545
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GUI", "groundSoftware.vcxproj", "{D91CD010-205F-4E2E-BA79-96422388E784}"
ProjectSection(ProjectDependencies) = postProject
{BA9F3CE2-4039-49FD-BEFF-D424D01CBB38} = {BA9F3CE2-4039-49FD-BEFF-D424D01CBB38}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BACKEND", "BACKEND\BACKEND.vcxproj", "{BA9F3CE2-4039-49FD-BEFF-D424D01CBB38}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
BACKEND_App|x64 = BACKEND_App|x64
BACKEND_App|x86 = BACKEND_App|x86
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D91CD010-205F-4E2E-BA79-96422388E784}.BACKEND_App|x64.ActiveCfg = Release|x64
{D91CD010-205F-4E2E-BA79-96422388E784}.BACKEND_App|x86.ActiveCfg = BACKEND_App|Win32
{D91CD010-205F-4E2E-BA79-96422388E784}.BACKEND_App|x86.Build.0 = BACKEND_App|Win32
{D91CD010-205F-4E2E-BA79-96422388E784}.Debug|x64.ActiveCfg = Debug|x64
{D91CD010-205F-4E2E-BA79-96422388E784}.Debug|x64.Build.0 = Debug|x64
{D91CD010-205F-4E2E-BA79-96422388E784}.Debug|x86.ActiveCfg = Debug|Win32
{D91CD010-205F-4E2E-BA79-96422388E784}.Debug|x86.Build.0 = Debug|Win32
{D91CD010-205F-4E2E-BA79-96422388E784}.Release|x64.ActiveCfg = Release|x64
{D91CD010-205F-4E2E-BA79-96422388E784}.Release|x64.Build.0 = Release|x64
{D91CD010-205F-4E2E-BA79-96422388E784}.Release|x86.ActiveCfg = Release|Win32
{D91CD010-205F-4E2E-BA79-96422388E784}.Release|x86.Build.0 = Release|Win32
{BA9F3CE2-4039-49FD-BEFF-D424D01CBB38}.BACKEND_App|x64.ActiveCfg = BACKEND_App|x64
{BA9F3CE2-4039-49FD-BEFF-D424D01CBB38}.BACKEND_App|x64.Build.0 = BACKEND_App|x64
{BA9F3CE2-4039-49FD-BEFF-D424D01CBB38}.BACKEND_App|x86.ActiveCfg = BACKEND_App|Win32
{BA9F3CE2-4039-49FD-BEFF-D424D01CBB38}.BACKEND_App|x86.Build.0 = BACKEND_App|Win32
{BA9F3CE2-4039-49FD-BEFF-D424D01CBB38}.Debug|x64.ActiveCfg = LIB|x64
{BA9F3CE2-4039-49FD-BEFF-D424D01CBB38}.Debug|x64.Build.0 = LIB|x64
{BA9F3CE2-4039-49FD-BEFF-D424D01CBB38}.Debug|x86.ActiveCfg = Debug|Win32
{BA9F3CE2-4039-49FD-BEFF-D424D01CBB38}.Debug|x86.Build.0 = Debug|Win32
{BA9F3CE2-4039-49FD-BEFF-D424D01CBB38}.Release|x64.ActiveCfg = LIB|x64
{BA9F3CE2-4039-49FD-BEFF-D424D01CBB38}.Release|x64.Build.0 = LIB|x64
{BA9F3CE2-4039-49FD-BEFF-D424D01CBB38}.Release|x86.ActiveCfg = Release|Win32
{BA9F3CE2-4039-49FD-BEFF-D424D01CBB38}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0873D864-3329-48B3-8F4A-EDB6964F65F6}
EndGlobalSection
EndGlobal