UacHelpers.CppLibrary/UacHelpers.CppLibrary.vcxproj
author StephaneLenclud
Thu, 28 Jan 2016 20:22:46 +0100
branchMiniDisplay
changeset 453 017874772461
parent 445 fe4c711fd7f8
permissions -rw-r--r--
Migration to Visual Studio 2015.
SharpLibDisplay: Now closing client upon server request.
     1 <?xml version="1.0" encoding="utf-8"?>
     2 <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     3   <ItemGroup Label="ProjectConfigurations">
     4     <ProjectConfiguration Include="Debug|Win32">
     5       <Configuration>Debug</Configuration>
     6       <Platform>Win32</Platform>
     7     </ProjectConfiguration>
     8     <ProjectConfiguration Include="Debug|x64">
     9       <Configuration>Debug</Configuration>
    10       <Platform>x64</Platform>
    11     </ProjectConfiguration>
    12     <ProjectConfiguration Include="Release|Win32">
    13       <Configuration>Release</Configuration>
    14       <Platform>Win32</Platform>
    15     </ProjectConfiguration>
    16     <ProjectConfiguration Include="Release|x64">
    17       <Configuration>Release</Configuration>
    18       <Platform>x64</Platform>
    19     </ProjectConfiguration>
    20   </ItemGroup>
    21   <PropertyGroup Label="Globals">
    22     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    23     <ProjectName>UacHelpers.UserAccountControl</ProjectName>
    24     <ProjectGuid>{D043A646-FE7A-4334-B23D-E327593C1AE2}</ProjectGuid>
    25     <RootNamespace>UacHelpersCppLibrary</RootNamespace>
    26     <SccProjectName>
    27     </SccProjectName>
    28     <SccAuxPath>
    29     </SccAuxPath>
    30     <SccLocalPath>
    31     </SccLocalPath>
    32     <SccProvider>
    33     </SccProvider>
    34     <Keyword>ManagedCProj</Keyword>
    35   </PropertyGroup>
    36   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
    37   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    38     <ConfigurationType>DynamicLibrary</ConfigurationType>
    39     <CharacterSet>Unicode</CharacterSet>
    40     <CLRSupport>true</CLRSupport>
    41     <WholeProgramOptimization>true</WholeProgramOptimization>
    42     <PlatformToolset>v140</PlatformToolset>
    43   </PropertyGroup>
    44   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    45     <ConfigurationType>DynamicLibrary</ConfigurationType>
    46     <CharacterSet>Unicode</CharacterSet>
    47     <CLRSupport>true</CLRSupport>
    48     <PlatformToolset>v140</PlatformToolset>
    49   </PropertyGroup>
    50   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    51     <ConfigurationType>DynamicLibrary</ConfigurationType>
    52     <CharacterSet>Unicode</CharacterSet>
    53     <CLRSupport>true</CLRSupport>
    54     <WholeProgramOptimization>true</WholeProgramOptimization>
    55     <PlatformToolset>v140</PlatformToolset>
    56   </PropertyGroup>
    57   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    58     <ConfigurationType>DynamicLibrary</ConfigurationType>
    59     <CharacterSet>Unicode</CharacterSet>
    60     <CLRSupport>true</CLRSupport>
    61     <PlatformToolset>v140</PlatformToolset>
    62   </PropertyGroup>
    63   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
    64   <ImportGroup Label="ExtensionSettings">
    65   </ImportGroup>
    66   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
    67     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    68   </ImportGroup>
    69   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
    70     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    71   </ImportGroup>
    72   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
    73     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    74   </ImportGroup>
    75   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
    76     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    77   </ImportGroup>
    78   <PropertyGroup Label="UserMacros" />
    79   <PropertyGroup>
    80     <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
    81     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
    82     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>
    83     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
    84     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
    85     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
    86     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
    87     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
    88     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
    89     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
    90     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
    91     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
    92     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
    93     <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
    94     <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
    95     <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
    96     <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
    97     <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
    98     <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
    99     <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
   100     <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
   101     <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
   102     <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
   103     <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
   104     <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
   105   </PropertyGroup>
   106   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
   107     <ClCompile>
   108       <Optimization>Disabled</Optimization>
   109       <PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   110       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
   111       <PrecompiledHeader>
   112       </PrecompiledHeader>
   113       <GenerateXMLDocumentationFiles>true</GenerateXMLDocumentationFiles>
   114       <WarningLevel>Level3</WarningLevel>
   115       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
   116     </ClCompile>
   117     <Link>
   118       <AdditionalDependencies>
   119       </AdditionalDependencies>
   120       <GenerateDebugInformation>true</GenerateDebugInformation>
   121       <AssemblyDebug>true</AssemblyDebug>
   122       <RandomizedBaseAddress>false</RandomizedBaseAddress>
   123       <DataExecutionPrevention>
   124       </DataExecutionPrevention>
   125       <TargetMachine>MachineX86</TargetMachine>
   126     </Link>
   127   </ItemDefinitionGroup>
   128   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
   129     <Midl>
   130       <TargetEnvironment>X64</TargetEnvironment>
   131     </Midl>
   132     <ClCompile>
   133       <Optimization>Disabled</Optimization>
   134       <PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   135       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
   136       <PrecompiledHeader>
   137       </PrecompiledHeader>
   138       <GenerateXMLDocumentationFiles>true</GenerateXMLDocumentationFiles>
   139       <WarningLevel>Level3</WarningLevel>
   140       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
   141     </ClCompile>
   142     <Link>
   143       <AdditionalDependencies>
   144       </AdditionalDependencies>
   145       <GenerateDebugInformation>true</GenerateDebugInformation>
   146       <AssemblyDebug>true</AssemblyDebug>
   147       <RandomizedBaseAddress>false</RandomizedBaseAddress>
   148       <DataExecutionPrevention>
   149       </DataExecutionPrevention>
   150       <TargetMachine>MachineX64</TargetMachine>
   151     </Link>
   152   </ItemDefinitionGroup>
   153   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
   154     <ClCompile>
   155       <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   156       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
   157       <PrecompiledHeader>
   158       </PrecompiledHeader>
   159       <GenerateXMLDocumentationFiles>true</GenerateXMLDocumentationFiles>
   160       <WarningLevel>Level3</WarningLevel>
   161       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
   162     </ClCompile>
   163     <Link>
   164       <AdditionalDependencies>
   165       </AdditionalDependencies>
   166       <GenerateDebugInformation>true</GenerateDebugInformation>
   167       <RandomizedBaseAddress>false</RandomizedBaseAddress>
   168       <DataExecutionPrevention>
   169       </DataExecutionPrevention>
   170       <TargetMachine>MachineX86</TargetMachine>
   171     </Link>
   172   </ItemDefinitionGroup>
   173   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
   174     <Midl>
   175       <TargetEnvironment>X64</TargetEnvironment>
   176     </Midl>
   177     <ClCompile>
   178       <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   179       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
   180       <PrecompiledHeader>
   181       </PrecompiledHeader>
   182       <GenerateXMLDocumentationFiles>true</GenerateXMLDocumentationFiles>
   183       <WarningLevel>Level3</WarningLevel>
   184       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
   185     </ClCompile>
   186     <Link>
   187       <AdditionalDependencies>
   188       </AdditionalDependencies>
   189       <GenerateDebugInformation>true</GenerateDebugInformation>
   190       <RandomizedBaseAddress>false</RandomizedBaseAddress>
   191       <DataExecutionPrevention>
   192       </DataExecutionPrevention>
   193       <TargetMachine>MachineX64</TargetMachine>
   194     </Link>
   195   </ItemDefinitionGroup>
   196   <ItemGroup>
   197     <Reference Include="System">
   198       <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
   199       <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
   200     </Reference>
   201     <Reference Include="System.Data">
   202       <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
   203       <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
   204     </Reference>
   205     <Reference Include="System.Xml">
   206       <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
   207       <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
   208     </Reference>
   209   </ItemGroup>
   210   <ItemGroup>
   211     <ClCompile Include="AssemblyInfo.cpp" />
   212     <ClCompile Include="UserAccountControl.cpp" />
   213   </ItemGroup>
   214   <ItemGroup>
   215     <ClInclude Include="UserAccountControl.h" />
   216   </ItemGroup>
   217   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   218   <ImportGroup Label="ExtensionTargets">
   219   </ImportGroup>
   220 </Project>