UacHelpers.CppLibrary/UacHelpers.CppLibrary.vcproj
author StephaneLenclud
Thu, 18 Apr 2013 23:25:10 +0200
changeset 402 ded1323b61ee
permissions -rw-r--r--
Front View plug-in does not init if no sensor added.
Fixing some format to make strings shorter.
Now trying to start SoundGraphAccess.exe process from same directory.
Packed mode now can display three sensors along with the current time.
     1 <?xml version="1.0" encoding="windows-1255"?>
     2 <VisualStudioProject
     3 	ProjectType="Visual C++"
     4 	Version="9.00"
     5 	Name="UacHelpers.UserAccountControl"
     6 	ProjectGUID="{D043A646-FE7A-4334-B23D-E327593C1AE2}"
     7 	RootNamespace="UacHelpersCppLibrary"
     8 	SccProjectName="SAK"
     9 	SccAuxPath="SAK"
    10 	SccLocalPath="SAK"
    11 	SccProvider="SAK"
    12 	Keyword="ManagedCProj"
    13 	TargetFrameworkVersion="131072"
    14 	>
    15 	<Platforms>
    16 		<Platform
    17 			Name="Win32"
    18 		/>
    19 		<Platform
    20 			Name="x64"
    21 		/>
    22 	</Platforms>
    23 	<ToolFiles>
    24 	</ToolFiles>
    25 	<Configurations>
    26 		<Configuration
    27 			Name="Debug|Win32"
    28 			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
    29 			IntermediateDirectory="$(ConfigurationName)"
    30 			ConfigurationType="2"
    31 			CharacterSet="1"
    32 			ManagedExtensions="2"
    33 			>
    34 			<Tool
    35 				Name="VCPreBuildEventTool"
    36 			/>
    37 			<Tool
    38 				Name="VCCustomBuildTool"
    39 			/>
    40 			<Tool
    41 				Name="VCXMLDataGeneratorTool"
    42 			/>
    43 			<Tool
    44 				Name="VCWebServiceProxyGeneratorTool"
    45 			/>
    46 			<Tool
    47 				Name="VCMIDLTool"
    48 			/>
    49 			<Tool
    50 				Name="VCCLCompilerTool"
    51 				Optimization="0"
    52 				PreprocessorDefinitions="WIN32;_DEBUG"
    53 				RuntimeLibrary="3"
    54 				UsePrecompiledHeader="0"
    55 				GenerateXMLDocumentationFiles="true"
    56 				WarningLevel="3"
    57 				DebugInformationFormat="3"
    58 			/>
    59 			<Tool
    60 				Name="VCManagedResourceCompilerTool"
    61 			/>
    62 			<Tool
    63 				Name="VCResourceCompilerTool"
    64 			/>
    65 			<Tool
    66 				Name="VCPreLinkEventTool"
    67 			/>
    68 			<Tool
    69 				Name="VCLinkerTool"
    70 				AdditionalDependencies="$(NoInherit)"
    71 				LinkIncremental="2"
    72 				GenerateDebugInformation="true"
    73 				AssemblyDebug="1"
    74 				RandomizedBaseAddress="1"
    75 				DataExecutionPrevention="0"
    76 				TargetMachine="1"
    77 			/>
    78 			<Tool
    79 				Name="VCALinkTool"
    80 			/>
    81 			<Tool
    82 				Name="VCManifestTool"
    83 			/>
    84 			<Tool
    85 				Name="VCXDCMakeTool"
    86 			/>
    87 			<Tool
    88 				Name="VCBscMakeTool"
    89 			/>
    90 			<Tool
    91 				Name="VCFxCopTool"
    92 			/>
    93 			<Tool
    94 				Name="VCAppVerifierTool"
    95 			/>
    96 			<Tool
    97 				Name="VCPostBuildEventTool"
    98 			/>
    99 		</Configuration>
   100 		<Configuration
   101 			Name="Debug|x64"
   102 			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
   103 			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
   104 			ConfigurationType="2"
   105 			CharacterSet="1"
   106 			ManagedExtensions="1"
   107 			>
   108 			<Tool
   109 				Name="VCPreBuildEventTool"
   110 			/>
   111 			<Tool
   112 				Name="VCCustomBuildTool"
   113 			/>
   114 			<Tool
   115 				Name="VCXMLDataGeneratorTool"
   116 			/>
   117 			<Tool
   118 				Name="VCWebServiceProxyGeneratorTool"
   119 			/>
   120 			<Tool
   121 				Name="VCMIDLTool"
   122 				TargetEnvironment="3"
   123 			/>
   124 			<Tool
   125 				Name="VCCLCompilerTool"
   126 				Optimization="0"
   127 				PreprocessorDefinitions="WIN32;_DEBUG"
   128 				RuntimeLibrary="3"
   129 				UsePrecompiledHeader="0"
   130 				GenerateXMLDocumentationFiles="true"
   131 				WarningLevel="3"
   132 				DebugInformationFormat="3"
   133 			/>
   134 			<Tool
   135 				Name="VCManagedResourceCompilerTool"
   136 			/>
   137 			<Tool
   138 				Name="VCResourceCompilerTool"
   139 			/>
   140 			<Tool
   141 				Name="VCPreLinkEventTool"
   142 			/>
   143 			<Tool
   144 				Name="VCLinkerTool"
   145 				AdditionalDependencies="$(NoInherit)"
   146 				LinkIncremental="2"
   147 				GenerateDebugInformation="true"
   148 				AssemblyDebug="1"
   149 				RandomizedBaseAddress="1"
   150 				DataExecutionPrevention="0"
   151 				TargetMachine="17"
   152 			/>
   153 			<Tool
   154 				Name="VCALinkTool"
   155 			/>
   156 			<Tool
   157 				Name="VCManifestTool"
   158 			/>
   159 			<Tool
   160 				Name="VCXDCMakeTool"
   161 			/>
   162 			<Tool
   163 				Name="VCBscMakeTool"
   164 			/>
   165 			<Tool
   166 				Name="VCFxCopTool"
   167 			/>
   168 			<Tool
   169 				Name="VCAppVerifierTool"
   170 			/>
   171 			<Tool
   172 				Name="VCPostBuildEventTool"
   173 			/>
   174 		</Configuration>
   175 		<Configuration
   176 			Name="Release|Win32"
   177 			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
   178 			IntermediateDirectory="$(ConfigurationName)"
   179 			ConfigurationType="2"
   180 			CharacterSet="1"
   181 			ManagedExtensions="1"
   182 			WholeProgramOptimization="1"
   183 			>
   184 			<Tool
   185 				Name="VCPreBuildEventTool"
   186 			/>
   187 			<Tool
   188 				Name="VCCustomBuildTool"
   189 			/>
   190 			<Tool
   191 				Name="VCXMLDataGeneratorTool"
   192 			/>
   193 			<Tool
   194 				Name="VCWebServiceProxyGeneratorTool"
   195 			/>
   196 			<Tool
   197 				Name="VCMIDLTool"
   198 			/>
   199 			<Tool
   200 				Name="VCCLCompilerTool"
   201 				PreprocessorDefinitions="WIN32;NDEBUG"
   202 				RuntimeLibrary="2"
   203 				UsePrecompiledHeader="0"
   204 				GenerateXMLDocumentationFiles="true"
   205 				WarningLevel="3"
   206 				DebugInformationFormat="3"
   207 			/>
   208 			<Tool
   209 				Name="VCManagedResourceCompilerTool"
   210 			/>
   211 			<Tool
   212 				Name="VCResourceCompilerTool"
   213 			/>
   214 			<Tool
   215 				Name="VCPreLinkEventTool"
   216 			/>
   217 			<Tool
   218 				Name="VCLinkerTool"
   219 				AdditionalDependencies="$(NoInherit)"
   220 				LinkIncremental="1"
   221 				GenerateDebugInformation="true"
   222 				RandomizedBaseAddress="1"
   223 				DataExecutionPrevention="0"
   224 				TargetMachine="1"
   225 			/>
   226 			<Tool
   227 				Name="VCALinkTool"
   228 			/>
   229 			<Tool
   230 				Name="VCManifestTool"
   231 			/>
   232 			<Tool
   233 				Name="VCXDCMakeTool"
   234 			/>
   235 			<Tool
   236 				Name="VCBscMakeTool"
   237 			/>
   238 			<Tool
   239 				Name="VCFxCopTool"
   240 			/>
   241 			<Tool
   242 				Name="VCAppVerifierTool"
   243 			/>
   244 			<Tool
   245 				Name="VCPostBuildEventTool"
   246 			/>
   247 		</Configuration>
   248 		<Configuration
   249 			Name="Release|x64"
   250 			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
   251 			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
   252 			ConfigurationType="2"
   253 			CharacterSet="1"
   254 			ManagedExtensions="1"
   255 			WholeProgramOptimization="1"
   256 			>
   257 			<Tool
   258 				Name="VCPreBuildEventTool"
   259 			/>
   260 			<Tool
   261 				Name="VCCustomBuildTool"
   262 			/>
   263 			<Tool
   264 				Name="VCXMLDataGeneratorTool"
   265 			/>
   266 			<Tool
   267 				Name="VCWebServiceProxyGeneratorTool"
   268 			/>
   269 			<Tool
   270 				Name="VCMIDLTool"
   271 				TargetEnvironment="3"
   272 			/>
   273 			<Tool
   274 				Name="VCCLCompilerTool"
   275 				PreprocessorDefinitions="WIN32;NDEBUG"
   276 				RuntimeLibrary="2"
   277 				UsePrecompiledHeader="0"
   278 				GenerateXMLDocumentationFiles="true"
   279 				WarningLevel="3"
   280 				DebugInformationFormat="3"
   281 			/>
   282 			<Tool
   283 				Name="VCManagedResourceCompilerTool"
   284 			/>
   285 			<Tool
   286 				Name="VCResourceCompilerTool"
   287 			/>
   288 			<Tool
   289 				Name="VCPreLinkEventTool"
   290 			/>
   291 			<Tool
   292 				Name="VCLinkerTool"
   293 				AdditionalDependencies="$(NoInherit)"
   294 				LinkIncremental="1"
   295 				GenerateDebugInformation="true"
   296 				RandomizedBaseAddress="1"
   297 				DataExecutionPrevention="0"
   298 				TargetMachine="17"
   299 			/>
   300 			<Tool
   301 				Name="VCALinkTool"
   302 			/>
   303 			<Tool
   304 				Name="VCManifestTool"
   305 			/>
   306 			<Tool
   307 				Name="VCXDCMakeTool"
   308 			/>
   309 			<Tool
   310 				Name="VCBscMakeTool"
   311 			/>
   312 			<Tool
   313 				Name="VCFxCopTool"
   314 			/>
   315 			<Tool
   316 				Name="VCAppVerifierTool"
   317 			/>
   318 			<Tool
   319 				Name="VCPostBuildEventTool"
   320 			/>
   321 		</Configuration>
   322 	</Configurations>
   323 	<References>
   324 		<AssemblyReference
   325 			RelativePath="System.dll"
   326 			AssemblyName="System, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
   327 			MinFrameworkVersion="131072"
   328 		/>
   329 		<AssemblyReference
   330 			RelativePath="System.Data.dll"
   331 			AssemblyName="System.Data, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86"
   332 			MinFrameworkVersion="131072"
   333 		/>
   334 		<AssemblyReference
   335 			RelativePath="System.XML.dll"
   336 			AssemblyName="System.Xml, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
   337 			MinFrameworkVersion="131072"
   338 		/>
   339 	</References>
   340 	<Files>
   341 		<Filter
   342 			Name="Source Files"
   343 			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
   344 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
   345 			>
   346 			<File
   347 				RelativePath=".\AssemblyInfo.cpp"
   348 				>
   349 			</File>
   350 			<File
   351 				RelativePath=".\UserAccountControl.cpp"
   352 				>
   353 			</File>
   354 		</Filter>
   355 		<Filter
   356 			Name="Header Files"
   357 			Filter="h;hpp;hxx;hm;inl;inc;xsd"
   358 			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
   359 			>
   360 			<File
   361 				RelativePath=".\UserAccountControl.h"
   362 				>
   363 			</File>
   364 		</Filter>
   365 	</Files>
   366 	<Globals>
   367 	</Globals>
   368 </VisualStudioProject>