UacHelpers.CppLibrary/UacHelpers.CppLibrary.vcxproj
branchMiniDisplay
changeset 453 017874772461
parent 445 fe4c711fd7f8
     1.1 --- a/UacHelpers.CppLibrary/UacHelpers.CppLibrary.vcxproj	Mon Jan 25 21:05:35 2016 +0100
     1.2 +++ b/UacHelpers.CppLibrary/UacHelpers.CppLibrary.vcxproj	Thu Jan 28 20:22:46 2016 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  <?xml version="1.0" encoding="utf-8"?>
     1.5 -<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     1.6 +<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     1.7    <ItemGroup Label="ProjectConfigurations">
     1.8      <ProjectConfiguration Include="Debug|Win32">
     1.9        <Configuration>Debug</Configuration>
    1.10 @@ -39,22 +39,26 @@
    1.11      <CharacterSet>Unicode</CharacterSet>
    1.12      <CLRSupport>true</CLRSupport>
    1.13      <WholeProgramOptimization>true</WholeProgramOptimization>
    1.14 +    <PlatformToolset>v140</PlatformToolset>
    1.15    </PropertyGroup>
    1.16    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    1.17      <ConfigurationType>DynamicLibrary</ConfigurationType>
    1.18      <CharacterSet>Unicode</CharacterSet>
    1.19      <CLRSupport>true</CLRSupport>
    1.20 +    <PlatformToolset>v140</PlatformToolset>
    1.21    </PropertyGroup>
    1.22    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    1.23      <ConfigurationType>DynamicLibrary</ConfigurationType>
    1.24      <CharacterSet>Unicode</CharacterSet>
    1.25      <CLRSupport>true</CLRSupport>
    1.26      <WholeProgramOptimization>true</WholeProgramOptimization>
    1.27 +    <PlatformToolset>v140</PlatformToolset>
    1.28    </PropertyGroup>
    1.29    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    1.30      <ConfigurationType>DynamicLibrary</ConfigurationType>
    1.31      <CharacterSet>Unicode</CharacterSet>
    1.32      <CLRSupport>true</CLRSupport>
    1.33 +    <PlatformToolset>v140</PlatformToolset>
    1.34    </PropertyGroup>
    1.35    <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
    1.36    <ImportGroup Label="ExtensionSettings">