Quick and dearty usage of our new SharpDisplay layout for packed mode.
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.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>
21 <PropertyGroup Label="Globals">
22 <ProjectName>UacHelpers.UserAccountControl</ProjectName>
23 <ProjectGuid>{D043A646-FE7A-4334-B23D-E327593C1AE2}</ProjectGuid>
24 <RootNamespace>UacHelpersCppLibrary</RootNamespace>
25 <SccProjectName>SAK</SccProjectName>
26 <SccAuxPath>SAK</SccAuxPath>
27 <SccLocalPath>SAK</SccLocalPath>
28 <SccProvider>SAK</SccProvider>
29 <Keyword>ManagedCProj</Keyword>
31 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
33 <ConfigurationType>DynamicLibrary</ConfigurationType>
34 <PlatformToolset>v110</PlatformToolset>
35 <CharacterSet>Unicode</CharacterSet>
36 <CLRSupport>true</CLRSupport>
37 <WholeProgramOptimization>true</WholeProgramOptimization>
39 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
40 <ConfigurationType>DynamicLibrary</ConfigurationType>
41 <PlatformToolset>v110</PlatformToolset>
42 <CharacterSet>Unicode</CharacterSet>
43 <CLRSupport>true</CLRSupport>
45 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
46 <ConfigurationType>DynamicLibrary</ConfigurationType>
47 <PlatformToolset>v110</PlatformToolset>
48 <CharacterSet>Unicode</CharacterSet>
49 <CLRSupport>true</CLRSupport>
50 <WholeProgramOptimization>true</WholeProgramOptimization>
52 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
53 <ConfigurationType>DynamicLibrary</ConfigurationType>
54 <PlatformToolset>v110</PlatformToolset>
55 <CharacterSet>Unicode</CharacterSet>
56 <CLRSupport>true</CLRSupport>
58 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
59 <ImportGroup Label="ExtensionSettings">
61 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
62 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
64 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
65 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
67 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
68 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
70 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
71 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
73 <PropertyGroup Label="UserMacros" />
75 <_ProjectFileVersion>11.0.51106.1</_ProjectFileVersion>
77 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
78 <OutDir>..\output\</OutDir>
79 <IntDir>$(Configuration)\</IntDir>
80 <LinkIncremental>true</LinkIncremental>
82 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
83 <OutDir>..\output\</OutDir>
84 <IntDir>$(Platform)\$(Configuration)\</IntDir>
85 <LinkIncremental>true</LinkIncremental>
87 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
88 <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
89 <IntDir>$(Configuration)\</IntDir>
90 <LinkIncremental>false</LinkIncremental>
92 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
93 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
94 <IntDir>$(Platform)\$(Configuration)\</IntDir>
95 <LinkIncremental>false</LinkIncremental>
97 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
99 <Optimization>Disabled</Optimization>
100 <PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
101 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
102 <PrecompiledHeader />
103 <GenerateXMLDocumentationFiles>true</GenerateXMLDocumentationFiles>
104 <WarningLevel>Level3</WarningLevel>
105 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
108 <AdditionalDependencies />
109 <GenerateDebugInformation>true</GenerateDebugInformation>
110 <AssemblyDebug>true</AssemblyDebug>
111 <RandomizedBaseAddress>false</RandomizedBaseAddress>
112 <DataExecutionPrevention />
113 <TargetMachine>MachineX86</TargetMachine>
115 </ItemDefinitionGroup>
116 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
118 <TargetEnvironment>X64</TargetEnvironment>
121 <Optimization>Disabled</Optimization>
122 <PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
123 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
124 <PrecompiledHeader />
125 <GenerateXMLDocumentationFiles>true</GenerateXMLDocumentationFiles>
126 <WarningLevel>Level3</WarningLevel>
127 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
130 <AdditionalDependencies />
131 <GenerateDebugInformation>true</GenerateDebugInformation>
132 <AssemblyDebug>true</AssemblyDebug>
133 <RandomizedBaseAddress>false</RandomizedBaseAddress>
134 <DataExecutionPrevention />
135 <TargetMachine>MachineX64</TargetMachine>
137 </ItemDefinitionGroup>
138 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
140 <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
141 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
142 <PrecompiledHeader />
143 <GenerateXMLDocumentationFiles>true</GenerateXMLDocumentationFiles>
144 <WarningLevel>Level3</WarningLevel>
145 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
148 <AdditionalDependencies />
149 <GenerateDebugInformation>true</GenerateDebugInformation>
150 <RandomizedBaseAddress>false</RandomizedBaseAddress>
151 <DataExecutionPrevention />
152 <TargetMachine>MachineX86</TargetMachine>
154 </ItemDefinitionGroup>
155 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
157 <TargetEnvironment>X64</TargetEnvironment>
160 <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
161 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
162 <PrecompiledHeader />
163 <GenerateXMLDocumentationFiles>true</GenerateXMLDocumentationFiles>
164 <WarningLevel>Level3</WarningLevel>
165 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
168 <AdditionalDependencies />
169 <GenerateDebugInformation>true</GenerateDebugInformation>
170 <RandomizedBaseAddress>false</RandomizedBaseAddress>
171 <DataExecutionPrevention />
172 <TargetMachine>MachineX64</TargetMachine>
174 </ItemDefinitionGroup>
176 <Reference Include="System">
177 <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
178 <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
180 <Reference Include="System.Data">
181 <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
182 <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
184 <Reference Include="System.Xml">
185 <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
186 <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
190 <ClCompile Include="AssemblyInfo.cpp" />
191 <ClCompile Include="UserAccountControl.cpp" />
194 <ClInclude Include="UserAccountControl.h" />
196 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
197 <ImportGroup Label="ExtensionTargets">