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