author | StephaneLenclud |
Mon, 02 Feb 2015 20:58:28 +0100 | |
branch | MiniDisplay |
changeset 448 | 10c04c79527e |
parent 436 | e9aefd454d1e |
child 453 | 017874772461 |
permissions | -rw-r--r-- |
StephaneLenclud@436 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
StephaneLenclud@436 | 2 |
<Project DefaultTargets="Build" ToolsVersion="4.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@436 | 42 |
</PropertyGroup> |
StephaneLenclud@436 | 43 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
StephaneLenclud@436 | 44 |
<ConfigurationType>DynamicLibrary</ConfigurationType> |
StephaneLenclud@436 | 45 |
<CharacterSet>Unicode</CharacterSet> |
StephaneLenclud@436 | 46 |
<CLRSupport>true</CLRSupport> |
StephaneLenclud@436 | 47 |
</PropertyGroup> |
StephaneLenclud@436 | 48 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
StephaneLenclud@436 | 49 |
<ConfigurationType>DynamicLibrary</ConfigurationType> |
StephaneLenclud@436 | 50 |
<CharacterSet>Unicode</CharacterSet> |
StephaneLenclud@436 | 51 |
<CLRSupport>true</CLRSupport> |
StephaneLenclud@436 | 52 |
<WholeProgramOptimization>true</WholeProgramOptimization> |
StephaneLenclud@436 | 53 |
</PropertyGroup> |
StephaneLenclud@436 | 54 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
StephaneLenclud@436 | 55 |
<ConfigurationType>DynamicLibrary</ConfigurationType> |
StephaneLenclud@436 | 56 |
<CharacterSet>Unicode</CharacterSet> |
StephaneLenclud@436 | 57 |
<CLRSupport>true</CLRSupport> |
StephaneLenclud@436 | 58 |
</PropertyGroup> |
StephaneLenclud@436 | 59 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
StephaneLenclud@436 | 60 |
<ImportGroup Label="ExtensionSettings"> |
StephaneLenclud@436 | 61 |
</ImportGroup> |
StephaneLenclud@436 | 62 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
StephaneLenclud@436 | 63 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
StephaneLenclud@436 | 64 |
</ImportGroup> |
StephaneLenclud@436 | 65 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
StephaneLenclud@436 | 66 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
StephaneLenclud@436 | 67 |
</ImportGroup> |
StephaneLenclud@436 | 68 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
StephaneLenclud@436 | 69 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
StephaneLenclud@436 | 70 |
</ImportGroup> |
StephaneLenclud@436 | 71 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
StephaneLenclud@436 | 72 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
StephaneLenclud@436 | 73 |
</ImportGroup> |
StephaneLenclud@436 | 74 |
<PropertyGroup Label="UserMacros" /> |
StephaneLenclud@436 | 75 |
<PropertyGroup> |
StephaneLenclud@436 | 76 |
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion> |
StephaneLenclud@436 | 77 |
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir> |
StephaneLenclud@436 | 78 |
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir> |
StephaneLenclud@436 | 79 |
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> |
StephaneLenclud@436 | 80 |
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> |
StephaneLenclud@436 | 81 |
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir> |
StephaneLenclud@436 | 82 |
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> |
StephaneLenclud@436 | 83 |
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir> |
StephaneLenclud@436 | 84 |
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir> |
StephaneLenclud@436 | 85 |
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> |
StephaneLenclud@436 | 86 |
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> |
StephaneLenclud@436 | 87 |
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir> |
StephaneLenclud@436 | 88 |
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> |
StephaneLenclud@436 | 89 |
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
StephaneLenclud@436 | 90 |
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
StephaneLenclud@436 | 91 |
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
StephaneLenclud@436 | 92 |
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
StephaneLenclud@436 | 93 |
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
StephaneLenclud@436 | 94 |
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
StephaneLenclud@436 | 95 |
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
StephaneLenclud@436 | 96 |
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
StephaneLenclud@436 | 97 |
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
StephaneLenclud@436 | 98 |
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
StephaneLenclud@436 | 99 |
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
StephaneLenclud@436 | 100 |
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
StephaneLenclud@436 | 101 |
</PropertyGroup> |
StephaneLenclud@436 | 102 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
StephaneLenclud@436 | 103 |
<ClCompile> |
StephaneLenclud@436 | 104 |
<Optimization>Disabled</Optimization> |
StephaneLenclud@436 | 105 |
<PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
StephaneLenclud@436 | 106 |
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
StephaneLenclud@436 | 107 |
<PrecompiledHeader> |
StephaneLenclud@436 | 108 |
</PrecompiledHeader> |
StephaneLenclud@436 | 109 |
<GenerateXMLDocumentationFiles>true</GenerateXMLDocumentationFiles> |
StephaneLenclud@436 | 110 |
<WarningLevel>Level3</WarningLevel> |
StephaneLenclud@436 | 111 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
StephaneLenclud@436 | 112 |
</ClCompile> |
StephaneLenclud@436 | 113 |
<Link> |
StephaneLenclud@436 | 114 |
<AdditionalDependencies> |
StephaneLenclud@436 | 115 |
</AdditionalDependencies> |
StephaneLenclud@436 | 116 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
StephaneLenclud@436 | 117 |
<AssemblyDebug>true</AssemblyDebug> |
StephaneLenclud@436 | 118 |
<RandomizedBaseAddress>false</RandomizedBaseAddress> |
StephaneLenclud@436 | 119 |
<DataExecutionPrevention> |
StephaneLenclud@436 | 120 |
</DataExecutionPrevention> |
StephaneLenclud@436 | 121 |
<TargetMachine>MachineX86</TargetMachine> |
StephaneLenclud@436 | 122 |
</Link> |
StephaneLenclud@436 | 123 |
</ItemDefinitionGroup> |
StephaneLenclud@436 | 124 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
StephaneLenclud@436 | 125 |
<Midl> |
StephaneLenclud@436 | 126 |
<TargetEnvironment>X64</TargetEnvironment> |
StephaneLenclud@436 | 127 |
</Midl> |
StephaneLenclud@436 | 128 |
<ClCompile> |
StephaneLenclud@436 | 129 |
<Optimization>Disabled</Optimization> |
StephaneLenclud@436 | 130 |
<PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
StephaneLenclud@436 | 131 |
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
StephaneLenclud@436 | 132 |
<PrecompiledHeader> |
StephaneLenclud@436 | 133 |
</PrecompiledHeader> |
StephaneLenclud@436 | 134 |
<GenerateXMLDocumentationFiles>true</GenerateXMLDocumentationFiles> |
StephaneLenclud@436 | 135 |
<WarningLevel>Level3</WarningLevel> |
StephaneLenclud@436 | 136 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
StephaneLenclud@436 | 137 |
</ClCompile> |
StephaneLenclud@436 | 138 |
<Link> |
StephaneLenclud@436 | 139 |
<AdditionalDependencies> |
StephaneLenclud@436 | 140 |
</AdditionalDependencies> |
StephaneLenclud@436 | 141 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
StephaneLenclud@436 | 142 |
<AssemblyDebug>true</AssemblyDebug> |
StephaneLenclud@436 | 143 |
<RandomizedBaseAddress>false</RandomizedBaseAddress> |
StephaneLenclud@436 | 144 |
<DataExecutionPrevention> |
StephaneLenclud@436 | 145 |
</DataExecutionPrevention> |
StephaneLenclud@436 | 146 |
<TargetMachine>MachineX64</TargetMachine> |
StephaneLenclud@436 | 147 |
</Link> |
StephaneLenclud@436 | 148 |
</ItemDefinitionGroup> |
StephaneLenclud@436 | 149 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
StephaneLenclud@436 | 150 |
<ClCompile> |
StephaneLenclud@436 | 151 |
<PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
StephaneLenclud@436 | 152 |
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
StephaneLenclud@436 | 153 |
<PrecompiledHeader> |
StephaneLenclud@436 | 154 |
</PrecompiledHeader> |
StephaneLenclud@436 | 155 |
<GenerateXMLDocumentationFiles>true</GenerateXMLDocumentationFiles> |
StephaneLenclud@436 | 156 |
<WarningLevel>Level3</WarningLevel> |
StephaneLenclud@436 | 157 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
StephaneLenclud@436 | 158 |
</ClCompile> |
StephaneLenclud@436 | 159 |
<Link> |
StephaneLenclud@436 | 160 |
<AdditionalDependencies> |
StephaneLenclud@436 | 161 |
</AdditionalDependencies> |
StephaneLenclud@436 | 162 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
StephaneLenclud@436 | 163 |
<RandomizedBaseAddress>false</RandomizedBaseAddress> |
StephaneLenclud@436 | 164 |
<DataExecutionPrevention> |
StephaneLenclud@436 | 165 |
</DataExecutionPrevention> |
StephaneLenclud@436 | 166 |
<TargetMachine>MachineX86</TargetMachine> |
StephaneLenclud@436 | 167 |
</Link> |
StephaneLenclud@436 | 168 |
</ItemDefinitionGroup> |
StephaneLenclud@436 | 169 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
StephaneLenclud@436 | 170 |
<Midl> |
StephaneLenclud@436 | 171 |
<TargetEnvironment>X64</TargetEnvironment> |
StephaneLenclud@436 | 172 |
</Midl> |
StephaneLenclud@436 | 173 |
<ClCompile> |
StephaneLenclud@436 | 174 |
<PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
StephaneLenclud@436 | 175 |
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
StephaneLenclud@436 | 176 |
<PrecompiledHeader> |
StephaneLenclud@436 | 177 |
</PrecompiledHeader> |
StephaneLenclud@436 | 178 |
<GenerateXMLDocumentationFiles>true</GenerateXMLDocumentationFiles> |
StephaneLenclud@436 | 179 |
<WarningLevel>Level3</WarningLevel> |
StephaneLenclud@436 | 180 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
StephaneLenclud@436 | 181 |
</ClCompile> |
StephaneLenclud@436 | 182 |
<Link> |
StephaneLenclud@436 | 183 |
<AdditionalDependencies> |
StephaneLenclud@436 | 184 |
</AdditionalDependencies> |
StephaneLenclud@436 | 185 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
StephaneLenclud@436 | 186 |
<RandomizedBaseAddress>false</RandomizedBaseAddress> |
StephaneLenclud@436 | 187 |
<DataExecutionPrevention> |
StephaneLenclud@436 | 188 |
</DataExecutionPrevention> |
StephaneLenclud@436 | 189 |
<TargetMachine>MachineX64</TargetMachine> |
StephaneLenclud@436 | 190 |
</Link> |
StephaneLenclud@436 | 191 |
</ItemDefinitionGroup> |
StephaneLenclud@436 | 192 |
<ItemGroup> |
StephaneLenclud@436 | 193 |
<Reference Include="System"> |
StephaneLenclud@436 | 194 |
<CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies> |
StephaneLenclud@436 | 195 |
<ReferenceOutputAssembly>true</ReferenceOutputAssembly> |
StephaneLenclud@436 | 196 |
</Reference> |
StephaneLenclud@436 | 197 |
<Reference Include="System.Data"> |
StephaneLenclud@436 | 198 |
<CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies> |
StephaneLenclud@436 | 199 |
<ReferenceOutputAssembly>true</ReferenceOutputAssembly> |
StephaneLenclud@436 | 200 |
</Reference> |
StephaneLenclud@436 | 201 |
<Reference Include="System.Xml"> |
StephaneLenclud@436 | 202 |
<CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies> |
StephaneLenclud@436 | 203 |
<ReferenceOutputAssembly>true</ReferenceOutputAssembly> |
StephaneLenclud@436 | 204 |
</Reference> |
StephaneLenclud@436 | 205 |
</ItemGroup> |
StephaneLenclud@436 | 206 |
<ItemGroup> |
StephaneLenclud@436 | 207 |
<ClCompile Include="AssemblyInfo.cpp" /> |
StephaneLenclud@436 | 208 |
<ClCompile Include="UserAccountControl.cpp" /> |
StephaneLenclud@436 | 209 |
</ItemGroup> |
StephaneLenclud@436 | 210 |
<ItemGroup> |
StephaneLenclud@436 | 211 |
<ClInclude Include="UserAccountControl.h" /> |
StephaneLenclud@436 | 212 |
</ItemGroup> |
StephaneLenclud@436 | 213 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
StephaneLenclud@436 | 214 |
<ImportGroup Label="ExtensionTargets"> |
StephaneLenclud@436 | 215 |
</ImportGroup> |
StephaneLenclud@436 | 216 |
</Project> |