From 7a798253441a8bd499d36bd8153b92ab08de8a9f Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 2 Dec 2021 11:41:42 +0800 Subject: *fixed --- .../VisualStudio/float2fixed/float2fixed.vcxproj | 129 +++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 Client/Project/VisualStudio/float2fixed/float2fixed.vcxproj (limited to 'Client/Project/VisualStudio/float2fixed/float2fixed.vcxproj') diff --git a/Client/Project/VisualStudio/float2fixed/float2fixed.vcxproj b/Client/Project/VisualStudio/float2fixed/float2fixed.vcxproj new file mode 100644 index 0000000..bbf150d --- /dev/null +++ b/Client/Project/VisualStudio/float2fixed/float2fixed.vcxproj @@ -0,0 +1,129 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {88E2113C-BC15-4D54-8D09-5DBFB3A47C6D} + float2fixed + 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 + $(SolutionDir)..\..\ThirdParty + + + + + 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 -- cgit v1.1-26-g67d0