Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/tools/ConfigMerger/ConfigMerger.csproj @ 4149

Last change on this file since 4149 was 4149, checked in by abeham, 14 years ago

#1128

  • upgraded tools solution and configmerger project
File size: 5.5 KB
RevLine 
[848]1<?xml version="1.0" encoding="utf-8"?>
[4149]2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
[848]3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
[858]6    <ProductVersion>9.0.30729</ProductVersion>
[848]7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{E94C5E71-3F29-408D-BCDF-23E096CA84CA}</ProjectGuid>
9    <OutputType>Exe</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Tools.ConfigMerger</RootNamespace>
12    <AssemblyName>ConfigMerger</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
[849]17    <StartupObject>HeuristicLab.Tools.ConfigMerger.ConfigMerger</StartupObject>
[4149]18    <FileUpgradeFlags>
19    </FileUpgradeFlags>
20    <OldToolsVersion>3.5</OldToolsVersion>
21    <UpgradeBackupLocation />
22    <PublishUrl>publish\</PublishUrl>
23    <Install>true</Install>
24    <InstallFrom>Disk</InstallFrom>
25    <UpdateEnabled>false</UpdateEnabled>
26    <UpdateMode>Foreground</UpdateMode>
27    <UpdateInterval>7</UpdateInterval>
28    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
29    <UpdatePeriodically>false</UpdatePeriodically>
30    <UpdateRequired>false</UpdateRequired>
31    <MapFileExtensions>true</MapFileExtensions>
32    <ApplicationRevision>0</ApplicationRevision>
33    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
34    <IsWebBootstrapper>false</IsWebBootstrapper>
35    <UseApplicationTrust>false</UseApplicationTrust>
36    <BootstrapperEnabled>true</BootstrapperEnabled>
[848]37  </PropertyGroup>
38  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
39    <DebugSymbols>true</DebugSymbols>
40    <DebugType>full</DebugType>
41    <Optimize>false</Optimize>
42    <OutputPath>bin\Debug\</OutputPath>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <ErrorReport>prompt</ErrorReport>
45    <WarningLevel>4</WarningLevel>
[4149]46    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[848]47  </PropertyGroup>
48  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
49    <DebugType>pdbonly</DebugType>
50    <Optimize>true</Optimize>
51    <OutputPath>bin\Release\</OutputPath>
52    <DefineConstants>TRACE</DefineConstants>
53    <ErrorReport>prompt</ErrorReport>
54    <WarningLevel>4</WarningLevel>
55    <DocumentationFile>bin\Release\ConfigMerger.XML</DocumentationFile>
[4149]56    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[848]57  </PropertyGroup>
[2260]58  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
59    <DebugSymbols>true</DebugSymbols>
60    <OutputPath>bin\x86\Debug\</OutputPath>
61    <DefineConstants>DEBUG;TRACE</DefineConstants>
62    <DebugType>full</DebugType>
63    <PlatformTarget>x86</PlatformTarget>
64    <ErrorReport>prompt</ErrorReport>
[4149]65    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2260]66  </PropertyGroup>
67  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
68    <OutputPath>bin\x86\Release\</OutputPath>
69    <DefineConstants>TRACE</DefineConstants>
70    <DocumentationFile>bin\Release\ConfigMerger.XML</DocumentationFile>
71    <Optimize>true</Optimize>
72    <DebugType>pdbonly</DebugType>
73    <PlatformTarget>x86</PlatformTarget>
74    <ErrorReport>prompt</ErrorReport>
[4149]75    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2260]76  </PropertyGroup>
[848]77  <ItemGroup>
78    <Reference Include="System" />
79    <Reference Include="System.Core">
80      <RequiredTargetFramework>3.5</RequiredTargetFramework>
81    </Reference>
82    <Reference Include="System.Xml.Linq">
83      <RequiredTargetFramework>3.5</RequiredTargetFramework>
84    </Reference>
85    <Reference Include="System.Data.DataSetExtensions">
86      <RequiredTargetFramework>3.5</RequiredTargetFramework>
87    </Reference>
88    <Reference Include="System.Data" />
89    <Reference Include="System.Xml" />
90  </ItemGroup>
91  <ItemGroup>
[849]92    <Compile Include="ConfigMerger.cs" />
[848]93    <Compile Include="Properties\AssemblyInfo.cs" />
94  </ItemGroup>
95  <ItemGroup>
96    <None Include="HeuristicLab.snk" />
97    <None Include="Properties\AssemblyInfo.frame" />
98  </ItemGroup>
[4149]99  <ItemGroup>
100    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
101      <Visible>False</Visible>
102      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
103      <Install>false</Install>
104    </BootstrapperPackage>
105    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
106      <Visible>False</Visible>
107      <ProductName>.NET Framework 3.5 SP1</ProductName>
108      <Install>true</Install>
109    </BootstrapperPackage>
110    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
111      <Visible>False</Visible>
112      <ProductName>Windows Installer 3.1</ProductName>
113      <Install>true</Install>
114    </BootstrapperPackage>
115  </ItemGroup>
[848]116  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
117  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
118       Other similar extension points exist, see Microsoft.Common.targets.
119  <Target Name="BeforeBuild">
120  </Target>
121  <Target Name="AfterBuild">
122  </Target>
123  -->
124  <PropertyGroup>
[852]125    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
126set ProjectDir=$(ProjectDir)
127set SolutionDir=$(SolutionDir)
128set Outdir=$(Outdir)
129
130call PreBuildEvent.cmd</PreBuildEvent>
[848]131  </PropertyGroup>
132</Project>
Note: See TracBrowser for help on using the repository browser.