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