Use default toolset instead of forcing WinDDK's (This shouldn't have been committed).

This commit is contained in:
Xavi Artigas 2012-06-11 15:07:54 +02:00
parent 12e5e2b7e8
commit 3b393bd1d2

View file

@ -31,16 +31,12 @@
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<CharacterSet>Unicode</CharacterSet>
<PlatformToolset Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Windows7.1SDK</PlatformToolset>
<PlatformToolset Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Windows7.1SDK</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
<PlatformToolset Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Windows7.1SDK</PlatformToolset>
<PlatformToolset Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Windows7.1SDK</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">