diff --git a/MissionEditorPackLib/MissionEditorPackLib.vcxproj b/MissionEditorPackLib/MissionEditorPackLib.vcxproj new file mode 100644 index 0000000..a5a559a --- /dev/null +++ b/MissionEditorPackLib/MissionEditorPackLib.vcxproj @@ -0,0 +1,133 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + + + MFCProj + {DEB40EF0-E215-4C2F-A0AD-3742E2E01A8C} + 10.0 + MissionEditorPackLib + + + + StaticLibrary + v143 + false + MultiByte + + + StaticLibrary + v143 + false + MultiByte + + + + + + + + + + + + + + + $(SolutionDir)\build\output\$(Configuration)-$(Platform)\lib\ + $(SolutionDir)\build\intermediate\$(Configuration)-$(Platform)\$(ProjectName)\ + false + + + $(SolutionDir)\build\output\$(Configuration)-$(Platform)\lib\ + $(SolutionDir)\build\intermediate\$(Configuration)-$(Platform)\$(ProjectName)\ + true + $(ProjectName)d + + + + MultiThreadedDLL + Default + true + false + MaxSpeed + true + Level3 + ..\3rdParty\xcc\misc;.\;%(AdditionalIncludeDirectories) + NDEBUG;EF;WIN32;_LIB;NO_XIF_SUPPORT;NO_FT_SUPPORT;NO_AVI_SUPPORT;XCC_MINIMAL_BUILD;%(PreprocessorDefinitions) + .\Release\ + .\Release\MissionEditorPackLib.pch + .\Release\ + .\Release\ + stdcpp20 + + + 0x0407 + NDEBUG;%(PreprocessorDefinitions) + + + true + .\Release\MissionEditorPackLib.bsc + + + true + + + .\MissionEditorPackLib.def + + + + + MultiThreadedDebugDLL + Default + Disabled + true + Level3 + EditAndContinue + ..\3rdParty\xcc\misc;.\;%(AdditionalIncludeDirectories) + .\Debug\ + .\Debug\MissionEditorPackLib.pch + .\Debug\ + .\Debug\ + EnableFastChecks + stdcpp20 + _DEBUG;WIN32;_LIB;NO_XIF_SUPPORT;NO_FT_SUPPORT;NO_AVI_SUPPORT;XCC_MINIMAL_BUILD;%(PreprocessorDefinitions) + + + 0x0407 + _DEBUG;%(PreprocessorDefinitions) + + + true + .\Debug\MissionEditorPackLib.bsc + + + true + + + .\MissionEditorPackLib.def + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/MissionEditorPackLib/MissionEditorPackLib.vcxproj.filters b/MissionEditorPackLib/MissionEditorPackLib.vcxproj.filters new file mode 100644 index 0000000..2e85b83 --- /dev/null +++ b/MissionEditorPackLib/MissionEditorPackLib.vcxproj.filters @@ -0,0 +1,32 @@ + + + + + {8bb2a4be-d052-4146-9fe5-db6eef9f3268} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {21c43721-e858-462b-8548-2b1a7fe94a0a} + h;hpp;hxx;hm;inl + + + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file diff --git a/MissionEditorPackLib/MissionEditorPackLib.vcxproj.user b/MissionEditorPackLib/MissionEditorPackLib.vcxproj.user new file mode 100644 index 0000000..88a5509 --- /dev/null +++ b/MissionEditorPackLib/MissionEditorPackLib.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file