equal
deleted
inserted
replaced
16 <Keyword>Win32Proj</Keyword> |
16 <Keyword>Win32Proj</Keyword> |
17 </PropertyGroup> |
17 </PropertyGroup> |
18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
20 <ConfigurationType>Application</ConfigurationType> |
20 <ConfigurationType>Application</ConfigurationType> |
21 <CharacterSet>MultiByte</CharacterSet> |
21 <CharacterSet>Unicode</CharacterSet> |
22 </PropertyGroup> |
22 </PropertyGroup> |
23 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
23 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
24 <ConfigurationType>Application</ConfigurationType> |
24 <ConfigurationType>Application</ConfigurationType> |
25 <CharacterSet>MultiByte</CharacterSet> |
25 <CharacterSet>Unicode</CharacterSet> |
26 </PropertyGroup> |
26 </PropertyGroup> |
27 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
27 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
28 <ImportGroup Label="ExtensionSettings"> |
28 <ImportGroup Label="ExtensionSettings"> |
29 </ImportGroup> |
29 </ImportGroup> |
30 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
30 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
55 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
55 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
56 <PrecompiledHeader> |
56 <PrecompiledHeader> |
57 </PrecompiledHeader> |
57 </PrecompiledHeader> |
58 <WarningLevel>Level3</WarningLevel> |
58 <WarningLevel>Level3</WarningLevel> |
59 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
59 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
|
60 <ProgramDataBaseFileName>$(OutDir)$(ProjectName).pdb</ProgramDataBaseFileName> |
60 </ClCompile> |
61 </ClCompile> |
61 <Link> |
62 <Link> |
62 <OutputFile>$(OutDir)win32test.exe</OutputFile> |
63 <OutputFile>$(OutDir)win32test.exe</OutputFile> |
63 <AdditionalLibraryDirectories>../../Debug UNICODE;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
64 <AdditionalLibraryDirectories>../../Debug UNICODE;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
64 <GenerateDebugInformation>true</GenerateDebugInformation> |
65 <GenerateDebugInformation>true</GenerateDebugInformation> |