-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTSDV-WaveEngine.sln
More file actions
44 lines (44 loc) · 2.32 KB
/
Copy pathTSDV-WaveEngine.sln
File metadata and controls
44 lines (44 loc) · 2.32 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35527.113
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WaveEngine", "TSDV-WaveEngine\TSDV-WaveEngine.vcxproj", "{001DD79A-91B3-4EA4-878F-5FBC199F471E}"
ProjectSection(ProjectDependencies) = postProject
{0ED21247-6C31-48DA-89AA-68F556D4D95E} = {0ED21247-6C31-48DA-89AA-68F556D4D95E}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Game", "Game\Game.vcxproj", "{90A4B3E8-30C9-4584-9FE0-A3FEABF44720}"
ProjectSection(ProjectDependencies) = postProject
{001DD79A-91B3-4EA4-878F-5FBC199F471E} = {001DD79A-91B3-4EA4-878F-5FBC199F471E}
{0ED21247-6C31-48DA-89AA-68F556D4D95E} = {0ED21247-6C31-48DA-89AA-68F556D4D95E}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "KapnackToolBox", "KapnackToolBox\KapnackToolBox.vcxproj", "{0ED21247-6C31-48DA-89AA-68F556D4D95E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{001DD79A-91B3-4EA4-878F-5FBC199F471E}.Debug|x86.ActiveCfg = Debug|Win32
{001DD79A-91B3-4EA4-878F-5FBC199F471E}.Debug|x86.Build.0 = Debug|Win32
{001DD79A-91B3-4EA4-878F-5FBC199F471E}.Release|x86.ActiveCfg = Release|Win32
{001DD79A-91B3-4EA4-878F-5FBC199F471E}.Release|x86.Build.0 = Release|Win32
{90A4B3E8-30C9-4584-9FE0-A3FEABF44720}.Debug|x86.ActiveCfg = Debug|Win32
{90A4B3E8-30C9-4584-9FE0-A3FEABF44720}.Debug|x86.Build.0 = Debug|Win32
{90A4B3E8-30C9-4584-9FE0-A3FEABF44720}.Release|x86.ActiveCfg = Release|Win32
{90A4B3E8-30C9-4584-9FE0-A3FEABF44720}.Release|x86.Build.0 = Release|Win32
{0ED21247-6C31-48DA-89AA-68F556D4D95E}.Debug|x86.ActiveCfg = Debug|Win32
{0ED21247-6C31-48DA-89AA-68F556D4D95E}.Debug|x86.Build.0 = Debug|Win32
{0ED21247-6C31-48DA-89AA-68F556D4D95E}.Release|x86.ActiveCfg = Release|Win32
{0ED21247-6C31-48DA-89AA-68F556D4D95E}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9F5EC3DB-FFA1-4F14-B540-DEC919599E40}
EndGlobalSection
EndGlobal