From 64d9d7b3eb7cece81da8b2cb56eb0f50d87a5964 Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 1 Mar 2019 08:50:34 +0800 Subject: *misc --- Build/3rdParty/LodePNG/LodePNG.vcxproj | 126 ++++++++++++++++++++ Build/3rdParty/LodePNG/LodePNG.vcxproj.filters | 9 ++ Build/3rdParty/LodePNG/LodePNG.vcxproj.user | 4 + Build/3rdParty/Wuff/Wuff.vcxproj | 132 +++++++++++++++++++++ Build/3rdParty/Wuff/Wuff.vcxproj.filters | 15 +++ Build/3rdParty/Wuff/Wuff.vcxproj.user | 4 + Build/3rdParty/physfs/physfs.vcxproj | 152 +++++++++++++++++++++++++ Build/3rdParty/physfs/physfs.vcxproj.filters | 99 ++++++++++++++++ Build/3rdParty/physfs/physfs.vcxproj.user | 4 + Build/3rdParty/stb/stb.vcxproj | 123 ++++++++++++++++++++ Build/3rdParty/stb/stb.vcxproj.filters | 6 + Build/3rdParty/stb/stb.vcxproj.user | 4 + 12 files changed, 678 insertions(+) create mode 100644 Build/3rdParty/LodePNG/LodePNG.vcxproj create mode 100644 Build/3rdParty/LodePNG/LodePNG.vcxproj.filters create mode 100644 Build/3rdParty/LodePNG/LodePNG.vcxproj.user create mode 100644 Build/3rdParty/Wuff/Wuff.vcxproj create mode 100644 Build/3rdParty/Wuff/Wuff.vcxproj.filters create mode 100644 Build/3rdParty/Wuff/Wuff.vcxproj.user create mode 100644 Build/3rdParty/physfs/physfs.vcxproj create mode 100644 Build/3rdParty/physfs/physfs.vcxproj.filters create mode 100644 Build/3rdParty/physfs/physfs.vcxproj.user create mode 100644 Build/3rdParty/stb/stb.vcxproj create mode 100644 Build/3rdParty/stb/stb.vcxproj.filters create mode 100644 Build/3rdParty/stb/stb.vcxproj.user (limited to 'Build/3rdParty') diff --git a/Build/3rdParty/LodePNG/LodePNG.vcxproj b/Build/3rdParty/LodePNG/LodePNG.vcxproj new file mode 100644 index 0000000..d61ae2e --- /dev/null +++ b/Build/3rdParty/LodePNG/LodePNG.vcxproj @@ -0,0 +1,126 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {5AE9F39B-1885-4F81-96B1-121BB64F9939} + LodePNG + 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/3rdParty/LodePNG/LodePNG.vcxproj.filters b/Build/3rdParty/LodePNG/LodePNG.vcxproj.filters new file mode 100644 index 0000000..c89fda8 --- /dev/null +++ b/Build/3rdParty/LodePNG/LodePNG.vcxproj.filters @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/Build/3rdParty/LodePNG/LodePNG.vcxproj.user b/Build/3rdParty/LodePNG/LodePNG.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/3rdParty/LodePNG/LodePNG.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Build/3rdParty/Wuff/Wuff.vcxproj b/Build/3rdParty/Wuff/Wuff.vcxproj new file mode 100644 index 0000000..fc35af3 --- /dev/null +++ b/Build/3rdParty/Wuff/Wuff.vcxproj @@ -0,0 +1,132 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {294889EA-93DE-4580-BF9D-87F605B229AA} + Wuff + 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/3rdParty/Wuff/Wuff.vcxproj.filters b/Build/3rdParty/Wuff/Wuff.vcxproj.filters new file mode 100644 index 0000000..6ce3b17 --- /dev/null +++ b/Build/3rdParty/Wuff/Wuff.vcxproj.filters @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Build/3rdParty/Wuff/Wuff.vcxproj.user b/Build/3rdParty/Wuff/Wuff.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/3rdParty/Wuff/Wuff.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Build/3rdParty/physfs/physfs.vcxproj b/Build/3rdParty/physfs/physfs.vcxproj new file mode 100644 index 0000000..8f94cbb --- /dev/null +++ b/Build/3rdParty/physfs/physfs.vcxproj @@ -0,0 +1,152 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {AEE37589-DE0D-4139-8BDB-8179FDEFB835} + physfs + 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/3rdParty/physfs/physfs.vcxproj.filters b/Build/3rdParty/physfs/physfs.vcxproj.filters new file mode 100644 index 0000000..fca9637 --- /dev/null +++ b/Build/3rdParty/physfs/physfs.vcxproj.filters @@ -0,0 +1,99 @@ + + + + + {98724fe6-6848-4710-bccb-74ae36e0b7a3} + + + {71f7299b-c686-411d-897b-a0099d36f03c} + + + + + include + + + include + + + include + + + include + + + include + + + include + + + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + \ No newline at end of file diff --git a/Build/3rdParty/physfs/physfs.vcxproj.user b/Build/3rdParty/physfs/physfs.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/3rdParty/physfs/physfs.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Build/3rdParty/stb/stb.vcxproj b/Build/3rdParty/stb/stb.vcxproj new file mode 100644 index 0000000..f5c7f5c --- /dev/null +++ b/Build/3rdParty/stb/stb.vcxproj @@ -0,0 +1,123 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {6BA52BBB-8DA5-4F51-BE3F-1E49F5089498} + stb + 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/3rdParty/stb/stb.vcxproj.filters b/Build/3rdParty/stb/stb.vcxproj.filters new file mode 100644 index 0000000..271ef85 --- /dev/null +++ b/Build/3rdParty/stb/stb.vcxproj.filters @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Build/3rdParty/stb/stb.vcxproj.user b/Build/3rdParty/stb/stb.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/3rdParty/stb/stb.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.1-26-g67d0