1 --- misc/cppunit-1.14.0/src/cppunit/cppunit_dll.vcxproj
2 +++ misc/build/cppunit-1.14.0/src/cppunit/cppunit_dll.vcxproj
4 <SuppressStartupBanner>true</SuppressStartupBanner>
5 <WarningLevel>Level3</WarningLevel>
6 <RuntimeTypeInfo>true</RuntimeTypeInfo>
7 - <DebugInformationFormat>OldStyle</DebugInformationFormat>
8 <AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
9 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CPPUNIT_BUILD_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
10 <AssemblerListingLocation>.\ReleaseDll\</AssemblerListingLocation>
13 <SuppressStartupBanner>true</SuppressStartupBanner>
14 <LinkDLL>true</LinkDLL>
15 + <GenerateDebugInformation>true</GenerateDebugInformation>
16 <SubSystem>Console</SubSystem>
17 <OutputFile>.\ReleaseDll\cppunit_dll.dll</OutputFile>
18 <ImportLibrary>.\ReleaseDll\cppunit_dll.lib</ImportLibrary>
20 <SuppressStartupBanner>true</SuppressStartupBanner>
21 <WarningLevel>Level3</WarningLevel>
22 <RuntimeTypeInfo>true</RuntimeTypeInfo>
23 - <DebugInformationFormat>OldStyle</DebugInformationFormat>
24 <AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
25 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CPPUNIT_BUILD_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
26 <AssemblerListingLocation>.\ReleaseDll\</AssemblerListingLocation>
29 <SuppressStartupBanner>true</SuppressStartupBanner>
30 <LinkDLL>true</LinkDLL>
31 + <GenerateDebugInformation>true</GenerateDebugInformation>
32 <SubSystem>Console</SubSystem>
33 <OutputFile>.\ReleaseDll\cppunit_dll.dll</OutputFile>
34 <ImportLibrary>.\ReleaseDll\cppunit_dll.lib</ImportLibrary>