From 1948342aa869ad284d3bed11abbec03bc56ac612 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Tue, 27 Feb 2018 01:00:47 +0800 Subject: the fscking initial commit. --- Fsck.vcxproj | 187 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 187 insertions(+) create mode 100644 Fsck.vcxproj (limited to 'Fsck.vcxproj') diff --git a/Fsck.vcxproj b/Fsck.vcxproj new file mode 100644 index 0000000..2656938 --- /dev/null +++ b/Fsck.vcxproj @@ -0,0 +1,187 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {D20B1C85-814D-4F05-A840-634F9E062019} + + + . + + MFCProj + Script Materializer + 10.0.16299.0 + + + + DynamicLibrary + v141 + Dynamic + MultiByte + + + DynamicLibrary + v141 + Dynamic + MultiByte + + + + + + + + + + + + + <_ProjectFileVersion>15.0.27130.2020 + + + ..\..\..\Temp\$(Platform)\$(ProjectName)\$(Configuration)\ + ..\..\..\Temp\$(Platform)\$(ProjectName)\$(Configuration)\ + false + + + ..\..\..\Temp\$(Platform)\$(ProjectName)\$(Configuration)\ + ..\..\..\Temp\$(Platform)\$(ProjectName)\$(Configuration)\ + true + + + + MaxSpeed + OnlyExplicitInline + ..\..\InterfaceControls\include;..\..\..\Includes;..\..\CKControls;..\..\..\Behaviors\VSLManager;..\..\..\VSL;../DllEditorLib;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + Use + stdafx.h + $(IntDir)$(ProjectName).pch + + $(IntDir) + $(OutDir)$(ProjectName).pdb + Level3 + true + ProgramDatabase + Default + + + vxmath.lib;DllEditor.lib;ck2.lib;InterfaceControls.lib;CKControls.lib;%(AdditionalDependencies) + ..\..\..\..\InterfacePlugins\$(ProjectName).dll + true + ..\..\..\Lib\$(Platform)\Release;%(AdditionalLibraryDirectories) + .\TestEditor.def + true + ..\..\..\..\InterfacePlugins\$(ProjectName).pdb + Windows + $(OutDir)$(ProjectName).lib + MachineX86 + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Release/Test.tlb + + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + + + Disabled + ..\..\InterfaceControls\include;E:\Virtools Dev 3.5 Full\Sdk\Includes;..\..\CKControls;..\..\..\Behaviors\VSLManager;..\..\..\VSL;../DllEditorLib;\\devserver\dev\PlatformSDK\include;.\jsoncpp-1.8.4\include;%(AdditionalIncludeDirectories) + WIN32;_WINDOWS;_USRDLL;VX_MEM_RELEASE;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDLL + Use + stdafx.h + $(IntDir)$(ProjectName).pch + + $(IntDir) + $(OutDir)$(ProjectName).pdb + Level3 + true + EditAndContinue + Default + + + vxmath.lib;DllEditor.lib;ck2.lib;InterfaceControls.lib;CKControls.lib;lib_json.lib;%(AdditionalDependencies) + E:\Virtools Dev 3.5 Full\InterfacePlugins\$(ProjectName).dll + true + E:\Virtools Dev 3.5 Full\Sdk\Lib\$(Platform)\Release;.\jsoncpp-1.8.4\makefiles\msvc2010\Release;%(AdditionalLibraryDirectories) + .\Editor.def + true + ..\..\..\..\InterfacePlugins\$(ProjectName).pdb + Windows + $(OutDir)$(ProjectName).lib + MachineX86 + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Debug/Test.tlb + + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + + + Disabled + EnableFastChecks + Create + MaxSpeed + Create + + + Disabled + EnableFastChecks + MaxSpeed + + + + Disabled + EnableFastChecks + MaxSpeed + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3