Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2013
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.72 KB | None | 0 0
  1. diff --git a/EpgDataCap3/EpgDataCap3/EpgDataCap3.vcxproj b/EpgDataCap3/EpgDataCap3/EpgDataCap3.vcxproj
  2. --- a/EpgDataCap3/EpgDataCap3/EpgDataCap3.vcxproj
  3. +++ b/EpgDataCap3/EpgDataCap3/EpgDataCap3.vcxproj
  4. @@ -28,27 +28,25 @@
  5.      <ConfigurationType>DynamicLibrary</ConfigurationType>
  6.      <UseDebugLibraries>true</UseDebugLibraries>
  7.      <CharacterSet>Unicode</CharacterSet>
  8. -    <PlatformToolset>v110_xp</PlatformToolset>
  9.    </PropertyGroup>
  10.    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  11.      <ConfigurationType>DynamicLibrary</ConfigurationType>
  12.      <UseDebugLibraries>true</UseDebugLibraries>
  13.      <CharacterSet>Unicode</CharacterSet>
  14. -    <PlatformToolset>v110_xp</PlatformToolset>
  15.    </PropertyGroup>
  16.    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  17.      <ConfigurationType>DynamicLibrary</ConfigurationType>
  18.      <UseDebugLibraries>false</UseDebugLibraries>
  19.      <WholeProgramOptimization>true</WholeProgramOptimization>
  20.      <CharacterSet>Unicode</CharacterSet>
  21. -    <PlatformToolset>v110_xp</PlatformToolset>
  22. +    <PlatformToolset>Windows7.1SDK</PlatformToolset>
  23.    </PropertyGroup>
  24.    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  25.      <ConfigurationType>DynamicLibrary</ConfigurationType>
  26.      <UseDebugLibraries>false</UseDebugLibraries>
  27.      <WholeProgramOptimization>true</WholeProgramOptimization>
  28.      <CharacterSet>Unicode</CharacterSet>
  29. -    <PlatformToolset>v110_xp</PlatformToolset>
  30. +    <PlatformToolset>Windows7.1SDK</PlatformToolset>
  31.    </PropertyGroup>
  32.    <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  33.    <ImportGroup Label="ExtensionSettings">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement