UacHelpers.CppLibrary/UacHelpers.CppLibrary.vcxproj
changeset 394 60a1e2b6ed71
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/UacHelpers.CppLibrary/UacHelpers.CppLibrary.vcxproj	Sat Feb 09 17:18:09 2013 +0100
     1.3 @@ -0,0 +1,199 @@
     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 +  <ItemGroup Label="ProjectConfigurations">
     1.7 +    <ProjectConfiguration Include="Debug|Win32">
     1.8 +      <Configuration>Debug</Configuration>
     1.9 +      <Platform>Win32</Platform>
    1.10 +    </ProjectConfiguration>
    1.11 +    <ProjectConfiguration Include="Debug|x64">
    1.12 +      <Configuration>Debug</Configuration>
    1.13 +      <Platform>x64</Platform>
    1.14 +    </ProjectConfiguration>
    1.15 +    <ProjectConfiguration Include="Release|Win32">
    1.16 +      <Configuration>Release</Configuration>
    1.17 +      <Platform>Win32</Platform>
    1.18 +    </ProjectConfiguration>
    1.19 +    <ProjectConfiguration Include="Release|x64">
    1.20 +      <Configuration>Release</Configuration>
    1.21 +      <Platform>x64</Platform>
    1.22 +    </ProjectConfiguration>
    1.23 +  </ItemGroup>
    1.24 +  <PropertyGroup Label="Globals">
    1.25 +    <ProjectName>UacHelpers.UserAccountControl</ProjectName>
    1.26 +    <ProjectGuid>{D043A646-FE7A-4334-B23D-E327593C1AE2}</ProjectGuid>
    1.27 +    <RootNamespace>UacHelpersCppLibrary</RootNamespace>
    1.28 +    <SccProjectName>SAK</SccProjectName>
    1.29 +    <SccAuxPath>SAK</SccAuxPath>
    1.30 +    <SccLocalPath>SAK</SccLocalPath>
    1.31 +    <SccProvider>SAK</SccProvider>
    1.32 +    <Keyword>ManagedCProj</Keyword>
    1.33 +  </PropertyGroup>
    1.34 +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
    1.35 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    1.36 +    <ConfigurationType>DynamicLibrary</ConfigurationType>
    1.37 +    <PlatformToolset>v110</PlatformToolset>
    1.38 +    <CharacterSet>Unicode</CharacterSet>
    1.39 +    <CLRSupport>true</CLRSupport>
    1.40 +    <WholeProgramOptimization>true</WholeProgramOptimization>
    1.41 +  </PropertyGroup>
    1.42 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    1.43 +    <ConfigurationType>DynamicLibrary</ConfigurationType>
    1.44 +    <PlatformToolset>v110</PlatformToolset>
    1.45 +    <CharacterSet>Unicode</CharacterSet>
    1.46 +    <CLRSupport>true</CLRSupport>
    1.47 +  </PropertyGroup>
    1.48 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    1.49 +    <ConfigurationType>DynamicLibrary</ConfigurationType>
    1.50 +    <PlatformToolset>v110</PlatformToolset>
    1.51 +    <CharacterSet>Unicode</CharacterSet>
    1.52 +    <CLRSupport>true</CLRSupport>
    1.53 +    <WholeProgramOptimization>true</WholeProgramOptimization>
    1.54 +  </PropertyGroup>
    1.55 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    1.56 +    <ConfigurationType>DynamicLibrary</ConfigurationType>
    1.57 +    <PlatformToolset>v110</PlatformToolset>
    1.58 +    <CharacterSet>Unicode</CharacterSet>
    1.59 +    <CLRSupport>true</CLRSupport>
    1.60 +  </PropertyGroup>
    1.61 +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
    1.62 +  <ImportGroup Label="ExtensionSettings">
    1.63 +  </ImportGroup>
    1.64 +  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
    1.65 +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    1.66 +  </ImportGroup>
    1.67 +  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
    1.68 +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    1.69 +  </ImportGroup>
    1.70 +  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
    1.71 +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    1.72 +  </ImportGroup>
    1.73 +  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
    1.74 +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    1.75 +  </ImportGroup>
    1.76 +  <PropertyGroup Label="UserMacros" />
    1.77 +  <PropertyGroup>
    1.78 +    <_ProjectFileVersion>11.0.51106.1</_ProjectFileVersion>
    1.79 +  </PropertyGroup>
    1.80 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    1.81 +    <OutDir>..\output\</OutDir>
    1.82 +    <IntDir>$(Configuration)\</IntDir>
    1.83 +    <LinkIncremental>true</LinkIncremental>
    1.84 +  </PropertyGroup>
    1.85 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    1.86 +    <OutDir>..\output\</OutDir>
    1.87 +    <IntDir>$(Platform)\$(Configuration)\</IntDir>
    1.88 +    <LinkIncremental>true</LinkIncremental>
    1.89 +  </PropertyGroup>
    1.90 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    1.91 +    <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
    1.92 +    <IntDir>$(Configuration)\</IntDir>
    1.93 +    <LinkIncremental>false</LinkIncremental>
    1.94 +  </PropertyGroup>
    1.95 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    1.96 +    <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
    1.97 +    <IntDir>$(Platform)\$(Configuration)\</IntDir>
    1.98 +    <LinkIncremental>false</LinkIncremental>
    1.99 +  </PropertyGroup>
   1.100 +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
   1.101 +    <ClCompile>
   1.102 +      <Optimization>Disabled</Optimization>
   1.103 +      <PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   1.104 +      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
   1.105 +      <PrecompiledHeader />
   1.106 +      <GenerateXMLDocumentationFiles>true</GenerateXMLDocumentationFiles>
   1.107 +      <WarningLevel>Level3</WarningLevel>
   1.108 +      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
   1.109 +    </ClCompile>
   1.110 +    <Link>
   1.111 +      <AdditionalDependencies />
   1.112 +      <GenerateDebugInformation>true</GenerateDebugInformation>
   1.113 +      <AssemblyDebug>true</AssemblyDebug>
   1.114 +      <RandomizedBaseAddress>false</RandomizedBaseAddress>
   1.115 +      <DataExecutionPrevention />
   1.116 +      <TargetMachine>MachineX86</TargetMachine>
   1.117 +    </Link>
   1.118 +  </ItemDefinitionGroup>
   1.119 +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
   1.120 +    <Midl>
   1.121 +      <TargetEnvironment>X64</TargetEnvironment>
   1.122 +    </Midl>
   1.123 +    <ClCompile>
   1.124 +      <Optimization>Disabled</Optimization>
   1.125 +      <PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   1.126 +      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
   1.127 +      <PrecompiledHeader />
   1.128 +      <GenerateXMLDocumentationFiles>true</GenerateXMLDocumentationFiles>
   1.129 +      <WarningLevel>Level3</WarningLevel>
   1.130 +      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
   1.131 +    </ClCompile>
   1.132 +    <Link>
   1.133 +      <AdditionalDependencies />
   1.134 +      <GenerateDebugInformation>true</GenerateDebugInformation>
   1.135 +      <AssemblyDebug>true</AssemblyDebug>
   1.136 +      <RandomizedBaseAddress>false</RandomizedBaseAddress>
   1.137 +      <DataExecutionPrevention />
   1.138 +      <TargetMachine>MachineX64</TargetMachine>
   1.139 +    </Link>
   1.140 +  </ItemDefinitionGroup>
   1.141 +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
   1.142 +    <ClCompile>
   1.143 +      <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   1.144 +      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
   1.145 +      <PrecompiledHeader />
   1.146 +      <GenerateXMLDocumentationFiles>true</GenerateXMLDocumentationFiles>
   1.147 +      <WarningLevel>Level3</WarningLevel>
   1.148 +      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
   1.149 +    </ClCompile>
   1.150 +    <Link>
   1.151 +      <AdditionalDependencies />
   1.152 +      <GenerateDebugInformation>true</GenerateDebugInformation>
   1.153 +      <RandomizedBaseAddress>false</RandomizedBaseAddress>
   1.154 +      <DataExecutionPrevention />
   1.155 +      <TargetMachine>MachineX86</TargetMachine>
   1.156 +    </Link>
   1.157 +  </ItemDefinitionGroup>
   1.158 +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
   1.159 +    <Midl>
   1.160 +      <TargetEnvironment>X64</TargetEnvironment>
   1.161 +    </Midl>
   1.162 +    <ClCompile>
   1.163 +      <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   1.164 +      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
   1.165 +      <PrecompiledHeader />
   1.166 +      <GenerateXMLDocumentationFiles>true</GenerateXMLDocumentationFiles>
   1.167 +      <WarningLevel>Level3</WarningLevel>
   1.168 +      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
   1.169 +    </ClCompile>
   1.170 +    <Link>
   1.171 +      <AdditionalDependencies />
   1.172 +      <GenerateDebugInformation>true</GenerateDebugInformation>
   1.173 +      <RandomizedBaseAddress>false</RandomizedBaseAddress>
   1.174 +      <DataExecutionPrevention />
   1.175 +      <TargetMachine>MachineX64</TargetMachine>
   1.176 +    </Link>
   1.177 +  </ItemDefinitionGroup>
   1.178 +  <ItemGroup>
   1.179 +    <Reference Include="System">
   1.180 +      <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
   1.181 +      <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
   1.182 +    </Reference>
   1.183 +    <Reference Include="System.Data">
   1.184 +      <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
   1.185 +      <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
   1.186 +    </Reference>
   1.187 +    <Reference Include="System.Xml">
   1.188 +      <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
   1.189 +      <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
   1.190 +    </Reference>
   1.191 +  </ItemGroup>
   1.192 +  <ItemGroup>
   1.193 +    <ClCompile Include="AssemblyInfo.cpp" />
   1.194 +    <ClCompile Include="UserAccountControl.cpp" />
   1.195 +  </ItemGroup>
   1.196 +  <ItemGroup>
   1.197 +    <ClInclude Include="UserAccountControl.h" />
   1.198 +  </ItemGroup>
   1.199 +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   1.200 +  <ImportGroup Label="ExtensionTargets">
   1.201 +  </ImportGroup>
   1.202 +</Project>
   1.203 \ No newline at end of file