1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
+ <PropertyGroup >
5
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
+ <ProjectGuid >{A0CAD6EB-E3FF-4FAE-A075-E9A568E6B1AB}</ProjectGuid >
8
+ <OutputType >Exe</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >GACInstall</RootNamespace >
11
+ <AssemblyName >GACInstall</AssemblyName >
12
+ <FileAlignment >512</FileAlignment >
13
+ </PropertyGroup >
14
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
15
+ <PlatformTarget >AnyCPU</PlatformTarget >
16
+ <DebugSymbols >true</DebugSymbols >
17
+ <DebugType >full</DebugType >
18
+ <Optimize >false</Optimize >
19
+ <OutputPath >..\bin\Debug\</OutputPath >
20
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
21
+ <ErrorReport >prompt</ErrorReport >
22
+ <WarningLevel >4</WarningLevel >
23
+ </PropertyGroup >
24
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
25
+ <PlatformTarget >AnyCPU</PlatformTarget >
26
+ <DebugType >pdbonly</DebugType >
27
+ <Optimize >true</Optimize >
28
+ <OutputPath >..\bin\Release\</OutputPath >
29
+ <DefineConstants >TRACE</DefineConstants >
30
+ <ErrorReport >prompt</ErrorReport >
31
+ <WarningLevel >4</WarningLevel >
32
+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
33
+ <TargetFrameworkProfile >Client</TargetFrameworkProfile >
34
+ </PropertyGroup >
35
+ <PropertyGroup >
36
+ <SignAssembly >true</SignAssembly >
37
+ </PropertyGroup >
38
+ <PropertyGroup >
39
+ <AssemblyOriginatorKeyFile >KU.snk</AssemblyOriginatorKeyFile >
40
+ </PropertyGroup >
41
+ <PropertyGroup >
42
+ <ApplicationManifest >requireAdministrator.manifest</ApplicationManifest >
43
+ </PropertyGroup >
44
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug-net40|AnyCPU'" >
45
+ <OutputPath >..\bin\Debug-net40\</OutputPath >
46
+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
47
+ <TargetFrameworkProfile >Client</TargetFrameworkProfile >
48
+ </PropertyGroup >
49
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug-net20|AnyCPU'" >
50
+ <OutputPath >..\bin\Debug-net20\</OutputPath >
51
+ <TargetFrameworkVersion >v2.0</TargetFrameworkVersion >
52
+ </PropertyGroup >
53
+ <ItemGroup >
54
+ <Reference Include =" System" />
55
+ <Reference Include =" System.EnterpriseServices" />
56
+ </ItemGroup >
57
+ <ItemGroup >
58
+ <Compile Include =" Program.cs" />
59
+ <Compile Include =" Properties\AssemblyInfo.cs" />
60
+ </ItemGroup >
61
+ <ItemGroup >
62
+ <None Include =" App.config" />
63
+ <None Include =" KU.snk" />
64
+ <None Include =" requireAdministrator.manifest" />
65
+ </ItemGroup >
66
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
67
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
68
+ Other similar extension points exist, see Microsoft.Common.targets.
69
+ <Target Name="BeforeBuild">
70
+ </Target>
71
+ <Target Name="AfterBuild">
72
+ </Target>
73
+ -->
74
+ </Project >
0 commit comments