From 9645be0af1b1d5cb0ad5892d5464e1b23c51b550 Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 11 May 2019 22:54:56 +0800 Subject: *init --- build/3rd-party/SDL2/SDL2.vcxproj | 309 ++++++++++++++++++++++ build/3rd-party/SDL2/SDL2.vcxproj.filters | 162 ++++++++++++ build/3rd-party/SDL2/SDL2.vcxproj.user | 4 + build/3rd-party/SDL2main/SDL2main.vcxproj | 134 ++++++++++ build/3rd-party/SDL2main/SDL2main.vcxproj.filters | 6 + build/3rd-party/SDL2main/SDL2main.vcxproj.user | 4 + build/3rd-party/glad/glad.vcxproj | 127 +++++++++ build/3rd-party/glad/glad.vcxproj.filters | 10 + build/3rd-party/glad/glad.vcxproj.user | 4 + build/3rd-party/json/json.vcxproj | 122 +++++++++ build/3rd-party/json/json.vcxproj.filters | 17 ++ build/3rd-party/json/json.vcxproj.user | 4 + build/3rd-party/lua51/lua51.vcxproj | 122 +++++++++ build/3rd-party/lua51/lua51.vcxproj.filters | 17 ++ build/3rd-party/lua51/lua51.vcxproj.user | 4 + build/3rd-party/sqlite/sqlite.vcxproj | 122 +++++++++ build/3rd-party/sqlite/sqlite.vcxproj.filters | 17 ++ build/3rd-party/sqlite/sqlite.vcxproj.user | 4 + build/LoG.sln | 100 +++++++ build/LoG/LoG.vcxproj | 146 ++++++++++ build/LoG/LoG.vcxproj.filters | 109 ++++++++ build/LoG/LoG.vcxproj.user | 4 + build/test/test.vcxproj | 122 +++++++++ build/test/test.vcxproj.filters | 2 + build/test/test.vcxproj.user | 4 + 25 files changed, 1676 insertions(+) create mode 100644 build/3rd-party/SDL2/SDL2.vcxproj create mode 100644 build/3rd-party/SDL2/SDL2.vcxproj.filters create mode 100644 build/3rd-party/SDL2/SDL2.vcxproj.user create mode 100644 build/3rd-party/SDL2main/SDL2main.vcxproj create mode 100644 build/3rd-party/SDL2main/SDL2main.vcxproj.filters create mode 100644 build/3rd-party/SDL2main/SDL2main.vcxproj.user create mode 100644 build/3rd-party/glad/glad.vcxproj create mode 100644 build/3rd-party/glad/glad.vcxproj.filters create mode 100644 build/3rd-party/glad/glad.vcxproj.user create mode 100644 build/3rd-party/json/json.vcxproj create mode 100644 build/3rd-party/json/json.vcxproj.filters create mode 100644 build/3rd-party/json/json.vcxproj.user create mode 100644 build/3rd-party/lua51/lua51.vcxproj create mode 100644 build/3rd-party/lua51/lua51.vcxproj.filters create mode 100644 build/3rd-party/lua51/lua51.vcxproj.user create mode 100644 build/3rd-party/sqlite/sqlite.vcxproj create mode 100644 build/3rd-party/sqlite/sqlite.vcxproj.filters create mode 100644 build/3rd-party/sqlite/sqlite.vcxproj.user create mode 100644 build/LoG.sln create mode 100644 build/LoG/LoG.vcxproj create mode 100644 build/LoG/LoG.vcxproj.filters create mode 100644 build/LoG/LoG.vcxproj.user create mode 100644 build/test/test.vcxproj create mode 100644 build/test/test.vcxproj.filters create mode 100644 build/test/test.vcxproj.user (limited to 'build') diff --git a/build/3rd-party/SDL2/SDL2.vcxproj b/build/3rd-party/SDL2/SDL2.vcxproj new file mode 100644 index 0000000..6c85ba5 --- /dev/null +++ b/build/3rd-party/SDL2/SDL2.vcxproj @@ -0,0 +1,309 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {208B9CB8-2101-42A9-9502-0CF54912BC57} + SDL2 + 10.0.17134.0 + + + + DynamicLibrary + true + v141 + MultiByte + + + DynamicLibrary + false + v141 + true + MultiByte + + + DynamicLibrary + true + v141 + NotSet + + + DynamicLibrary + false + v141 + true + NotSet + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\Bin\win64 + + + $(SolutionDir)..\Bin\win64 + + + + Level3 + Disabled + false + false + $(SolutionDir)..\Source\3rd-party\SDL2\include;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;%(PreprocessorDefinitions) + false + MultiThreadedDLL + StreamingSIMDExtensions + true + OnlyExplicitInline + Default + + + setupapi.lib;winmm.lib;imm32.lib;version.lib;%(AdditionalDependencies) + true + Windows + + + + + Level3 + Disabled + true + true + $(SolutionDir)..\Source\3rd-party\SDL2\include;%(AdditionalIncludeDirectories) + + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\Source\3rd-party\SDL2\include;%(AdditionalIncludeDirectories) + + + true + true + + + + + Level3 + MaxSpeed + true + true + false + false + $(SolutionDir)..\Source\3rd-party\SDL2\include;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + false + MultiThreadedDLL + StreamingSIMDExtensions + true + OnlyExplicitInline + + + true + true + setupapi.lib;winmm.lib;imm32.lib;version.lib;%(AdditionalDependencies) + true + Windows + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/3rd-party/SDL2/SDL2.vcxproj.filters b/build/3rd-party/SDL2/SDL2.vcxproj.filters new file mode 100644 index 0000000..c4be66e --- /dev/null +++ b/build/3rd-party/SDL2/SDL2.vcxproj.filters @@ -0,0 +1,162 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/3rd-party/SDL2/SDL2.vcxproj.user b/build/3rd-party/SDL2/SDL2.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/SDL2/SDL2.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/3rd-party/SDL2main/SDL2main.vcxproj b/build/3rd-party/SDL2main/SDL2main.vcxproj new file mode 100644 index 0000000..5da2151 --- /dev/null +++ b/build/3rd-party/SDL2main/SDL2main.vcxproj @@ -0,0 +1,134 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {E34EAF11-27F4-41E9-BBC6-9CE5DE3359BA} + SDL2main + 10.0.17134.0 + + + + StaticLibrary + true + v141 + MultiByte + + + StaticLibrary + false + v141 + true + MultiByte + + + StaticLibrary + true + v141 + MultiByte + + + StaticLibrary + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\Bin\win64 + + + $(SolutionDir)..\Bin\win64 + + + + Level3 + Disabled + true + true + $(SolutionDir)..\Source\3rd-party\SDL2\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + + + + + Level3 + Disabled + true + true + $(SolutionDir)..\Source\3rd-party\SDL2\include;%(AdditionalIncludeDirectories) + + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\Source\3rd-party\SDL2\include;%(AdditionalIncludeDirectories) + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\Source\3rd-party\SDL2\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + + + true + true + + + + + + + + + \ No newline at end of file diff --git a/build/3rd-party/SDL2main/SDL2main.vcxproj.filters b/build/3rd-party/SDL2main/SDL2main.vcxproj.filters new file mode 100644 index 0000000..536fbfc --- /dev/null +++ b/build/3rd-party/SDL2main/SDL2main.vcxproj.filters @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/build/3rd-party/SDL2main/SDL2main.vcxproj.user b/build/3rd-party/SDL2main/SDL2main.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/SDL2main/SDL2main.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/3rd-party/glad/glad.vcxproj b/build/3rd-party/glad/glad.vcxproj new file mode 100644 index 0000000..c2d7758 --- /dev/null +++ b/build/3rd-party/glad/glad.vcxproj @@ -0,0 +1,127 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {29A0A666-DCBE-47B8-A953-57FB3F7AD42E} + glad + 10.0.17134.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/build/3rd-party/glad/glad.vcxproj.filters b/build/3rd-party/glad/glad.vcxproj.filters new file mode 100644 index 0000000..0eefdc6 --- /dev/null +++ b/build/3rd-party/glad/glad.vcxproj.filters @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/build/3rd-party/glad/glad.vcxproj.user b/build/3rd-party/glad/glad.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/glad/glad.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/3rd-party/json/json.vcxproj b/build/3rd-party/json/json.vcxproj new file mode 100644 index 0000000..b717bd9 --- /dev/null +++ b/build/3rd-party/json/json.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {0AC765BE-BBCB-4F19-BEBC-FE130B3D32EF} + json + 10.0.17134.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/build/3rd-party/json/json.vcxproj.filters b/build/3rd-party/json/json.vcxproj.filters new file mode 100644 index 0000000..3c6f4fd --- /dev/null +++ b/build/3rd-party/json/json.vcxproj.filters @@ -0,0 +1,17 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;ipp;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + \ No newline at end of file diff --git a/build/3rd-party/json/json.vcxproj.user b/build/3rd-party/json/json.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/json/json.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/3rd-party/lua51/lua51.vcxproj b/build/3rd-party/lua51/lua51.vcxproj new file mode 100644 index 0000000..3f047e4 --- /dev/null +++ b/build/3rd-party/lua51/lua51.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {63E15406-315E-4C3C-9619-CDE78CF8FF86} + lua51 + 10.0.17134.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/build/3rd-party/lua51/lua51.vcxproj.filters b/build/3rd-party/lua51/lua51.vcxproj.filters new file mode 100644 index 0000000..3c6f4fd --- /dev/null +++ b/build/3rd-party/lua51/lua51.vcxproj.filters @@ -0,0 +1,17 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;ipp;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + \ No newline at end of file diff --git a/build/3rd-party/lua51/lua51.vcxproj.user b/build/3rd-party/lua51/lua51.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/lua51/lua51.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/3rd-party/sqlite/sqlite.vcxproj b/build/3rd-party/sqlite/sqlite.vcxproj new file mode 100644 index 0000000..2a6e6cf --- /dev/null +++ b/build/3rd-party/sqlite/sqlite.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {ED300F05-2344-49F7-BEF7-8F9B3C398AD2} + sqlite + 10.0.17134.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/build/3rd-party/sqlite/sqlite.vcxproj.filters b/build/3rd-party/sqlite/sqlite.vcxproj.filters new file mode 100644 index 0000000..3c6f4fd --- /dev/null +++ b/build/3rd-party/sqlite/sqlite.vcxproj.filters @@ -0,0 +1,17 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;ipp;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + \ No newline at end of file diff --git a/build/3rd-party/sqlite/sqlite.vcxproj.user b/build/3rd-party/sqlite/sqlite.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/sqlite/sqlite.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/LoG.sln b/build/LoG.sln new file mode 100644 index 0000000..21cea98 --- /dev/null +++ b/build/LoG.sln @@ -0,0 +1,100 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.28307.168 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "3rd-party", "3rd-party", "{49AECA40-0731-416F-8F4B-EAE58FFFF46D}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "json", "3rd-party\json\json.vcxproj", "{0AC765BE-BBCB-4F19-BEBC-FE130B3D32EF}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sqlite", "3rd-party\sqlite\sqlite.vcxproj", "{ED300F05-2344-49F7-BEF7-8F9B3C398AD2}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lua51", "3rd-party\lua51\lua51.vcxproj", "{63E15406-315E-4C3C-9619-CDE78CF8FF86}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test", "test\test.vcxproj", "{1E46E03F-CC11-47C5-A838-EE22336EB9FA}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "glad", "3rd-party\glad\glad.vcxproj", "{29A0A666-DCBE-47B8-A953-57FB3F7AD42E}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDL2", "3rd-party\SDL2\SDL2.vcxproj", "{208B9CB8-2101-42A9-9502-0CF54912BC57}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LOG", "LOG\LOG.vcxproj", "{22238E0C-B7BA-434A-92A3-077EEDDC41EF}" +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 + {0AC765BE-BBCB-4F19-BEBC-FE130B3D32EF}.Debug|x64.ActiveCfg = Debug|x64 + {0AC765BE-BBCB-4F19-BEBC-FE130B3D32EF}.Debug|x64.Build.0 = Debug|x64 + {0AC765BE-BBCB-4F19-BEBC-FE130B3D32EF}.Debug|x86.ActiveCfg = Debug|Win32 + {0AC765BE-BBCB-4F19-BEBC-FE130B3D32EF}.Debug|x86.Build.0 = Debug|Win32 + {0AC765BE-BBCB-4F19-BEBC-FE130B3D32EF}.Release|x64.ActiveCfg = Release|x64 + {0AC765BE-BBCB-4F19-BEBC-FE130B3D32EF}.Release|x64.Build.0 = Release|x64 + {0AC765BE-BBCB-4F19-BEBC-FE130B3D32EF}.Release|x86.ActiveCfg = Release|Win32 + {0AC765BE-BBCB-4F19-BEBC-FE130B3D32EF}.Release|x86.Build.0 = Release|Win32 + {ED300F05-2344-49F7-BEF7-8F9B3C398AD2}.Debug|x64.ActiveCfg = Debug|x64 + {ED300F05-2344-49F7-BEF7-8F9B3C398AD2}.Debug|x64.Build.0 = Debug|x64 + {ED300F05-2344-49F7-BEF7-8F9B3C398AD2}.Debug|x86.ActiveCfg = Debug|Win32 + {ED300F05-2344-49F7-BEF7-8F9B3C398AD2}.Debug|x86.Build.0 = Debug|Win32 + {ED300F05-2344-49F7-BEF7-8F9B3C398AD2}.Release|x64.ActiveCfg = Release|x64 + {ED300F05-2344-49F7-BEF7-8F9B3C398AD2}.Release|x64.Build.0 = Release|x64 + {ED300F05-2344-49F7-BEF7-8F9B3C398AD2}.Release|x86.ActiveCfg = Release|Win32 + {ED300F05-2344-49F7-BEF7-8F9B3C398AD2}.Release|x86.Build.0 = Release|Win32 + {63E15406-315E-4C3C-9619-CDE78CF8FF86}.Debug|x64.ActiveCfg = Debug|x64 + {63E15406-315E-4C3C-9619-CDE78CF8FF86}.Debug|x64.Build.0 = Debug|x64 + {63E15406-315E-4C3C-9619-CDE78CF8FF86}.Debug|x86.ActiveCfg = Debug|Win32 + {63E15406-315E-4C3C-9619-CDE78CF8FF86}.Debug|x86.Build.0 = Debug|Win32 + {63E15406-315E-4C3C-9619-CDE78CF8FF86}.Release|x64.ActiveCfg = Release|x64 + {63E15406-315E-4C3C-9619-CDE78CF8FF86}.Release|x64.Build.0 = Release|x64 + {63E15406-315E-4C3C-9619-CDE78CF8FF86}.Release|x86.ActiveCfg = Release|Win32 + {63E15406-315E-4C3C-9619-CDE78CF8FF86}.Release|x86.Build.0 = Release|Win32 + {1E46E03F-CC11-47C5-A838-EE22336EB9FA}.Debug|x64.ActiveCfg = Debug|x64 + {1E46E03F-CC11-47C5-A838-EE22336EB9FA}.Debug|x64.Build.0 = Debug|x64 + {1E46E03F-CC11-47C5-A838-EE22336EB9FA}.Debug|x86.ActiveCfg = Debug|Win32 + {1E46E03F-CC11-47C5-A838-EE22336EB9FA}.Debug|x86.Build.0 = Debug|Win32 + {1E46E03F-CC11-47C5-A838-EE22336EB9FA}.Release|x64.ActiveCfg = Release|x64 + {1E46E03F-CC11-47C5-A838-EE22336EB9FA}.Release|x64.Build.0 = Release|x64 + {1E46E03F-CC11-47C5-A838-EE22336EB9FA}.Release|x86.ActiveCfg = Release|Win32 + {1E46E03F-CC11-47C5-A838-EE22336EB9FA}.Release|x86.Build.0 = Release|Win32 + {29A0A666-DCBE-47B8-A953-57FB3F7AD42E}.Debug|x64.ActiveCfg = Debug|x64 + {29A0A666-DCBE-47B8-A953-57FB3F7AD42E}.Debug|x64.Build.0 = Debug|x64 + {29A0A666-DCBE-47B8-A953-57FB3F7AD42E}.Debug|x86.ActiveCfg = Debug|Win32 + {29A0A666-DCBE-47B8-A953-57FB3F7AD42E}.Debug|x86.Build.0 = Debug|Win32 + {29A0A666-DCBE-47B8-A953-57FB3F7AD42E}.Release|x64.ActiveCfg = Release|x64 + {29A0A666-DCBE-47B8-A953-57FB3F7AD42E}.Release|x64.Build.0 = Release|x64 + {29A0A666-DCBE-47B8-A953-57FB3F7AD42E}.Release|x86.ActiveCfg = Release|Win32 + {29A0A666-DCBE-47B8-A953-57FB3F7AD42E}.Release|x86.Build.0 = Release|Win32 + {208B9CB8-2101-42A9-9502-0CF54912BC57}.Debug|x64.ActiveCfg = Debug|x64 + {208B9CB8-2101-42A9-9502-0CF54912BC57}.Debug|x64.Build.0 = Debug|x64 + {208B9CB8-2101-42A9-9502-0CF54912BC57}.Debug|x86.ActiveCfg = Debug|Win32 + {208B9CB8-2101-42A9-9502-0CF54912BC57}.Debug|x86.Build.0 = Debug|Win32 + {208B9CB8-2101-42A9-9502-0CF54912BC57}.Release|x64.ActiveCfg = Release|x64 + {208B9CB8-2101-42A9-9502-0CF54912BC57}.Release|x64.Build.0 = Release|x64 + {208B9CB8-2101-42A9-9502-0CF54912BC57}.Release|x86.ActiveCfg = Release|Win32 + {208B9CB8-2101-42A9-9502-0CF54912BC57}.Release|x86.Build.0 = Release|Win32 + {22238E0C-B7BA-434A-92A3-077EEDDC41EF}.Debug|x64.ActiveCfg = Debug|x64 + {22238E0C-B7BA-434A-92A3-077EEDDC41EF}.Debug|x64.Build.0 = Debug|x64 + {22238E0C-B7BA-434A-92A3-077EEDDC41EF}.Debug|x86.ActiveCfg = Debug|Win32 + {22238E0C-B7BA-434A-92A3-077EEDDC41EF}.Debug|x86.Build.0 = Debug|Win32 + {22238E0C-B7BA-434A-92A3-077EEDDC41EF}.Release|x64.ActiveCfg = Release|x64 + {22238E0C-B7BA-434A-92A3-077EEDDC41EF}.Release|x64.Build.0 = Release|x64 + {22238E0C-B7BA-434A-92A3-077EEDDC41EF}.Release|x86.ActiveCfg = Release|Win32 + {22238E0C-B7BA-434A-92A3-077EEDDC41EF}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {0AC765BE-BBCB-4F19-BEBC-FE130B3D32EF} = {49AECA40-0731-416F-8F4B-EAE58FFFF46D} + {ED300F05-2344-49F7-BEF7-8F9B3C398AD2} = {49AECA40-0731-416F-8F4B-EAE58FFFF46D} + {63E15406-315E-4C3C-9619-CDE78CF8FF86} = {49AECA40-0731-416F-8F4B-EAE58FFFF46D} + {29A0A666-DCBE-47B8-A953-57FB3F7AD42E} = {49AECA40-0731-416F-8F4B-EAE58FFFF46D} + {208B9CB8-2101-42A9-9502-0CF54912BC57} = {49AECA40-0731-416F-8F4B-EAE58FFFF46D} + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {69AA01E1-F6F7-41BF-82A9-8FF49D86306F} + EndGlobalSection +EndGlobal diff --git a/build/LoG/LoG.vcxproj b/build/LoG/LoG.vcxproj new file mode 100644 index 0000000..7eeab8f --- /dev/null +++ b/build/LoG/LoG.vcxproj @@ -0,0 +1,146 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {22238E0C-B7BA-434A-92A3-077EEDDC41EF} + LOG + 10.0.17134.0 + LoG + + + + 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/build/LoG/LoG.vcxproj.filters b/build/LoG/LoG.vcxproj.filters new file mode 100644 index 0000000..63ca107 --- /dev/null +++ b/build/LoG/LoG.vcxproj.filters @@ -0,0 +1,109 @@ + + + + + {e317f574-d655-4719-90cd-098a026dbff1} + + + {131ef943-91ab-4424-93c6-22d1fd2b4240} + + + {999009a1-57d1-4fa7-9593-ce2e85df676f} + + + {98ac616f-ab08-4467-b574-eedadee75f14} + + + {a777d5be-b03a-4fcb-aaf2-9ebe1c276c32} + + + {e1d94426-f9d6-4f98-bf43-1732714d8491} + + + {8934c772-f790-4dcb-b392-2440dce72056} + + + {8b50a487-b772-4a48-8865-a6039374bc19} + + + {9ffd72ac-b40c-4149-8ea0-fbca8c4098e5} + + + {e05d8c31-5aaf-4d0a-996d-6244fb241cdf} + + + {881b82b4-1c62-445b-8c9d-38633500ab14} + + + {48c401c7-258d-4de4-a955-6702bb26c889} + + + {6c6f0767-23b6-4195-879b-28e65f446d1a} + + + + + art + + + art + + + art + + + art + + + + math + + + + + art + + + art + + + art + + + art + + + ai + + + game + + + game\items + + + map + + + gui + + + modding + + + network + + + utils + + + threading + + + scripting\api + + + math + + + \ No newline at end of file diff --git a/build/LoG/LoG.vcxproj.user b/build/LoG/LoG.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/LoG/LoG.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/test/test.vcxproj b/build/test/test.vcxproj new file mode 100644 index 0000000..57e5a8b --- /dev/null +++ b/build/test/test.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {1E46E03F-CC11-47C5-A838-EE22336EB9FA} + test + 10.0.17134.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/build/test/test.vcxproj.filters b/build/test/test.vcxproj.filters new file mode 100644 index 0000000..9cd8510 --- /dev/null +++ b/build/test/test.vcxproj.filters @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/build/test/test.vcxproj.user b/build/test/test.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/test/test.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.1-26-g67d0