[848] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
| 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>
|
---|
[848] | 18 | </PropertyGroup>
|
---|
| 19 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 20 | <DebugSymbols>true</DebugSymbols>
|
---|
| 21 | <DebugType>full</DebugType>
|
---|
| 22 | <Optimize>false</Optimize>
|
---|
| 23 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 24 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 25 | <ErrorReport>prompt</ErrorReport>
|
---|
| 26 | <WarningLevel>4</WarningLevel>
|
---|
| 27 | </PropertyGroup>
|
---|
| 28 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 29 | <DebugType>pdbonly</DebugType>
|
---|
| 30 | <Optimize>true</Optimize>
|
---|
| 31 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 32 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 33 | <ErrorReport>prompt</ErrorReport>
|
---|
| 34 | <WarningLevel>4</WarningLevel>
|
---|
| 35 | <DocumentationFile>bin\Release\ConfigMerger.XML</DocumentationFile>
|
---|
| 36 | </PropertyGroup>
|
---|
[2260] | 37 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 38 | <DebugSymbols>true</DebugSymbols>
|
---|
| 39 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
| 40 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 41 | <DebugType>full</DebugType>
|
---|
| 42 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 43 | <ErrorReport>prompt</ErrorReport>
|
---|
| 44 | </PropertyGroup>
|
---|
| 45 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 46 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
| 47 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 48 | <DocumentationFile>bin\Release\ConfigMerger.XML</DocumentationFile>
|
---|
| 49 | <Optimize>true</Optimize>
|
---|
| 50 | <DebugType>pdbonly</DebugType>
|
---|
| 51 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 52 | <ErrorReport>prompt</ErrorReport>
|
---|
| 53 | </PropertyGroup>
|
---|
[848] | 54 | <ItemGroup>
|
---|
| 55 | <Reference Include="System" />
|
---|
| 56 | <Reference Include="System.Core">
|
---|
| 57 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 58 | </Reference>
|
---|
| 59 | <Reference Include="System.Xml.Linq">
|
---|
| 60 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 61 | </Reference>
|
---|
| 62 | <Reference Include="System.Data.DataSetExtensions">
|
---|
| 63 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 64 | </Reference>
|
---|
| 65 | <Reference Include="System.Data" />
|
---|
| 66 | <Reference Include="System.Xml" />
|
---|
| 67 | </ItemGroup>
|
---|
| 68 | <ItemGroup>
|
---|
[849] | 69 | <Compile Include="ConfigMerger.cs" />
|
---|
[848] | 70 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 71 | </ItemGroup>
|
---|
| 72 | <ItemGroup>
|
---|
| 73 | <None Include="HeuristicLab.snk" />
|
---|
| 74 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
| 75 | </ItemGroup>
|
---|
| 76 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 77 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 78 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 79 | <Target Name="BeforeBuild">
|
---|
| 80 | </Target>
|
---|
| 81 | <Target Name="AfterBuild">
|
---|
| 82 | </Target>
|
---|
| 83 | -->
|
---|
| 84 | <PropertyGroup>
|
---|
[852] | 85 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 86 | set ProjectDir=$(ProjectDir)
|
---|
| 87 | set SolutionDir=$(SolutionDir)
|
---|
| 88 | set Outdir=$(Outdir)
|
---|
| 89 |
|
---|
| 90 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[848] | 91 | </PropertyGroup>
|
---|
| 92 | </Project> |
---|