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 +++++++++++++++++++++ .../float2fixed/float2fixed.vcxproj.filters | 22 ++++ .../float2fixed/float2fixed.vcxproj.user | 4 + 3 files changed, 155 insertions(+) create mode 100644 Client/Project/VisualStudio/float2fixed/float2fixed.vcxproj create mode 100644 Client/Project/VisualStudio/float2fixed/float2fixed.vcxproj.filters create mode 100644 Client/Project/VisualStudio/float2fixed/float2fixed.vcxproj.user (limited to 'Client/Project/VisualStudio/float2fixed') 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 diff --git a/Client/Project/VisualStudio/float2fixed/float2fixed.vcxproj.filters b/Client/Project/VisualStudio/float2fixed/float2fixed.vcxproj.filters new file mode 100644 index 0000000..9f7de50 --- /dev/null +++ b/Client/Project/VisualStudio/float2fixed/float2fixed.vcxproj.filters @@ -0,0 +1,22 @@ + + + + + + + + {70a2b92b-c209-4cc2-aade-3ebd3ffc7184} + + + + + fpm + + + fpm + + + fpm + + + \ No newline at end of file diff --git a/Client/Project/VisualStudio/float2fixed/float2fixed.vcxproj.user b/Client/Project/VisualStudio/float2fixed/float2fixed.vcxproj.user new file mode 100644 index 0000000..6e2aec7 --- /dev/null +++ b/Client/Project/VisualStudio/float2fixed/float2fixed.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.1-26-g67d0