diff --git a/TurboPFor-Integer-Compression/vs/vs2022/icapp.vcxproj b/TurboPFor-Integer-Compression/vs/vs2022/icapp.vcxproj new file mode 100644 index 0000000..3783933 --- /dev/null +++ b/TurboPFor-Integer-Compression/vs/vs2022/icapp.vcxproj @@ -0,0 +1,177 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + + + + + + {a162f37f-183f-4250-88ab-9b9fbde30b04} + + + + + + + 15.0 + {6876BEB8-2B45-48B9-8381-1D4094FE8868} + Win32Proj + icapp + + + + Application + true + v143 + + + Application + true + v143 + + + Application + false + v143 + + + Application + false + v143 + + + + + + + + + + + + + + + + + + + + + true + $(SolutionDir)msvc.build\$(Platform)-$(Configuration)\ + $(SolutionDir)msvc.build\.obj\$(Platform)-$(Configuration)\$(ProjectName)\ + + + true + $(SolutionDir)msvc.build\$(Platform)-$(Configuration)\ + $(SolutionDir)msvc.build\.obj\$(Platform)-$(Configuration)\$(ProjectName)\ + + + false + $(SolutionDir)msvc.build\$(Platform)-$(Configuration)\ + $(SolutionDir)msvc.build\.obj\$(Platform)-$(Configuration)\$(ProjectName)\ + + + false + $(SolutionDir)msvc.build\$(Platform)-$(Configuration)\ + $(SolutionDir)msvc.build\.obj\$(Platform)-$(Configuration)\$(ProjectName)\ + + + + Disabled + true + _CRT_SECURE_NO_WARNINGS=;_CONSOLE;_DEBUG;%(PreprocessorDefinitions) + true + /w24146 /w24133 /w24996 + -Wno-parentheses -Wno-unused-variable -Wno-incompatible-pointer-types -Wno-implicit-function-declaration -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-unused-label -Wno-unused-function -Wno-logical-op-parentheses -Wno-pointer-type-mismatch -Wno-sometimes-uninitialized + MultiThreadedDebug + AdvancedVectorExtensions + ..\..\ext + + + Console + true + + + + + Disabled + true + CODEC2;_CRT_SECURE_NO_WARNINGS=;_CONSOLE;_DEBUG;%(PreprocessorDefinitions) + true + /w24146 /w24133 /w24996 + -Wno-parentheses -Wno-unused-variable -Wno-incompatible-pointer-types -Wno-implicit-function-declaration -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-unused-label -Wno-unused-function -Wno-logical-op-parentheses -Wno-pointer-type-mismatch -Wno-sometimes-uninitialized + MultiThreadedDebug + AdvancedVectorExtensions2 + ..\..\ext + + + Console + true + + + + + MaxSpeed + true + true + true + _CRT_SECURE_NO_WARNINGS=;_CONSOLE;NDEBUG;%(PreprocessorDefinitions) + true + /w24146 /w24133 /w24996 + -Wno-parentheses -Wno-unused-variable -Wno-incompatible-pointer-types -Wno-implicit-function-declaration -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-unused-label -Wno-unused-function -Wno-logical-op-parentheses -Wno-pointer-type-mismatch -Wno-sometimes-uninitialized + MultiThreaded + AdvancedVectorExtensions + ..\..\ext + + + Console + true + true + true + + + + + MaxSpeed + true + true + true + CODEC2;_CRT_SECURE_NO_WARNINGS=;_CONSOLE;NDEBUG;%(PreprocessorDefinitions) + true + /w24146 /w24133 /w24996 + -Wno-parentheses -Wno-unused-variable -Wno-incompatible-pointer-types -Wno-implicit-function-declaration -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-unused-label -Wno-unused-function -Wno-logical-op-parentheses -Wno-pointer-type-mismatch -Wno-sometimes-uninitialized + MultiThreaded + AdvancedVectorExtensions2 + ..\..\ext + + + Console + true + true + true + + + + + + \ No newline at end of file