Changeset 1c6cd5e in opengl-game for NewOpenGLGame.sln


Ignore:
Timestamp:
Jul 10, 2019, 3:10:26 AM (5 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
f286a10
Parents:
b3671b5
git-author:
Dmitry Portnoy <dmp1488@…> (07/10/19 02:58:59)
git-committer:
Dmitry Portnoy <dmp1488@…> (07/10/19 03:10:26)
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NewOpenGLGame.sln

    rb3671b5 r1c6cd5e  
    11
    22Microsoft Visual Studio Solution File, Format Version 12.00
    3 # Visual Studio 15
    4 VisualStudioVersion = 15.0.26430.14
     3# Visual Studio Version 16
     4VisualStudioVersion = 16.0.29020.237
    55MinimumVisualStudioVersion = 10.0.40219.1
    66Project("{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}"
    79EndProject
    810Global
     
    2224                {2D79C35D-6372-4B1F-8EFE-55F53BC9D0C7}.Release|x86.ActiveCfg = Release|Win32
    2325                {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
    2434        EndGlobalSection
    2535        GlobalSection(SolutionProperties) = preSolution
    2636                HideSolutionNode = FALSE
    2737        EndGlobalSection
     38        GlobalSection(ExtensibilityGlobals) = postSolution
     39                SolutionGuid = {917DF9D1-80F5-4B8C-B930-C93DABDC8615}
     40        EndGlobalSection
    2841EndGlobal
Note: See TracChangeset for help on using the changeset viewer.