source: opengl-game/NewOpenGLGame.sln@ 17714b8

feature/imgui-sdl points-test
Last change on this file since 17714b8 was 1c6cd5e, checked in by Dmitry Portnoy <dmp1488@…>, 5 years ago

Create the VulkanGame VS2019 project and add it to the NewOpenGLGame solution

  • Property mode set to 100644
File size: 2.1 KB
Line 
1
2Microsoft Visual Studio Solution File, Format Version 12.00
3# Visual Studio Version 16
4VisualStudioVersion = 16.0.29020.237
5MinimumVisualStudioVersion = 10.0.40219.1
6Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NewOpenGLGame", "NewOpenGLGame.vcxproj", "{2D79C35D-6372-4B1F-8EFE-55F53BC9D0C7}"
7EndProject
8Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VulkanGame", "VulkanGame.vcxproj", "{2AD86D3B-B06F-405A-99F3-941A24329905}"
9EndProject
10Global
11 GlobalSection(SolutionConfigurationPlatforms) = preSolution
12 Debug|x64 = Debug|x64
13 Debug|x86 = Debug|x86
14 Release|x64 = Release|x64
15 Release|x86 = Release|x86
16 EndGlobalSection
17 GlobalSection(ProjectConfigurationPlatforms) = postSolution
18 {2D79C35D-6372-4B1F-8EFE-55F53BC9D0C7}.Debug|x64.ActiveCfg = Debug|x64
19 {2D79C35D-6372-4B1F-8EFE-55F53BC9D0C7}.Debug|x64.Build.0 = Debug|x64
20 {2D79C35D-6372-4B1F-8EFE-55F53BC9D0C7}.Debug|x86.ActiveCfg = Debug|Win32
21 {2D79C35D-6372-4B1F-8EFE-55F53BC9D0C7}.Debug|x86.Build.0 = Debug|Win32
22 {2D79C35D-6372-4B1F-8EFE-55F53BC9D0C7}.Release|x64.ActiveCfg = Release|x64
23 {2D79C35D-6372-4B1F-8EFE-55F53BC9D0C7}.Release|x64.Build.0 = Release|x64
24 {2D79C35D-6372-4B1F-8EFE-55F53BC9D0C7}.Release|x86.ActiveCfg = Release|Win32
25 {2D79C35D-6372-4B1F-8EFE-55F53BC9D0C7}.Release|x86.Build.0 = Release|Win32
26 {2AD86D3B-B06F-405A-99F3-941A24329905}.Debug|x64.ActiveCfg = Debug|x64
27 {2AD86D3B-B06F-405A-99F3-941A24329905}.Debug|x64.Build.0 = Debug|x64
28 {2AD86D3B-B06F-405A-99F3-941A24329905}.Debug|x86.ActiveCfg = Debug|Win32
29 {2AD86D3B-B06F-405A-99F3-941A24329905}.Debug|x86.Build.0 = Debug|Win32
30 {2AD86D3B-B06F-405A-99F3-941A24329905}.Release|x64.ActiveCfg = Release|x64
31 {2AD86D3B-B06F-405A-99F3-941A24329905}.Release|x64.Build.0 = Release|x64
32 {2AD86D3B-B06F-405A-99F3-941A24329905}.Release|x86.ActiveCfg = Release|Win32
33 {2AD86D3B-B06F-405A-99F3-941A24329905}.Release|x86.Build.0 = Release|Win32
34 EndGlobalSection
35 GlobalSection(SolutionProperties) = preSolution
36 HideSolutionNode = FALSE
37 EndGlobalSection
38 GlobalSection(ExtensibilityGlobals) = postSolution
39 SolutionGuid = {917DF9D1-80F5-4B8C-B930-C93DABDC8615}
40 EndGlobalSection
41EndGlobal
Note: See TracBrowser for help on using the repository browser.