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