From f889c9c20fc09f26eb8a70674c1d60181835c38a Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 25 Oct 2018 00:50:35 +0800 Subject: =?UTF-8?q?*=E4=BF=AE=E6=94=B9=E9=A1=B9=E7=9B=AE=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/vc++/3rdparty/GLee/GLee.vcxproj | 137 +++++++++++++++++++++ build/vc++/3rdparty/GLee/GLee.vcxproj.filters | 18 +++ build/vc++/3rdparty/GLee/GLee.vcxproj.user | 4 + build/vc++/3rdparty/ogl2d/ogl2d.vcxproj | 123 +++++++++++++++++++ build/vc++/3rdparty/ogl2d/ogl2d.vcxproj.filters | 13 ++ build/vc++/3rdparty/ogl2d/ogl2d.vcxproj.user | 4 + build/vc++/3rdparty/smount/smount.vcxproj | 138 ++++++++++++++++++++++ build/vc++/3rdparty/smount/smount.vcxproj.filters | 21 ++++ build/vc++/3rdparty/smount/smount.vcxproj.user | 4 + build/vc++/3rdparty/stb/stb.vcxproj | 138 ++++++++++++++++++++++ build/vc++/3rdparty/stb/stb.vcxproj.filters | 21 ++++ build/vc++/3rdparty/stb/stb.vcxproj.user | 4 + build/vc++/3rdparty/tekcos/tekcos.vcxproj | 137 +++++++++++++++++++++ build/vc++/3rdparty/tekcos/tekcos.vcxproj.filters | 18 +++ build/vc++/3rdparty/tekcos/tekcos.vcxproj.user | 4 + build/vc++/3rdparty/wav/wav.vcxproj | 137 +++++++++++++++++++++ build/vc++/3rdparty/wav/wav.vcxproj.filters | 18 +++ build/vc++/3rdparty/wav/wav.vcxproj.user | 4 + build/vc++/jin.sln | 63 ++++++++++ build/vc++/jin.vcxproj | 4 +- build/vc++/libjin/libjin.vcxproj | 42 ++++--- build/vc++/libjin/libjin.vcxproj.filters | 78 +----------- 22 files changed, 1037 insertions(+), 93 deletions(-) create mode 100644 build/vc++/3rdparty/GLee/GLee.vcxproj create mode 100644 build/vc++/3rdparty/GLee/GLee.vcxproj.filters create mode 100644 build/vc++/3rdparty/GLee/GLee.vcxproj.user create mode 100644 build/vc++/3rdparty/ogl2d/ogl2d.vcxproj create mode 100644 build/vc++/3rdparty/ogl2d/ogl2d.vcxproj.filters create mode 100644 build/vc++/3rdparty/ogl2d/ogl2d.vcxproj.user create mode 100644 build/vc++/3rdparty/smount/smount.vcxproj create mode 100644 build/vc++/3rdparty/smount/smount.vcxproj.filters create mode 100644 build/vc++/3rdparty/smount/smount.vcxproj.user create mode 100644 build/vc++/3rdparty/stb/stb.vcxproj create mode 100644 build/vc++/3rdparty/stb/stb.vcxproj.filters create mode 100644 build/vc++/3rdparty/stb/stb.vcxproj.user create mode 100644 build/vc++/3rdparty/tekcos/tekcos.vcxproj create mode 100644 build/vc++/3rdparty/tekcos/tekcos.vcxproj.filters create mode 100644 build/vc++/3rdparty/tekcos/tekcos.vcxproj.user create mode 100644 build/vc++/3rdparty/wav/wav.vcxproj create mode 100644 build/vc++/3rdparty/wav/wav.vcxproj.filters create mode 100644 build/vc++/3rdparty/wav/wav.vcxproj.user (limited to 'build/vc++') diff --git a/build/vc++/3rdparty/GLee/GLee.vcxproj b/build/vc++/3rdparty/GLee/GLee.vcxproj new file mode 100644 index 0000000..007dc38 --- /dev/null +++ b/build/vc++/3rdparty/GLee/GLee.vcxproj @@ -0,0 +1,137 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {8828F6B1-F167-4BC9-B7C7-7CC34CDDEE8A} + GLee + 8.1 + + + + StaticLibrary + true + v141 + MultiByte + + + StaticLibrary + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\..\bin + + + $(SolutionDir)..\..\bin + + + + Level3 + MinSpace + true + false + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + CompileAsCpp + Size + + + + + Level3 + Disabled + true + true + + + + + Level3 + MinSpace + true + true + true + false + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + CompileAsCpp + Size + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + + + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/GLee/GLee.vcxproj.filters b/build/vc++/3rdparty/GLee/GLee.vcxproj.filters new file mode 100644 index 0000000..2822148 --- /dev/null +++ b/build/vc++/3rdparty/GLee/GLee.vcxproj.filters @@ -0,0 +1,18 @@ + + + + + {eebe1ebb-f43f-4b31-9c61-4cd44565461e} + + + + + source + + + + + source + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/GLee/GLee.vcxproj.user b/build/vc++/3rdparty/GLee/GLee.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/vc++/3rdparty/GLee/GLee.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/ogl2d/ogl2d.vcxproj b/build/vc++/3rdparty/ogl2d/ogl2d.vcxproj new file mode 100644 index 0000000..546afbb --- /dev/null +++ b/build/vc++/3rdparty/ogl2d/ogl2d.vcxproj @@ -0,0 +1,123 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {D17F6928-AF98-4ED9-A2B9-1DC0B2765D4F} + ogl2d + 10.0.17134.0 + + + + StaticLibrary + true + v141 + MultiByte + + + StaticLibrary + 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/vc++/3rdparty/ogl2d/ogl2d.vcxproj.filters b/build/vc++/3rdparty/ogl2d/ogl2d.vcxproj.filters new file mode 100644 index 0000000..74f0b2e --- /dev/null +++ b/build/vc++/3rdparty/ogl2d/ogl2d.vcxproj.filters @@ -0,0 +1,13 @@ + + + + + {9eb6b640-ac80-4c15-b76c-2a7c5536ca5c} + + + + + source + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/ogl2d/ogl2d.vcxproj.user b/build/vc++/3rdparty/ogl2d/ogl2d.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/vc++/3rdparty/ogl2d/ogl2d.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/smount/smount.vcxproj b/build/vc++/3rdparty/smount/smount.vcxproj new file mode 100644 index 0000000..c174850 --- /dev/null +++ b/build/vc++/3rdparty/smount/smount.vcxproj @@ -0,0 +1,138 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {3FC3E8B7-380E-41E6-91FF-82FA5E622D29} + smount + 8.1 + + + + StaticLibrary + true + v141 + MultiByte + + + StaticLibrary + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\..\bin + + + $(SolutionDir)..\..\bin + + + + Level3 + MinSpace + true + false + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + CompileAsCpp + Size + + + + + Level3 + Disabled + true + true + + + + + Level3 + MinSpace + true + true + true + false + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + CompileAsCpp + Size + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/smount/smount.vcxproj.filters b/build/vc++/3rdparty/smount/smount.vcxproj.filters new file mode 100644 index 0000000..ad2b2c5 --- /dev/null +++ b/build/vc++/3rdparty/smount/smount.vcxproj.filters @@ -0,0 +1,21 @@ + + + + + {65960c95-e385-4c08-8b67-a7158e39289f} + + + + + source + + + source + + + + + source + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/smount/smount.vcxproj.user b/build/vc++/3rdparty/smount/smount.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/vc++/3rdparty/smount/smount.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/stb/stb.vcxproj b/build/vc++/3rdparty/stb/stb.vcxproj new file mode 100644 index 0000000..6cb9b3f --- /dev/null +++ b/build/vc++/3rdparty/stb/stb.vcxproj @@ -0,0 +1,138 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {E9A7ECC9-1437-45A8-B970-E9E75BD1F8E0} + stb + 8.1 + + + + StaticLibrary + true + v141 + MultiByte + + + StaticLibrary + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\..\bin + + + $(SolutionDir)..\..\bin + + + + Level3 + MinSpace + true + false + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + CompileAsCpp + Size + + + + + Level3 + Disabled + true + true + + + + + Level3 + MinSpace + true + true + true + false + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + CompileAsCpp + Size + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/stb/stb.vcxproj.filters b/build/vc++/3rdparty/stb/stb.vcxproj.filters new file mode 100644 index 0000000..dba3009 --- /dev/null +++ b/build/vc++/3rdparty/stb/stb.vcxproj.filters @@ -0,0 +1,21 @@ + + + + + {2704930f-d8dd-4b99-8e27-6b5d8fdab710} + + + + + source + + + source + + + + + source + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/stb/stb.vcxproj.user b/build/vc++/3rdparty/stb/stb.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/vc++/3rdparty/stb/stb.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/tekcos/tekcos.vcxproj b/build/vc++/3rdparty/tekcos/tekcos.vcxproj new file mode 100644 index 0000000..3148e63 --- /dev/null +++ b/build/vc++/3rdparty/tekcos/tekcos.vcxproj @@ -0,0 +1,137 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {B88DC691-FE8A-4C5E-8D57-EBCC6B13C744} + tekcos + 8.1 + + + + StaticLibrary + true + v141 + MultiByte + + + StaticLibrary + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\..\bin + + + $(SolutionDir)..\..\bin + + + + Level3 + MinSpace + true + false + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + CompileAsCpp + Size + + + + + Level3 + Disabled + true + true + + + + + Level3 + MinSpace + true + true + true + false + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + CompileAsCpp + Size + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + + + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/tekcos/tekcos.vcxproj.filters b/build/vc++/3rdparty/tekcos/tekcos.vcxproj.filters new file mode 100644 index 0000000..cccacab --- /dev/null +++ b/build/vc++/3rdparty/tekcos/tekcos.vcxproj.filters @@ -0,0 +1,18 @@ + + + + + {2cee3ae8-b50d-4592-8545-5e489b1e3f2a} + + + + + source + + + + + source + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/tekcos/tekcos.vcxproj.user b/build/vc++/3rdparty/tekcos/tekcos.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/vc++/3rdparty/tekcos/tekcos.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/wav/wav.vcxproj b/build/vc++/3rdparty/wav/wav.vcxproj new file mode 100644 index 0000000..bba56a1 --- /dev/null +++ b/build/vc++/3rdparty/wav/wav.vcxproj @@ -0,0 +1,137 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {9A0EAD3F-5A23-41C8-8FFD-8F6B71F43342} + wav + 8.1 + + + + StaticLibrary + true + v141 + MultiByte + + + StaticLibrary + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\..\bin + + + $(SolutionDir)..\..\bin + + + + Level3 + MinSpace + true + false + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + CompileAsCpp + Size + + + + + Level3 + Disabled + true + true + + + + + Level3 + MinSpace + true + true + true + false + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + CompileAsCpp + Size + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + + + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/wav/wav.vcxproj.filters b/build/vc++/3rdparty/wav/wav.vcxproj.filters new file mode 100644 index 0000000..ac7d2a6 --- /dev/null +++ b/build/vc++/3rdparty/wav/wav.vcxproj.filters @@ -0,0 +1,18 @@ + + + + + {b990a338-a227-4467-8414-90e49768bf59} + + + + + source + + + + + source + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/wav/wav.vcxproj.user b/build/vc++/3rdparty/wav/wav.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/vc++/3rdparty/wav/wav.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/vc++/jin.sln b/build/vc++/jin.sln index 8441c11..1838ac4 100644 --- a/build/vc++/jin.sln +++ b/build/vc++/jin.sln @@ -11,6 +11,22 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Example", "Example", "{6FC1 EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ParticleSystem", "examples\ParticleSystem\ParticleSystem.vcxproj", "{984764C1-0471-4A36-9B2B-BF846817C95F}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "3rdParty", "3rdParty", "{65DFFFA6-F434-47FB-9DB2-DCF019060B92}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "stb", "3rdparty\stb\stb.vcxproj", "{E9A7ECC9-1437-45A8-B970-E9E75BD1F8E0}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GLee", "3rdparty\GLee\GLee.vcxproj", "{8828F6B1-F167-4BC9-B7C7-7CC34CDDEE8A}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tekcos", "3rdparty\tekcos\tekcos.vcxproj", "{B88DC691-FE8A-4C5E-8D57-EBCC6B13C744}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "smount", "3rdparty\smount\smount.vcxproj", "{3FC3E8B7-380E-41E6-91FF-82FA5E622D29}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wav", "3rdparty\wav\wav.vcxproj", "{9A0EAD3F-5A23-41C8-8FFD-8F6B71F43342}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Library", "Library", "{60F334B9-B068-47CE-8CD9-431A356CB31B}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Runner", "Runner", "{2D5BA0D9-04A7-43BB-BD30-000D39317B07}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|x64 = Debug|x64 @@ -43,12 +59,59 @@ Global {984764C1-0471-4A36-9B2B-BF846817C95F}.Release|x64.Build.0 = Release|x64 {984764C1-0471-4A36-9B2B-BF846817C95F}.Release|x86.ActiveCfg = Release|Win32 {984764C1-0471-4A36-9B2B-BF846817C95F}.Release|x86.Build.0 = Release|Win32 + {E9A7ECC9-1437-45A8-B970-E9E75BD1F8E0}.Debug|x64.ActiveCfg = Debug|x64 + {E9A7ECC9-1437-45A8-B970-E9E75BD1F8E0}.Debug|x64.Build.0 = Debug|x64 + {E9A7ECC9-1437-45A8-B970-E9E75BD1F8E0}.Debug|x86.ActiveCfg = Debug|Win32 + {E9A7ECC9-1437-45A8-B970-E9E75BD1F8E0}.Debug|x86.Build.0 = Debug|Win32 + {E9A7ECC9-1437-45A8-B970-E9E75BD1F8E0}.Release|x64.ActiveCfg = Release|x64 + {E9A7ECC9-1437-45A8-B970-E9E75BD1F8E0}.Release|x64.Build.0 = Release|x64 + {E9A7ECC9-1437-45A8-B970-E9E75BD1F8E0}.Release|x86.ActiveCfg = Release|Win32 + {E9A7ECC9-1437-45A8-B970-E9E75BD1F8E0}.Release|x86.Build.0 = Release|Win32 + {8828F6B1-F167-4BC9-B7C7-7CC34CDDEE8A}.Debug|x64.ActiveCfg = Debug|x64 + {8828F6B1-F167-4BC9-B7C7-7CC34CDDEE8A}.Debug|x64.Build.0 = Debug|x64 + {8828F6B1-F167-4BC9-B7C7-7CC34CDDEE8A}.Debug|x86.ActiveCfg = Debug|Win32 + {8828F6B1-F167-4BC9-B7C7-7CC34CDDEE8A}.Debug|x86.Build.0 = Debug|Win32 + {8828F6B1-F167-4BC9-B7C7-7CC34CDDEE8A}.Release|x64.ActiveCfg = Release|x64 + {8828F6B1-F167-4BC9-B7C7-7CC34CDDEE8A}.Release|x64.Build.0 = Release|x64 + {8828F6B1-F167-4BC9-B7C7-7CC34CDDEE8A}.Release|x86.ActiveCfg = Release|Win32 + {8828F6B1-F167-4BC9-B7C7-7CC34CDDEE8A}.Release|x86.Build.0 = Release|Win32 + {B88DC691-FE8A-4C5E-8D57-EBCC6B13C744}.Debug|x64.ActiveCfg = Debug|x64 + {B88DC691-FE8A-4C5E-8D57-EBCC6B13C744}.Debug|x64.Build.0 = Debug|x64 + {B88DC691-FE8A-4C5E-8D57-EBCC6B13C744}.Debug|x86.ActiveCfg = Debug|Win32 + {B88DC691-FE8A-4C5E-8D57-EBCC6B13C744}.Debug|x86.Build.0 = Debug|Win32 + {B88DC691-FE8A-4C5E-8D57-EBCC6B13C744}.Release|x64.ActiveCfg = Release|x64 + {B88DC691-FE8A-4C5E-8D57-EBCC6B13C744}.Release|x64.Build.0 = Release|x64 + {B88DC691-FE8A-4C5E-8D57-EBCC6B13C744}.Release|x86.ActiveCfg = Release|Win32 + {B88DC691-FE8A-4C5E-8D57-EBCC6B13C744}.Release|x86.Build.0 = Release|Win32 + {3FC3E8B7-380E-41E6-91FF-82FA5E622D29}.Debug|x64.ActiveCfg = Debug|x64 + {3FC3E8B7-380E-41E6-91FF-82FA5E622D29}.Debug|x64.Build.0 = Debug|x64 + {3FC3E8B7-380E-41E6-91FF-82FA5E622D29}.Debug|x86.ActiveCfg = Debug|Win32 + {3FC3E8B7-380E-41E6-91FF-82FA5E622D29}.Debug|x86.Build.0 = Debug|Win32 + {3FC3E8B7-380E-41E6-91FF-82FA5E622D29}.Release|x64.ActiveCfg = Release|x64 + {3FC3E8B7-380E-41E6-91FF-82FA5E622D29}.Release|x64.Build.0 = Release|x64 + {3FC3E8B7-380E-41E6-91FF-82FA5E622D29}.Release|x86.ActiveCfg = Release|Win32 + {3FC3E8B7-380E-41E6-91FF-82FA5E622D29}.Release|x86.Build.0 = Release|Win32 + {9A0EAD3F-5A23-41C8-8FFD-8F6B71F43342}.Debug|x64.ActiveCfg = Debug|x64 + {9A0EAD3F-5A23-41C8-8FFD-8F6B71F43342}.Debug|x64.Build.0 = Debug|x64 + {9A0EAD3F-5A23-41C8-8FFD-8F6B71F43342}.Debug|x86.ActiveCfg = Debug|Win32 + {9A0EAD3F-5A23-41C8-8FFD-8F6B71F43342}.Debug|x86.Build.0 = Debug|Win32 + {9A0EAD3F-5A23-41C8-8FFD-8F6B71F43342}.Release|x64.ActiveCfg = Release|x64 + {9A0EAD3F-5A23-41C8-8FFD-8F6B71F43342}.Release|x64.Build.0 = Release|x64 + {9A0EAD3F-5A23-41C8-8FFD-8F6B71F43342}.Release|x86.ActiveCfg = Release|Win32 + {9A0EAD3F-5A23-41C8-8FFD-8F6B71F43342}.Release|x86.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution + {A3E35ECA-62EB-45CE-8152-674FBC7F7A3B} = {2D5BA0D9-04A7-43BB-BD30-000D39317B07} + {9EE02090-C15E-4520-9C05-C435E45EF2FC} = {60F334B9-B068-47CE-8CD9-431A356CB31B} {984764C1-0471-4A36-9B2B-BF846817C95F} = {6FC112F9-B317-4444-B4FB-2E0BF70328F1} + {E9A7ECC9-1437-45A8-B970-E9E75BD1F8E0} = {65DFFFA6-F434-47FB-9DB2-DCF019060B92} + {8828F6B1-F167-4BC9-B7C7-7CC34CDDEE8A} = {65DFFFA6-F434-47FB-9DB2-DCF019060B92} + {B88DC691-FE8A-4C5E-8D57-EBCC6B13C744} = {65DFFFA6-F434-47FB-9DB2-DCF019060B92} + {3FC3E8B7-380E-41E6-91FF-82FA5E622D29} = {65DFFFA6-F434-47FB-9DB2-DCF019060B92} + {9A0EAD3F-5A23-41C8-8FFD-8F6B71F43342} = {65DFFFA6-F434-47FB-9DB2-DCF019060B92} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {633D8D43-3349-43F7-8835-7D7F58BAD2A8} diff --git a/build/vc++/jin.vcxproj b/build/vc++/jin.vcxproj index 01b3a9a..e830a09 100644 --- a/build/vc++/jin.vcxproj +++ b/build/vc++/jin.vcxproj @@ -84,7 +84,7 @@ Level3 true _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - $(SolutionDir)..\..\src\;$(SolutionDir)libs\SDL2-2.0.5\include;$(SolutionDir)libs\LuaJIT-2.0.5\include;%(AdditionalIncludeDirectories) + $(SolutionDir)..\..\src\;$(SolutionDir)libs\SDL2-2.0.5\include;$(SolutionDir)libs\LuaJIT-2.0.5\include;$(SolutionDir)..\..\src\3rdparty\;%(AdditionalIncludeDirectories) CompileAsCpp $(IntDir)/%(RelativeDir)/ Size @@ -113,7 +113,7 @@ true true _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - $(SolutionDir)..\..\src\;$(SolutionDir)libs\SDL2-2.0.5\include;$(SolutionDir)libs\LuaJIT-2.0.5\include;%(AdditionalIncludeDirectories) + $(SolutionDir)..\..\src\;$(SolutionDir)libs\SDL2-2.0.5\include;$(SolutionDir)libs\LuaJIT-2.0.5\include;$(SolutionDir)..\..\src\3rdparty\;%(AdditionalIncludeDirectories) CompileAsCpp $(IntDir)/%(RelativeDir)/ Size diff --git a/build/vc++/libjin/libjin.vcxproj b/build/vc++/libjin/libjin.vcxproj index 6d1d3f5..6497e24 100644 --- a/build/vc++/libjin/libjin.vcxproj +++ b/build/vc++/libjin/libjin.vcxproj @@ -86,7 +86,7 @@ false CompileAsCpp _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - $(SolutionDir)libs\SDL2-2.0.5\include;%(AdditionalIncludeDirectories) + $(SolutionDir)libs\SDL2-2.0.5\include;$(SolutionDir)..\..\src\3rdparty\;%(AdditionalIncludeDirectories) $(IntDir)/%(RelativeDir)/ Size @@ -98,13 +98,14 @@ Level3 - Disabled + MinSpace true false _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - $(SolutionDir)libs\SDL2-2.0.5\include;%(AdditionalIncludeDirectories) + $(SolutionDir)libs\SDL2-2.0.5\include;$(SolutionDir)..\..\src\3rdparty\;%(AdditionalIncludeDirectories) CompileAsCpp $(IntDir)/%(RelativeDir)/ + Size @@ -130,15 +131,6 @@ - - - - - - - - - @@ -162,7 +154,7 @@ - + @@ -227,11 +219,6 @@ - - - - - @@ -243,7 +230,7 @@ - + @@ -283,6 +270,23 @@ + + + {8828f6b1-f167-4bc9-b7c7-7cc34cddee8a} + + + {3fc3e8b7-380e-41e6-91ff-82fa5e622d29} + + + {e9a7ecc9-1437-45a8-b970-e9e75bd1f8e0} + + + {b88dc691-fe8a-4c5e-8d57-ebcc6b13c744} + + + {9a0ead3f-5a23-41c8-8ffd-8f6b71f43342} + + diff --git a/build/vc++/libjin/libjin.vcxproj.filters b/build/vc++/libjin/libjin.vcxproj.filters index 7df2cf0..1a6a27b 100644 --- a/build/vc++/libjin/libjin.vcxproj.filters +++ b/build/vc++/libjin/libjin.vcxproj.filters @@ -4,30 +4,6 @@ {708c6303-1b76-4db4-bac5-be6fa9179e98} - - {3634a892-8e97-442c-b855-80a26dff2143} - - - {230b5ce5-8893-4aed-8f96-576d5f0aa3a2} - - - {d3f9b98c-e18c-4603-be4a-40cf5270c8a0} - - - {6f4aa0ff-3d1b-40ff-8da9-ce7292ac83b2} - - - {06d4dd93-7a6d-4b9e-a841-c7f8fbccafe0} - - - {60deec03-f023-4417-a058-c955d23f01d4} - - - {c582e534-7e96-484c-ae1b-a9e7962ab6c2} - - - {086e2fe7-2366-4d52-b059-212ada075da4} - {6259760f-501a-4b52-b9a1-4abb4d788a99} @@ -87,33 +63,9 @@ - - source\3rdparty\GLee - - - source\3rdparty\stb - - - source\3rdparty\stb - - - source\3rdparty\wav - - - source\3rdparty\tekcos - - - source\3rdparty\smount - - - source\3rdparty\smount - source - - source\3rdparty\ogl2d - source\graphics @@ -225,9 +177,6 @@ source\input - - source\game - source\filesystem @@ -264,9 +213,6 @@ source\audio\sdl - - source\3rdparty\base64 - source\core @@ -357,6 +303,9 @@ source\graphics\shader\shaders + + source\game + @@ -370,21 +319,6 @@ - - source\3rdparty\GLee - - - source\3rdparty\stb - - - source\3rdparty\wav - - - source\3rdparty\tekcos - - - source\3rdparty\smount - source\graphics @@ -457,9 +391,6 @@ source\input - - source\game - source\common @@ -535,5 +466,8 @@ source\graphics + + source\game + \ No newline at end of file -- cgit v1.1-26-g67d0