-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathdeadcell-gui.sln
41 lines (41 loc) · 2.14 KB
/
deadcell-gui.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
32
33
34
35
36
37
38
39
40
41
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "deadcell-gui", "deadcell-gui.vcxproj", "{727B5A77-FE84-4361-B4D0-1DC2AFFC6649}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "deadcell-gui-test", "demo\deadcell-gui-test.vcxproj", "{FC5965F4-3F43-47D5-A43F-13994919C82E}"
ProjectSection(ProjectDependencies) = postProject
{727B5A77-FE84-4361-B4D0-1DC2AFFC6649} = {727B5A77-FE84-4361-B4D0-1DC2AFFC6649}
{9D4DD681-8A57-473A-9008-FD8966543CA9} = {9D4DD681-8A57-473A-9008-FD8966543CA9}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "imgui", "imgui.vcxproj", "{9D4DD681-8A57-473A-9008-FD8966543CA9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{727B5A77-FE84-4361-B4D0-1DC2AFFC6649}.Debug|x86.ActiveCfg = Debug|Win32
{727B5A77-FE84-4361-B4D0-1DC2AFFC6649}.Debug|x86.Build.0 = Debug|Win32
{727B5A77-FE84-4361-B4D0-1DC2AFFC6649}.Release|x86.ActiveCfg = Release|Win32
{727B5A77-FE84-4361-B4D0-1DC2AFFC6649}.Release|x86.Build.0 = Release|Win32
{FC5965F4-3F43-47D5-A43F-13994919C82E}.Debug|x86.ActiveCfg = Debug|Win32
{FC5965F4-3F43-47D5-A43F-13994919C82E}.Debug|x86.Build.0 = Debug|Win32
{FC5965F4-3F43-47D5-A43F-13994919C82E}.Release|x86.ActiveCfg = Release|Win32
{FC5965F4-3F43-47D5-A43F-13994919C82E}.Release|x86.Build.0 = Release|Win32
{9D4DD681-8A57-473A-9008-FD8966543CA9}.Debug|x86.ActiveCfg = Debug|Win32
{9D4DD681-8A57-473A-9008-FD8966543CA9}.Debug|x86.Build.0 = Debug|Win32
{9D4DD681-8A57-473A-9008-FD8966543CA9}.Release|x86.ActiveCfg = Release|Win32
{9D4DD681-8A57-473A-9008-FD8966543CA9}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {72FD551C-4DB0-40B4-B81F-836B03D855DB}
EndGlobalSection
EndGlobal