mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 04:41:16 +00:00
Use default toolset instead of forcing WinDDK's (This shouldn't have been committed).
This commit is contained in:
parent
12e5e2b7e8
commit
3b393bd1d2
1 changed files with 0 additions and 4 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue