diff --git a/src/doors/clans-src/clans.vcxproj b/src/doors/clans-src/clans.vcxproj index 851d099e2b0540717c1f02eaa4d6d252503f0f82..984a02bc8d026076515f27f2794d4850763e16a8 100644 --- a/src/doors/clans-src/clans.vcxproj +++ b/src/doors/clans-src/clans.vcxproj @@ -32,10 +32,12 @@ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" /> + <Import Project="..\..\odoors\odoors.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" /> + <Import Project="..\..\odoors\odoors.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> @@ -57,7 +59,7 @@ <SuppressStartupBanner>true</SuppressStartupBanner> <WarningLevel>Level3</WarningLevel> <MinimalRebuild>true</MinimalRebuild> - <DebugInformationFormat>EditAndContinue</DebugInformationFormat> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <AssemblerListingLocation>.\Win32_Debug\</AssemblerListingLocation> <PrecompiledHeaderOutputFile>.\Win32_Debug\clans.pch</PrecompiledHeaderOutputFile> diff --git a/src/doors/clans-src/langcomp.vcxproj b/src/doors/clans-src/langcomp.vcxproj index 56d9a382d24b74c99e32f06d12a7c7296f285695..abb3e6bafdfdbf85482a2837b78e6a6f75114cc4 100644 --- a/src/doors/clans-src/langcomp.vcxproj +++ b/src/doors/clans-src/langcomp.vcxproj @@ -102,7 +102,7 @@ <SuppressStartupBanner>true</SuppressStartupBanner> <WarningLevel>Level3</WarningLevel> <MinimalRebuild>true</MinimalRebuild> - <DebugInformationFormat>EditAndContinue</DebugInformationFormat> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> <AssemblerListingLocation>.\win32_debug\</AssemblerListingLocation> <PrecompiledHeaderOutputFile>.\win32_debug\langcomp.pch</PrecompiledHeaderOutputFile> diff --git a/src/doors/clans-src/mcomp.vcxproj b/src/doors/clans-src/mcomp.vcxproj index dc3dcaef0fae687f26c0937b0f57833f556c7c82..c23da775158d8dafb3587c39fff14fdd4b409b12 100644 --- a/src/doors/clans-src/mcomp.vcxproj +++ b/src/doors/clans-src/mcomp.vcxproj @@ -102,7 +102,7 @@ <SuppressStartupBanner>true</SuppressStartupBanner> <WarningLevel>Level3</WarningLevel> <MinimalRebuild>true</MinimalRebuild> - <DebugInformationFormat>EditAndContinue</DebugInformationFormat> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> <AssemblerListingLocation>.\Win32_Debug\</AssemblerListingLocation> <PrecompiledHeaderOutputFile>.\Win32_Debug\mcomp.pch</PrecompiledHeaderOutputFile> diff --git a/src/doors/clans-src/pcedit.vcxproj b/src/doors/clans-src/pcedit.vcxproj index 7ce72e6a3085452761af1068de31106bb989d32d..53e477096fa653eccaddd45c85cec5e364dcacf5 100644 --- a/src/doors/clans-src/pcedit.vcxproj +++ b/src/doors/clans-src/pcedit.vcxproj @@ -68,7 +68,7 @@ <SuppressStartupBanner>true</SuppressStartupBanner> <WarningLevel>Level3</WarningLevel> <MinimalRebuild>true</MinimalRebuild> - <DebugInformationFormat>EditAndContinue</DebugInformationFormat> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> <AssemblerListingLocation>.\Win32_Debug\</AssemblerListingLocation> <PrecompiledHeaderOutputFile>.\Win32_Debug\pcedit.pch</PrecompiledHeaderOutputFile> diff --git a/src/doors/clans-src/reset.vcxproj b/src/doors/clans-src/reset.vcxproj index 88f8ca11485eb0aa9e8a2537b093942a1ad1a370..683f6ef57956bc072a09403b218e2aeb7fcb0284 100644 --- a/src/doors/clans-src/reset.vcxproj +++ b/src/doors/clans-src/reset.vcxproj @@ -102,7 +102,7 @@ <SuppressStartupBanner>true</SuppressStartupBanner> <WarningLevel>Level3</WarningLevel> <MinimalRebuild>true</MinimalRebuild> - <DebugInformationFormat>EditAndContinue</DebugInformationFormat> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> <AssemblerListingLocation>.\Win32_Debug\</AssemblerListingLocation> <PrecompiledHeaderOutputFile>.\Win32_Debug\reset.pch</PrecompiledHeaderOutputFile>