From f0807fc44dde14531759306317611bab87c8fccf Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 19 Oct 2020 09:13:58 +0800 Subject: +gamelab proj --- Projects/VisualStudio/.vs/Jin/v15/.suo | Bin 30720 -> 0 bytes Projects/VisualStudio/.vs/Jin/v15/Browse.VC.db | Bin 77180928 -> 0 bytes Projects/VisualStudio/.vs/Jin/v15/Solution.VC.db | Bin 2191360 -> 0 bytes .../v15/ipch/AutoPCH/19f11c8463ef0178/DEVICE.ipch | Bin 28639232 -> 0 bytes .../Jin/v15/ipch/AutoPCH/75d245bf98f791a/MAIN.ipch | Bin 13697024 -> 0 bytes .../v15/ipch/AutoPCH/7e12c6410b8f7e79/MAINS.ipch | Bin 13697024 -> 0 bytes Projects/VisualStudio/Editor/Editor.vcxproj | 21 ++ .../VisualStudio/Editor/Editor.vcxproj.filters | 33 +- Projects/VisualStudio/GameLab.sln | 133 ++++++++ Projects/VisualStudio/ImGUI/ImGUI.vcxproj | 122 +++++++ Projects/VisualStudio/ImGUI/ImGUI.vcxproj.filters | 2 + Projects/VisualStudio/ImGUI/ImGUI.vcxproj.user | 4 + Projects/VisualStudio/Jin.sln | 122 ------- Projects/VisualStudio/Runner/Runner.vcxproj | 257 --------------- .../VisualStudio/Runner/Runner.vcxproj.filters | 345 -------------------- Projects/VisualStudio/Runner/Runner.vcxproj.user | 4 - Projects/VisualStudio/Runtime/Runtime.vcxproj | 262 +++++++++++++++ .../VisualStudio/Runtime/Runtime.vcxproj.filters | 363 +++++++++++++++++++++ Projects/VisualStudio/Runtime/Runtime.vcxproj.user | 4 + 19 files changed, 943 insertions(+), 729 deletions(-) delete mode 100644 Projects/VisualStudio/.vs/Jin/v15/.suo delete mode 100644 Projects/VisualStudio/.vs/Jin/v15/Browse.VC.db delete mode 100644 Projects/VisualStudio/.vs/Jin/v15/Solution.VC.db delete mode 100644 Projects/VisualStudio/.vs/Jin/v15/ipch/AutoPCH/19f11c8463ef0178/DEVICE.ipch delete mode 100644 Projects/VisualStudio/.vs/Jin/v15/ipch/AutoPCH/75d245bf98f791a/MAIN.ipch delete mode 100644 Projects/VisualStudio/.vs/Jin/v15/ipch/AutoPCH/7e12c6410b8f7e79/MAINS.ipch create mode 100644 Projects/VisualStudio/GameLab.sln create mode 100644 Projects/VisualStudio/ImGUI/ImGUI.vcxproj create mode 100644 Projects/VisualStudio/ImGUI/ImGUI.vcxproj.filters create mode 100644 Projects/VisualStudio/ImGUI/ImGUI.vcxproj.user delete mode 100644 Projects/VisualStudio/Jin.sln delete mode 100644 Projects/VisualStudio/Runner/Runner.vcxproj delete mode 100644 Projects/VisualStudio/Runner/Runner.vcxproj.filters delete mode 100644 Projects/VisualStudio/Runner/Runner.vcxproj.user create mode 100644 Projects/VisualStudio/Runtime/Runtime.vcxproj create mode 100644 Projects/VisualStudio/Runtime/Runtime.vcxproj.filters create mode 100644 Projects/VisualStudio/Runtime/Runtime.vcxproj.user (limited to 'Projects/VisualStudio') diff --git a/Projects/VisualStudio/.vs/Jin/v15/.suo b/Projects/VisualStudio/.vs/Jin/v15/.suo deleted file mode 100644 index 8b4def7..0000000 Binary files a/Projects/VisualStudio/.vs/Jin/v15/.suo and /dev/null differ diff --git a/Projects/VisualStudio/.vs/Jin/v15/Browse.VC.db b/Projects/VisualStudio/.vs/Jin/v15/Browse.VC.db deleted file mode 100644 index 60080a9..0000000 Binary files a/Projects/VisualStudio/.vs/Jin/v15/Browse.VC.db and /dev/null differ diff --git a/Projects/VisualStudio/.vs/Jin/v15/Solution.VC.db b/Projects/VisualStudio/.vs/Jin/v15/Solution.VC.db deleted file mode 100644 index b5f9a99..0000000 Binary files a/Projects/VisualStudio/.vs/Jin/v15/Solution.VC.db and /dev/null differ diff --git a/Projects/VisualStudio/.vs/Jin/v15/ipch/AutoPCH/19f11c8463ef0178/DEVICE.ipch b/Projects/VisualStudio/.vs/Jin/v15/ipch/AutoPCH/19f11c8463ef0178/DEVICE.ipch deleted file mode 100644 index 66245be..0000000 Binary files a/Projects/VisualStudio/.vs/Jin/v15/ipch/AutoPCH/19f11c8463ef0178/DEVICE.ipch and /dev/null differ diff --git a/Projects/VisualStudio/.vs/Jin/v15/ipch/AutoPCH/75d245bf98f791a/MAIN.ipch b/Projects/VisualStudio/.vs/Jin/v15/ipch/AutoPCH/75d245bf98f791a/MAIN.ipch deleted file mode 100644 index 459655c..0000000 Binary files a/Projects/VisualStudio/.vs/Jin/v15/ipch/AutoPCH/75d245bf98f791a/MAIN.ipch and /dev/null differ diff --git a/Projects/VisualStudio/.vs/Jin/v15/ipch/AutoPCH/7e12c6410b8f7e79/MAINS.ipch b/Projects/VisualStudio/.vs/Jin/v15/ipch/AutoPCH/7e12c6410b8f7e79/MAINS.ipch deleted file mode 100644 index 93759f3..0000000 Binary files a/Projects/VisualStudio/.vs/Jin/v15/ipch/AutoPCH/7e12c6410b8f7e79/MAINS.ipch and /dev/null differ diff --git a/Projects/VisualStudio/Editor/Editor.vcxproj b/Projects/VisualStudio/Editor/Editor.vcxproj index 3f32198..6d95bed 100644 --- a/Projects/VisualStudio/Editor/Editor.vcxproj +++ b/Projects/VisualStudio/Editor/Editor.vcxproj @@ -87,6 +87,8 @@ Disabled true true + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + D:\Documents\VisualStudio2017\Projects\GameLab\ThirdParty;%(AdditionalIncludeDirectories) Console @@ -98,9 +100,12 @@ Disabled true true + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + D:\Documents\VisualStudio2017\Projects\GameLab\ThirdParty;%(AdditionalIncludeDirectories) Console + %(AdditionalDependencies) @@ -134,6 +139,22 @@ + + + + + + + + + + + + + + + {385f2d3a-1cef-4aa1-8051-527f6b68dd81} + diff --git a/Projects/VisualStudio/Editor/Editor.vcxproj.filters b/Projects/VisualStudio/Editor/Editor.vcxproj.filters index 9cd8510..2614cc9 100644 --- a/Projects/VisualStudio/Editor/Editor.vcxproj.filters +++ b/Projects/VisualStudio/Editor/Editor.vcxproj.filters @@ -1,2 +1,33 @@  - \ No newline at end of file + + + + {87a57ef1-78d8-42b8-b179-ce1bbb5c4f8b} + + + + + GUI + + + GUI + + + + + GUI + + + + + GUI + + + GUI + + + + GUI + + + \ No newline at end of file diff --git a/Projects/VisualStudio/GameLab.sln b/Projects/VisualStudio/GameLab.sln new file mode 100644 index 0000000..aac6292 --- /dev/null +++ b/Projects/VisualStudio/GameLab.sln @@ -0,0 +1,133 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.28307.1022 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Runtime", "Runtime\Runtime.vcxproj", "{4C26BDCC-CA08-4C43-8EFF-B62A204D5FBD}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDL2", "SDL2\SDL2.vcxproj", "{8658F91C-9AAE-4819-9005-77D09C61D97F}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ThirdParty", "ThirdParty", "{0F6EE105-E1FF-4770-8314-06F9F98FB68F}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Box2D", "Box2D\Box2D.vcxproj", "{12759F92-73F9-48BC-8808-9FE709DCD134}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Editor", "Editor\Editor.vcxproj", "{CB47B19A-6649-4A1A-8FE5-6359178AA48F}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDL2main", "SDL2main\SDL2main.vcxproj", "{9B542E6D-8677-4AD6-9A69-4650103906C5}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "glad", "glad\glad.vcxproj", "{385F2D3A-1CEF-4AA1-8051-527F6B68DD81}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lua51", "lua51\lua51.vcxproj", "{AD09415F-4BF9-4FCE-901F-7AB22D429CFC}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "stb", "stb\stb.vcxproj", "{BFAA8A26-DE6F-4B71-8851-3FF3CF0C8B9F}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlib", "zlib\zlib.vcxproj", "{49F29C84-8A46-4421-9F93-CA96A9292716}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ImGUI", "ImGUI\ImGUI.vcxproj", "{A93844EE-1BF4-42A9-B58C-27192721A063}" +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 + {4C26BDCC-CA08-4C43-8EFF-B62A204D5FBD}.Debug|x64.ActiveCfg = Debug|x64 + {4C26BDCC-CA08-4C43-8EFF-B62A204D5FBD}.Debug|x64.Build.0 = Debug|x64 + {4C26BDCC-CA08-4C43-8EFF-B62A204D5FBD}.Debug|x86.ActiveCfg = Debug|Win32 + {4C26BDCC-CA08-4C43-8EFF-B62A204D5FBD}.Debug|x86.Build.0 = Debug|Win32 + {4C26BDCC-CA08-4C43-8EFF-B62A204D5FBD}.Release|x64.ActiveCfg = Release|x64 + {4C26BDCC-CA08-4C43-8EFF-B62A204D5FBD}.Release|x64.Build.0 = Release|x64 + {4C26BDCC-CA08-4C43-8EFF-B62A204D5FBD}.Release|x86.ActiveCfg = Release|Win32 + {4C26BDCC-CA08-4C43-8EFF-B62A204D5FBD}.Release|x86.Build.0 = Release|Win32 + {8658F91C-9AAE-4819-9005-77D09C61D97F}.Debug|x64.ActiveCfg = Debug|x64 + {8658F91C-9AAE-4819-9005-77D09C61D97F}.Debug|x64.Build.0 = Debug|x64 + {8658F91C-9AAE-4819-9005-77D09C61D97F}.Debug|x86.ActiveCfg = Debug|Win32 + {8658F91C-9AAE-4819-9005-77D09C61D97F}.Debug|x86.Build.0 = Debug|Win32 + {8658F91C-9AAE-4819-9005-77D09C61D97F}.Release|x64.ActiveCfg = Release|x64 + {8658F91C-9AAE-4819-9005-77D09C61D97F}.Release|x64.Build.0 = Release|x64 + {8658F91C-9AAE-4819-9005-77D09C61D97F}.Release|x86.ActiveCfg = Release|Win32 + {8658F91C-9AAE-4819-9005-77D09C61D97F}.Release|x86.Build.0 = Release|Win32 + {12759F92-73F9-48BC-8808-9FE709DCD134}.Debug|x64.ActiveCfg = Debug|x64 + {12759F92-73F9-48BC-8808-9FE709DCD134}.Debug|x64.Build.0 = Debug|x64 + {12759F92-73F9-48BC-8808-9FE709DCD134}.Debug|x86.ActiveCfg = Debug|Win32 + {12759F92-73F9-48BC-8808-9FE709DCD134}.Debug|x86.Build.0 = Debug|Win32 + {12759F92-73F9-48BC-8808-9FE709DCD134}.Release|x64.ActiveCfg = Release|x64 + {12759F92-73F9-48BC-8808-9FE709DCD134}.Release|x64.Build.0 = Release|x64 + {12759F92-73F9-48BC-8808-9FE709DCD134}.Release|x86.ActiveCfg = Release|Win32 + {12759F92-73F9-48BC-8808-9FE709DCD134}.Release|x86.Build.0 = Release|Win32 + {CB47B19A-6649-4A1A-8FE5-6359178AA48F}.Debug|x64.ActiveCfg = Debug|x64 + {CB47B19A-6649-4A1A-8FE5-6359178AA48F}.Debug|x64.Build.0 = Debug|x64 + {CB47B19A-6649-4A1A-8FE5-6359178AA48F}.Debug|x86.ActiveCfg = Debug|Win32 + {CB47B19A-6649-4A1A-8FE5-6359178AA48F}.Debug|x86.Build.0 = Debug|Win32 + {CB47B19A-6649-4A1A-8FE5-6359178AA48F}.Release|x64.ActiveCfg = Release|x64 + {CB47B19A-6649-4A1A-8FE5-6359178AA48F}.Release|x64.Build.0 = Release|x64 + {CB47B19A-6649-4A1A-8FE5-6359178AA48F}.Release|x86.ActiveCfg = Release|Win32 + {CB47B19A-6649-4A1A-8FE5-6359178AA48F}.Release|x86.Build.0 = Release|Win32 + {9B542E6D-8677-4AD6-9A69-4650103906C5}.Debug|x64.ActiveCfg = Debug|x64 + {9B542E6D-8677-4AD6-9A69-4650103906C5}.Debug|x64.Build.0 = Debug|x64 + {9B542E6D-8677-4AD6-9A69-4650103906C5}.Debug|x86.ActiveCfg = Debug|Win32 + {9B542E6D-8677-4AD6-9A69-4650103906C5}.Debug|x86.Build.0 = Debug|Win32 + {9B542E6D-8677-4AD6-9A69-4650103906C5}.Release|x64.ActiveCfg = Release|x64 + {9B542E6D-8677-4AD6-9A69-4650103906C5}.Release|x64.Build.0 = Release|x64 + {9B542E6D-8677-4AD6-9A69-4650103906C5}.Release|x86.ActiveCfg = Release|Win32 + {9B542E6D-8677-4AD6-9A69-4650103906C5}.Release|x86.Build.0 = Release|Win32 + {385F2D3A-1CEF-4AA1-8051-527F6B68DD81}.Debug|x64.ActiveCfg = Debug|x64 + {385F2D3A-1CEF-4AA1-8051-527F6B68DD81}.Debug|x64.Build.0 = Debug|x64 + {385F2D3A-1CEF-4AA1-8051-527F6B68DD81}.Debug|x86.ActiveCfg = Debug|Win32 + {385F2D3A-1CEF-4AA1-8051-527F6B68DD81}.Debug|x86.Build.0 = Debug|Win32 + {385F2D3A-1CEF-4AA1-8051-527F6B68DD81}.Release|x64.ActiveCfg = Release|x64 + {385F2D3A-1CEF-4AA1-8051-527F6B68DD81}.Release|x64.Build.0 = Release|x64 + {385F2D3A-1CEF-4AA1-8051-527F6B68DD81}.Release|x86.ActiveCfg = Release|Win32 + {385F2D3A-1CEF-4AA1-8051-527F6B68DD81}.Release|x86.Build.0 = Release|Win32 + {AD09415F-4BF9-4FCE-901F-7AB22D429CFC}.Debug|x64.ActiveCfg = Debug|x64 + {AD09415F-4BF9-4FCE-901F-7AB22D429CFC}.Debug|x64.Build.0 = Debug|x64 + {AD09415F-4BF9-4FCE-901F-7AB22D429CFC}.Debug|x86.ActiveCfg = Debug|Win32 + {AD09415F-4BF9-4FCE-901F-7AB22D429CFC}.Debug|x86.Build.0 = Debug|Win32 + {AD09415F-4BF9-4FCE-901F-7AB22D429CFC}.Release|x64.ActiveCfg = Release|x64 + {AD09415F-4BF9-4FCE-901F-7AB22D429CFC}.Release|x64.Build.0 = Release|x64 + {AD09415F-4BF9-4FCE-901F-7AB22D429CFC}.Release|x86.ActiveCfg = Release|Win32 + {AD09415F-4BF9-4FCE-901F-7AB22D429CFC}.Release|x86.Build.0 = Release|Win32 + {BFAA8A26-DE6F-4B71-8851-3FF3CF0C8B9F}.Debug|x64.ActiveCfg = Debug|x64 + {BFAA8A26-DE6F-4B71-8851-3FF3CF0C8B9F}.Debug|x64.Build.0 = Debug|x64 + {BFAA8A26-DE6F-4B71-8851-3FF3CF0C8B9F}.Debug|x86.ActiveCfg = Debug|Win32 + {BFAA8A26-DE6F-4B71-8851-3FF3CF0C8B9F}.Debug|x86.Build.0 = Debug|Win32 + {BFAA8A26-DE6F-4B71-8851-3FF3CF0C8B9F}.Release|x64.ActiveCfg = Release|x64 + {BFAA8A26-DE6F-4B71-8851-3FF3CF0C8B9F}.Release|x64.Build.0 = Release|x64 + {BFAA8A26-DE6F-4B71-8851-3FF3CF0C8B9F}.Release|x86.ActiveCfg = Release|Win32 + {BFAA8A26-DE6F-4B71-8851-3FF3CF0C8B9F}.Release|x86.Build.0 = Release|Win32 + {49F29C84-8A46-4421-9F93-CA96A9292716}.Debug|x64.ActiveCfg = Debug|x64 + {49F29C84-8A46-4421-9F93-CA96A9292716}.Debug|x64.Build.0 = Debug|x64 + {49F29C84-8A46-4421-9F93-CA96A9292716}.Debug|x86.ActiveCfg = Debug|Win32 + {49F29C84-8A46-4421-9F93-CA96A9292716}.Debug|x86.Build.0 = Debug|Win32 + {49F29C84-8A46-4421-9F93-CA96A9292716}.Release|x64.ActiveCfg = Release|x64 + {49F29C84-8A46-4421-9F93-CA96A9292716}.Release|x64.Build.0 = Release|x64 + {49F29C84-8A46-4421-9F93-CA96A9292716}.Release|x86.ActiveCfg = Release|Win32 + {49F29C84-8A46-4421-9F93-CA96A9292716}.Release|x86.Build.0 = Release|Win32 + {A93844EE-1BF4-42A9-B58C-27192721A063}.Debug|x64.ActiveCfg = Debug|x64 + {A93844EE-1BF4-42A9-B58C-27192721A063}.Debug|x64.Build.0 = Debug|x64 + {A93844EE-1BF4-42A9-B58C-27192721A063}.Debug|x86.ActiveCfg = Debug|Win32 + {A93844EE-1BF4-42A9-B58C-27192721A063}.Debug|x86.Build.0 = Debug|Win32 + {A93844EE-1BF4-42A9-B58C-27192721A063}.Release|x64.ActiveCfg = Release|x64 + {A93844EE-1BF4-42A9-B58C-27192721A063}.Release|x64.Build.0 = Release|x64 + {A93844EE-1BF4-42A9-B58C-27192721A063}.Release|x86.ActiveCfg = Release|Win32 + {A93844EE-1BF4-42A9-B58C-27192721A063}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {8658F91C-9AAE-4819-9005-77D09C61D97F} = {0F6EE105-E1FF-4770-8314-06F9F98FB68F} + {12759F92-73F9-48BC-8808-9FE709DCD134} = {0F6EE105-E1FF-4770-8314-06F9F98FB68F} + {9B542E6D-8677-4AD6-9A69-4650103906C5} = {0F6EE105-E1FF-4770-8314-06F9F98FB68F} + {385F2D3A-1CEF-4AA1-8051-527F6B68DD81} = {0F6EE105-E1FF-4770-8314-06F9F98FB68F} + {AD09415F-4BF9-4FCE-901F-7AB22D429CFC} = {0F6EE105-E1FF-4770-8314-06F9F98FB68F} + {BFAA8A26-DE6F-4B71-8851-3FF3CF0C8B9F} = {0F6EE105-E1FF-4770-8314-06F9F98FB68F} + {49F29C84-8A46-4421-9F93-CA96A9292716} = {0F6EE105-E1FF-4770-8314-06F9F98FB68F} + {A93844EE-1BF4-42A9-B58C-27192721A063} = {0F6EE105-E1FF-4770-8314-06F9F98FB68F} + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {C78D376C-9B0B-4EF0-A7D1-0F612F43E793} + EndGlobalSection +EndGlobal diff --git a/Projects/VisualStudio/ImGUI/ImGUI.vcxproj b/Projects/VisualStudio/ImGUI/ImGUI.vcxproj new file mode 100644 index 0000000..615e945 --- /dev/null +++ b/Projects/VisualStudio/ImGUI/ImGUI.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {A93844EE-1BF4-42A9-B58C-27192721A063} + ImGUI + 10.0.17763.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + true + true + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + \ No newline at end of file diff --git a/Projects/VisualStudio/ImGUI/ImGUI.vcxproj.filters b/Projects/VisualStudio/ImGUI/ImGUI.vcxproj.filters new file mode 100644 index 0000000..9cd8510 --- /dev/null +++ b/Projects/VisualStudio/ImGUI/ImGUI.vcxproj.filters @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/Projects/VisualStudio/ImGUI/ImGUI.vcxproj.user b/Projects/VisualStudio/ImGUI/ImGUI.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Projects/VisualStudio/ImGUI/ImGUI.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Projects/VisualStudio/Jin.sln b/Projects/VisualStudio/Jin.sln deleted file mode 100644 index 5ebfa47..0000000 --- a/Projects/VisualStudio/Jin.sln +++ /dev/null @@ -1,122 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.28307.1022 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Runner", "Runner\Runner.vcxproj", "{4C26BDCC-CA08-4C43-8EFF-B62A204D5FBD}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDL2", "SDL2\SDL2.vcxproj", "{8658F91C-9AAE-4819-9005-77D09C61D97F}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ThirdParty", "ThirdParty", "{0F6EE105-E1FF-4770-8314-06F9F98FB68F}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Box2D", "Box2D\Box2D.vcxproj", "{12759F92-73F9-48BC-8808-9FE709DCD134}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Editor", "Editor\Editor.vcxproj", "{CB47B19A-6649-4A1A-8FE5-6359178AA48F}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDL2main", "SDL2main\SDL2main.vcxproj", "{9B542E6D-8677-4AD6-9A69-4650103906C5}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "glad", "glad\glad.vcxproj", "{385F2D3A-1CEF-4AA1-8051-527F6B68DD81}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lua51", "lua51\lua51.vcxproj", "{AD09415F-4BF9-4FCE-901F-7AB22D429CFC}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "stb", "stb\stb.vcxproj", "{BFAA8A26-DE6F-4B71-8851-3FF3CF0C8B9F}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlib", "zlib\zlib.vcxproj", "{49F29C84-8A46-4421-9F93-CA96A9292716}" -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 - {4C26BDCC-CA08-4C43-8EFF-B62A204D5FBD}.Debug|x64.ActiveCfg = Debug|x64 - {4C26BDCC-CA08-4C43-8EFF-B62A204D5FBD}.Debug|x64.Build.0 = Debug|x64 - {4C26BDCC-CA08-4C43-8EFF-B62A204D5FBD}.Debug|x86.ActiveCfg = Debug|Win32 - {4C26BDCC-CA08-4C43-8EFF-B62A204D5FBD}.Debug|x86.Build.0 = Debug|Win32 - {4C26BDCC-CA08-4C43-8EFF-B62A204D5FBD}.Release|x64.ActiveCfg = Release|x64 - {4C26BDCC-CA08-4C43-8EFF-B62A204D5FBD}.Release|x64.Build.0 = Release|x64 - {4C26BDCC-CA08-4C43-8EFF-B62A204D5FBD}.Release|x86.ActiveCfg = Release|Win32 - {4C26BDCC-CA08-4C43-8EFF-B62A204D5FBD}.Release|x86.Build.0 = Release|Win32 - {8658F91C-9AAE-4819-9005-77D09C61D97F}.Debug|x64.ActiveCfg = Debug|x64 - {8658F91C-9AAE-4819-9005-77D09C61D97F}.Debug|x64.Build.0 = Debug|x64 - {8658F91C-9AAE-4819-9005-77D09C61D97F}.Debug|x86.ActiveCfg = Debug|Win32 - {8658F91C-9AAE-4819-9005-77D09C61D97F}.Debug|x86.Build.0 = Debug|Win32 - {8658F91C-9AAE-4819-9005-77D09C61D97F}.Release|x64.ActiveCfg = Release|x64 - {8658F91C-9AAE-4819-9005-77D09C61D97F}.Release|x64.Build.0 = Release|x64 - {8658F91C-9AAE-4819-9005-77D09C61D97F}.Release|x86.ActiveCfg = Release|Win32 - {8658F91C-9AAE-4819-9005-77D09C61D97F}.Release|x86.Build.0 = Release|Win32 - {12759F92-73F9-48BC-8808-9FE709DCD134}.Debug|x64.ActiveCfg = Debug|x64 - {12759F92-73F9-48BC-8808-9FE709DCD134}.Debug|x64.Build.0 = Debug|x64 - {12759F92-73F9-48BC-8808-9FE709DCD134}.Debug|x86.ActiveCfg = Debug|Win32 - {12759F92-73F9-48BC-8808-9FE709DCD134}.Debug|x86.Build.0 = Debug|Win32 - {12759F92-73F9-48BC-8808-9FE709DCD134}.Release|x64.ActiveCfg = Release|x64 - {12759F92-73F9-48BC-8808-9FE709DCD134}.Release|x64.Build.0 = Release|x64 - {12759F92-73F9-48BC-8808-9FE709DCD134}.Release|x86.ActiveCfg = Release|Win32 - {12759F92-73F9-48BC-8808-9FE709DCD134}.Release|x86.Build.0 = Release|Win32 - {CB47B19A-6649-4A1A-8FE5-6359178AA48F}.Debug|x64.ActiveCfg = Debug|x64 - {CB47B19A-6649-4A1A-8FE5-6359178AA48F}.Debug|x64.Build.0 = Debug|x64 - {CB47B19A-6649-4A1A-8FE5-6359178AA48F}.Debug|x86.ActiveCfg = Debug|Win32 - {CB47B19A-6649-4A1A-8FE5-6359178AA48F}.Debug|x86.Build.0 = Debug|Win32 - {CB47B19A-6649-4A1A-8FE5-6359178AA48F}.Release|x64.ActiveCfg = Release|x64 - {CB47B19A-6649-4A1A-8FE5-6359178AA48F}.Release|x64.Build.0 = Release|x64 - {CB47B19A-6649-4A1A-8FE5-6359178AA48F}.Release|x86.ActiveCfg = Release|Win32 - {CB47B19A-6649-4A1A-8FE5-6359178AA48F}.Release|x86.Build.0 = Release|Win32 - {9B542E6D-8677-4AD6-9A69-4650103906C5}.Debug|x64.ActiveCfg = Debug|x64 - {9B542E6D-8677-4AD6-9A69-4650103906C5}.Debug|x64.Build.0 = Debug|x64 - {9B542E6D-8677-4AD6-9A69-4650103906C5}.Debug|x86.ActiveCfg = Debug|Win32 - {9B542E6D-8677-4AD6-9A69-4650103906C5}.Debug|x86.Build.0 = Debug|Win32 - {9B542E6D-8677-4AD6-9A69-4650103906C5}.Release|x64.ActiveCfg = Release|x64 - {9B542E6D-8677-4AD6-9A69-4650103906C5}.Release|x64.Build.0 = Release|x64 - {9B542E6D-8677-4AD6-9A69-4650103906C5}.Release|x86.ActiveCfg = Release|Win32 - {9B542E6D-8677-4AD6-9A69-4650103906C5}.Release|x86.Build.0 = Release|Win32 - {385F2D3A-1CEF-4AA1-8051-527F6B68DD81}.Debug|x64.ActiveCfg = Debug|x64 - {385F2D3A-1CEF-4AA1-8051-527F6B68DD81}.Debug|x64.Build.0 = Debug|x64 - {385F2D3A-1CEF-4AA1-8051-527F6B68DD81}.Debug|x86.ActiveCfg = Debug|Win32 - {385F2D3A-1CEF-4AA1-8051-527F6B68DD81}.Debug|x86.Build.0 = Debug|Win32 - {385F2D3A-1CEF-4AA1-8051-527F6B68DD81}.Release|x64.ActiveCfg = Release|x64 - {385F2D3A-1CEF-4AA1-8051-527F6B68DD81}.Release|x64.Build.0 = Release|x64 - {385F2D3A-1CEF-4AA1-8051-527F6B68DD81}.Release|x86.ActiveCfg = Release|Win32 - {385F2D3A-1CEF-4AA1-8051-527F6B68DD81}.Release|x86.Build.0 = Release|Win32 - {AD09415F-4BF9-4FCE-901F-7AB22D429CFC}.Debug|x64.ActiveCfg = Debug|x64 - {AD09415F-4BF9-4FCE-901F-7AB22D429CFC}.Debug|x64.Build.0 = Debug|x64 - {AD09415F-4BF9-4FCE-901F-7AB22D429CFC}.Debug|x86.ActiveCfg = Debug|Win32 - {AD09415F-4BF9-4FCE-901F-7AB22D429CFC}.Debug|x86.Build.0 = Debug|Win32 - {AD09415F-4BF9-4FCE-901F-7AB22D429CFC}.Release|x64.ActiveCfg = Release|x64 - {AD09415F-4BF9-4FCE-901F-7AB22D429CFC}.Release|x64.Build.0 = Release|x64 - {AD09415F-4BF9-4FCE-901F-7AB22D429CFC}.Release|x86.ActiveCfg = Release|Win32 - {AD09415F-4BF9-4FCE-901F-7AB22D429CFC}.Release|x86.Build.0 = Release|Win32 - {BFAA8A26-DE6F-4B71-8851-3FF3CF0C8B9F}.Debug|x64.ActiveCfg = Debug|x64 - {BFAA8A26-DE6F-4B71-8851-3FF3CF0C8B9F}.Debug|x64.Build.0 = Debug|x64 - {BFAA8A26-DE6F-4B71-8851-3FF3CF0C8B9F}.Debug|x86.ActiveCfg = Debug|Win32 - {BFAA8A26-DE6F-4B71-8851-3FF3CF0C8B9F}.Debug|x86.Build.0 = Debug|Win32 - {BFAA8A26-DE6F-4B71-8851-3FF3CF0C8B9F}.Release|x64.ActiveCfg = Release|x64 - {BFAA8A26-DE6F-4B71-8851-3FF3CF0C8B9F}.Release|x64.Build.0 = Release|x64 - {BFAA8A26-DE6F-4B71-8851-3FF3CF0C8B9F}.Release|x86.ActiveCfg = Release|Win32 - {BFAA8A26-DE6F-4B71-8851-3FF3CF0C8B9F}.Release|x86.Build.0 = Release|Win32 - {49F29C84-8A46-4421-9F93-CA96A9292716}.Debug|x64.ActiveCfg = Debug|x64 - {49F29C84-8A46-4421-9F93-CA96A9292716}.Debug|x64.Build.0 = Debug|x64 - {49F29C84-8A46-4421-9F93-CA96A9292716}.Debug|x86.ActiveCfg = Debug|Win32 - {49F29C84-8A46-4421-9F93-CA96A9292716}.Debug|x86.Build.0 = Debug|Win32 - {49F29C84-8A46-4421-9F93-CA96A9292716}.Release|x64.ActiveCfg = Release|x64 - {49F29C84-8A46-4421-9F93-CA96A9292716}.Release|x64.Build.0 = Release|x64 - {49F29C84-8A46-4421-9F93-CA96A9292716}.Release|x86.ActiveCfg = Release|Win32 - {49F29C84-8A46-4421-9F93-CA96A9292716}.Release|x86.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(NestedProjects) = preSolution - {8658F91C-9AAE-4819-9005-77D09C61D97F} = {0F6EE105-E1FF-4770-8314-06F9F98FB68F} - {12759F92-73F9-48BC-8808-9FE709DCD134} = {0F6EE105-E1FF-4770-8314-06F9F98FB68F} - {9B542E6D-8677-4AD6-9A69-4650103906C5} = {0F6EE105-E1FF-4770-8314-06F9F98FB68F} - {385F2D3A-1CEF-4AA1-8051-527F6B68DD81} = {0F6EE105-E1FF-4770-8314-06F9F98FB68F} - {AD09415F-4BF9-4FCE-901F-7AB22D429CFC} = {0F6EE105-E1FF-4770-8314-06F9F98FB68F} - {BFAA8A26-DE6F-4B71-8851-3FF3CF0C8B9F} = {0F6EE105-E1FF-4770-8314-06F9F98FB68F} - {49F29C84-8A46-4421-9F93-CA96A9292716} = {0F6EE105-E1FF-4770-8314-06F9F98FB68F} - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {C78D376C-9B0B-4EF0-A7D1-0F612F43E793} - EndGlobalSection -EndGlobal diff --git a/Projects/VisualStudio/Runner/Runner.vcxproj b/Projects/VisualStudio/Runner/Runner.vcxproj deleted file mode 100644 index 91f731c..0000000 --- a/Projects/VisualStudio/Runner/Runner.vcxproj +++ /dev/null @@ -1,257 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {12759f92-73f9-48bc-8808-9fe709dcd134} - - - {9b542e6d-8677-4ad6-9a69-4650103906c5} - - - {12b7b0f8-6581-4321-9627-3ee601100463} - - - - - - - - 15.0 - {4C26BDCC-CA08-4C43-8EFF-B62A204D5FBD} - Runner - 10.0.17763.0 - - - - Application - true - v141 - MultiByte - - - Application - false - v141 - true - MultiByte - - - Application - true - v141 - MultiByte - - - Application - false - v141 - true - MultiByte - - - - - - - - - - - - - - - - - - - - - $(SolutionDir)..\..\Build - - - $(SolutionDir)..\..\Build - - - $(SolutionDir)..\..\Build - - - $(SolutionDir)..\..\Build - - - - Level3 - Disabled - true - true - $(SolutionDir)..\..\ThirdParty\;$(SolutionDir)..\..\ThirdParty\SDL2\include;%(AdditionalIncludeDirectories) - - - Console - - - - - Level3 - Disabled - true - true - $(SolutionDir)..\..\ThirdParty\;$(SolutionDir)..\..\ThirdParty\SDL2\include;%(AdditionalIncludeDirectories) - - - Console - - - - - Level3 - MaxSpeed - true - true - true - true - $(SolutionDir)..\..\ThirdParty\;$(SolutionDir)..\..\ThirdParty\SDL2\include;%(AdditionalIncludeDirectories) - - - Console - true - true - - - - - Level3 - MaxSpeed - true - true - true - true - $(SolutionDir)..\..\ThirdParty\;$(SolutionDir)..\..\ThirdParty\SDL2\include;%(AdditionalIncludeDirectories) - - - Console - true - true - - - - - - \ No newline at end of file diff --git a/Projects/VisualStudio/Runner/Runner.vcxproj.filters b/Projects/VisualStudio/Runner/Runner.vcxproj.filters deleted file mode 100644 index 028ee4a..0000000 --- a/Projects/VisualStudio/Runner/Runner.vcxproj.filters +++ /dev/null @@ -1,345 +0,0 @@ - - - - - {e789ad2d-945c-482e-8316-1dd0ccdfc465} - - - {9ad1872a-2d30-43f7-be83-f30d53e57970} - - - {c7bba1da-cea1-43fa-b344-17a3d4abc615} - - - {d0c5cd2c-bc7a-437a-86ce-903b6891c0dd} - - - {93deee15-5efc-4231-ab54-56f471ab701f} - - - {088f2ab7-cbf6-4338-b43a-652fde8d0b4b} - - - {ec69ceaf-4fa8-4296-827e-fd4c537ec5ea} - - - {bfc9838c-ddde-4d86-8da3-4ccebd976cde} - - - {f15a5d95-54d1-49e5-bcdf-2759f0afc5c4} - - - {5bbfbd7d-379a-43e9-b05a-8f97b7f3fa3a} - - - {e53ba507-aa27-4d67-9da4-42752bc84dc8} - - - {158d8348-2b65-4ff1-b313-ba9f7bcfde32} - - - {fb970ccc-e9aa-4f61-854c-0b852503a375} - - - {a354c650-8493-41a2-81e5-205495beb0e5} - - - {4478c64f-e27a-4be6-a189-8d99e0fc6b15} - - - - - Utilities - - - Utilities - - - Graphics - - - Mesh - - - Mesh - - - Threads - - - Threads - - - Threads - - - Mesh - - - Profiler - - - Utilities - - - Graphics - - - Graphics - - - Math - - - Graphics - - - Mesh - - - Math - - - Graphics - - - Input - - - Graphics - - - Graphics - - - Graphics - - - Utilities - - - Utilities - - - FileSystem - - - Utilities - - - Utilities - - - Graphics - - - Scripting - - - Scripting - - - Scripting - - - Scripting - - - Scripting - - - Scripting - - - Scripting - - - Scripting - - - Scripting - - - Scripting - - - Scripting - - - Scripting - - - Scripting - - - Scripting - - - FileSystem - - - Graphics - - - Mesh - - - Graphics - - - Utilities - - - Graphics - - - Graphics - - - Math - - - Shaders - - - Shaders - - - Shaders - - - Utilities - - - Profiler - - - Mesh - - - Graphics - - - - - Mesh - - - Threads - - - Threads - - - Graphics - - - Math - - - Graphics\Scripting - - - Graphics - - - Graphics - - - Graphics - - - Math - - - Graphics - - - Physics\Scripting - - - Input - - - Graphics - - - Graphics - - - Graphics\Scripting - - - Graphics - - - FileSystem - - - Utilities - - - Utilities - - - Graphics - - - Scripting - - - Scripting - - - Scripting - - - Scripting - - - Scripting - - - Scripting - - - Scripting - - - Scripting - - - Scripting - - - FileSystem - - - Graphics - - - Graphics\Scripting - - - Mesh - - - Graphics - - - Shaders - - - Graphics - - - - - - Scripting - - - Scripting - - - \ No newline at end of file diff --git a/Projects/VisualStudio/Runner/Runner.vcxproj.user b/Projects/VisualStudio/Runner/Runner.vcxproj.user deleted file mode 100644 index be25078..0000000 --- a/Projects/VisualStudio/Runner/Runner.vcxproj.user +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/Projects/VisualStudio/Runtime/Runtime.vcxproj b/Projects/VisualStudio/Runtime/Runtime.vcxproj new file mode 100644 index 0000000..c0179de --- /dev/null +++ b/Projects/VisualStudio/Runtime/Runtime.vcxproj @@ -0,0 +1,262 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {12759f92-73f9-48bc-8808-9fe709dcd134} + + + {9b542e6d-8677-4ad6-9a69-4650103906c5} + + + {12b7b0f8-6581-4321-9627-3ee601100463} + + + + + + + + 15.0 + {4C26BDCC-CA08-4C43-8EFF-B62A204D5FBD} + Runtime + 10.0.17763.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\..\Build + + + $(SolutionDir)..\..\Build + + + $(SolutionDir)..\..\Build + + + $(SolutionDir)..\..\Build + + + + Level3 + Disabled + true + true + $(SolutionDir)..\..\ThirdParty\;$(SolutionDir)..\..\ThirdParty\SDL2\include;%(AdditionalIncludeDirectories) + + + Console + + + + + Level3 + Disabled + true + true + $(SolutionDir)..\..\ThirdParty\;$(SolutionDir)..\..\ThirdParty\SDL2\include;%(AdditionalIncludeDirectories) + + + Console + + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\..\ThirdParty\;$(SolutionDir)..\..\ThirdParty\SDL2\include;%(AdditionalIncludeDirectories) + + + Console + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\..\ThirdParty\;$(SolutionDir)..\..\ThirdParty\SDL2\include;%(AdditionalIncludeDirectories) + + + Console + true + true + + + + + + \ No newline at end of file diff --git a/Projects/VisualStudio/Runtime/Runtime.vcxproj.filters b/Projects/VisualStudio/Runtime/Runtime.vcxproj.filters new file mode 100644 index 0000000..018dac5 --- /dev/null +++ b/Projects/VisualStudio/Runtime/Runtime.vcxproj.filters @@ -0,0 +1,363 @@ + + + + + {e789ad2d-945c-482e-8316-1dd0ccdfc465} + + + {9ad1872a-2d30-43f7-be83-f30d53e57970} + + + {c7bba1da-cea1-43fa-b344-17a3d4abc615} + + + {d0c5cd2c-bc7a-437a-86ce-903b6891c0dd} + + + {93deee15-5efc-4231-ab54-56f471ab701f} + + + {088f2ab7-cbf6-4338-b43a-652fde8d0b4b} + + + {ec69ceaf-4fa8-4296-827e-fd4c537ec5ea} + + + {bfc9838c-ddde-4d86-8da3-4ccebd976cde} + + + {f15a5d95-54d1-49e5-bcdf-2759f0afc5c4} + + + {5bbfbd7d-379a-43e9-b05a-8f97b7f3fa3a} + + + {e53ba507-aa27-4d67-9da4-42752bc84dc8} + + + {158d8348-2b65-4ff1-b313-ba9f7bcfde32} + + + {fb970ccc-e9aa-4f61-854c-0b852503a375} + + + {a354c650-8493-41a2-81e5-205495beb0e5} + + + {4478c64f-e27a-4be6-a189-8d99e0fc6b15} + + + {c865b35b-5537-4757-927d-7476009f4de2} + + + + + Utilities + + + Utilities + + + Graphics + + + Mesh + + + Mesh + + + Threads + + + Threads + + + Threads + + + Mesh + + + Profiler + + + Utilities + + + Graphics + + + Graphics + + + Math + + + Graphics + + + Mesh + + + Math + + + Graphics + + + Input + + + Graphics + + + Graphics + + + Graphics + + + Utilities + + + Utilities + + + FileSystem + + + Utilities + + + Utilities + + + Graphics + + + Scripting + + + Scripting + + + Scripting + + + Scripting + + + Scripting + + + Scripting + + + Scripting + + + Scripting + + + Scripting + + + Scripting + + + Scripting + + + Scripting + + + Scripting + + + Scripting + + + FileSystem + + + Graphics + + + Mesh + + + Graphics + + + Utilities + + + Graphics + + + Graphics + + + Math + + + Shaders + + + Shaders + + + Shaders + + + Utilities + + + Profiler + + + Mesh + + + Graphics + + + Physics + + + ImGUI + + + ImGUI + + + + + Mesh + + + Threads + + + Threads + + + Graphics + + + + Math + + + Graphics\Scripting + + + Graphics + + + Graphics + + + Graphics + + + Math + + + Graphics + + + Physics\Scripting + + + Input + + + Graphics + + + Graphics + + + Graphics\Scripting + + + Graphics + + + FileSystem + + + Utilities + + + Utilities + + + Graphics + + + Scripting + + + Scripting + + + Scripting + + + Scripting + + + Scripting + + + Scripting + + + Scripting + + + Scripting + + + Scripting + + + FileSystem + + + Graphics + + + Graphics\Scripting + + + Mesh + + + Graphics + + + Shaders + + + Graphics + + + ImGUI + + + ImGUI + + + + + Scripting + + + Scripting + + + \ No newline at end of file diff --git a/Projects/VisualStudio/Runtime/Runtime.vcxproj.user b/Projects/VisualStudio/Runtime/Runtime.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Projects/VisualStudio/Runtime/Runtime.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.1-26-g67d0