From 70b82d1981c0de3c7b77670ff8abcfeb26815142 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 12 Mar 2019 00:39:26 +0800 Subject: *misc --- Build/Samples/LuaxTest/LuaxTest.vcxproj | 140 ++++++++++++++++++++++++ Build/Samples/LuaxTest/LuaxTest.vcxproj.filters | 9 ++ Build/Samples/LuaxTest/LuaxTest.vcxproj.user | 4 + 3 files changed, 153 insertions(+) create mode 100644 Build/Samples/LuaxTest/LuaxTest.vcxproj create mode 100644 Build/Samples/LuaxTest/LuaxTest.vcxproj.filters create mode 100644 Build/Samples/LuaxTest/LuaxTest.vcxproj.user (limited to 'Build/Samples/LuaxTest') diff --git a/Build/Samples/LuaxTest/LuaxTest.vcxproj b/Build/Samples/LuaxTest/LuaxTest.vcxproj new file mode 100644 index 0000000..0ab395d --- /dev/null +++ b/Build/Samples/LuaxTest/LuaxTest.vcxproj @@ -0,0 +1,140 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {87A4F855-66F2-4DBF-B86C-416E88DAC88A} + LuaxTest + 10.0.17134.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\Bin\win64 + + + $(SolutionDir)..\Bin\win64 + + + + Level3 + Disabled + true + true + $(SolutionDir)..\Source\3rdParty;%(AdditionalIncludeDirectories) + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\Source\3rdParty;%(AdditionalIncludeDirectories) + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + + + true + true + + + + + {1350cee9-b2c2-426a-af4e-f651d51dd592} + + + + + + + + + + + + \ No newline at end of file diff --git a/Build/Samples/LuaxTest/LuaxTest.vcxproj.filters b/Build/Samples/LuaxTest/LuaxTest.vcxproj.filters new file mode 100644 index 0000000..0dc8d61 --- /dev/null +++ b/Build/Samples/LuaxTest/LuaxTest.vcxproj.filters @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/Build/Samples/LuaxTest/LuaxTest.vcxproj.user b/Build/Samples/LuaxTest/LuaxTest.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/Samples/LuaxTest/LuaxTest.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.1-26-g67d0