-
Notifications
You must be signed in to change notification settings - Fork 0
/
steply.sln
41 lines (41 loc) · 2.1 KB
/
steply.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 17
VisualStudioVersion = 17.2.32210.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "steply", "steply\steply.vcxproj", "{3E2EB17D-2B33-4F09-A57C-25BD015AC7DD}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "imvec_sub", "imvec_sub\imvec_sub.vcxitems", "{20C66F9B-5301-4C65-980A-64EA5FED76AE}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "imgui_sub", "imgui_sub\imgui_sub.vcxitems", "{5DBC4275-7603-4595-9967-D2EDDF77E544}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3E2EB17D-2B33-4F09-A57C-25BD015AC7DD}.Debug|x64.ActiveCfg = Debug|x64
{3E2EB17D-2B33-4F09-A57C-25BD015AC7DD}.Debug|x64.Build.0 = Debug|x64
{3E2EB17D-2B33-4F09-A57C-25BD015AC7DD}.Debug|x86.ActiveCfg = Debug|Win32
{3E2EB17D-2B33-4F09-A57C-25BD015AC7DD}.Debug|x86.Build.0 = Debug|Win32
{3E2EB17D-2B33-4F09-A57C-25BD015AC7DD}.Release|x64.ActiveCfg = Release|x64
{3E2EB17D-2B33-4F09-A57C-25BD015AC7DD}.Release|x64.Build.0 = Release|x64
{3E2EB17D-2B33-4F09-A57C-25BD015AC7DD}.Release|x86.ActiveCfg = Release|Win32
{3E2EB17D-2B33-4F09-A57C-25BD015AC7DD}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {615BFA21-998B-41FA-B285-77BDB83B88CE}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
imvec_sub\imvec_sub.vcxitems*{20c66f9b-5301-4c65-980a-64ea5fed76ae}*SharedItemsImports = 9
imgui_sub\imgui_sub.vcxitems*{3e2eb17d-2b33-4f09-a57c-25bd015ac7dd}*SharedItemsImports = 4
imvec_sub\imvec_sub.vcxitems*{3e2eb17d-2b33-4f09-a57c-25bd015ac7dd}*SharedItemsImports = 4
imgui_sub\imgui_sub.vcxitems*{5dbc4275-7603-4595-9967-d2eddf77e544}*SharedItemsImports = 9
EndGlobalSection
EndGlobal