[1241] | 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>
|
---|
[1474] | 6 | <ProductVersion>9.0.30729</ProductVersion>
|
---|
[1241] | 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{0AFC3DEE-0CA4-4CE6-BDE2-E06DDBB8BD21}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Assignment.QAP</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Assignment.QAP-3.2</AssemblyName>
|
---|
| 13 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
---|
| 14 | <FileAlignment>512</FileAlignment>
|
---|
| 15 | <StartupObject>
|
---|
| 16 | </StartupObject>
|
---|
| 17 | <SignAssembly>true</SignAssembly>
|
---|
| 18 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 19 | </PropertyGroup>
|
---|
| 20 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 21 | <DebugSymbols>true</DebugSymbols>
|
---|
| 22 | <DebugType>full</DebugType>
|
---|
| 23 | <Optimize>false</Optimize>
|
---|
| 24 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 25 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 26 | <ErrorReport>prompt</ErrorReport>
|
---|
| 27 | <WarningLevel>4</WarningLevel>
|
---|
| 28 | </PropertyGroup>
|
---|
| 29 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 30 | <DebugType>pdbonly</DebugType>
|
---|
| 31 | <Optimize>true</Optimize>
|
---|
| 32 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 33 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 34 | <ErrorReport>prompt</ErrorReport>
|
---|
| 35 | <WarningLevel>4</WarningLevel>
|
---|
| 36 | </PropertyGroup>
|
---|
[1291] | 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 | <Optimize>true</Optimize>
|
---|
| 49 | <DebugType>pdbonly</DebugType>
|
---|
| 50 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 51 | <ErrorReport>prompt</ErrorReport>
|
---|
| 52 | </PropertyGroup>
|
---|
[1474] | 53 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 54 | <DebugSymbols>true</DebugSymbols>
|
---|
| 55 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
| 56 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 57 | <DebugType>full</DebugType>
|
---|
| 58 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 59 | <ErrorReport>prompt</ErrorReport>
|
---|
| 60 | </PropertyGroup>
|
---|
| 61 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
| 62 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
| 63 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 64 | <Optimize>true</Optimize>
|
---|
| 65 | <DebugType>pdbonly</DebugType>
|
---|
| 66 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 67 | <ErrorReport>prompt</ErrorReport>
|
---|
| 68 | </PropertyGroup>
|
---|
[1241] | 69 | <ItemGroup>
|
---|
| 70 | <Reference Include="System" />
|
---|
| 71 | <Reference Include="System.Data" />
|
---|
| 72 | <Reference Include="System.Drawing" />
|
---|
| 73 | <Reference Include="System.Windows.Forms" />
|
---|
| 74 | <Reference Include="System.Xml" />
|
---|
| 75 | </ItemGroup>
|
---|
| 76 | <ItemGroup>
|
---|
[1397] | 77 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[1241] | 78 | <Compile Include="QAPEvaluator.cs" />
|
---|
| 79 | <Compile Include="QAPInjector.cs" />
|
---|
| 80 | <Compile Include="QAPInjectorView.cs">
|
---|
| 81 | <SubType>UserControl</SubType>
|
---|
| 82 | </Compile>
|
---|
| 83 | <Compile Include="QAPInjectorView.Designer.cs">
|
---|
| 84 | <DependentUpon>QAPInjectorView.cs</DependentUpon>
|
---|
| 85 | </Compile>
|
---|
| 86 | <Compile Include="QAPParser.cs" />
|
---|
| 87 | <Compile Include="QAPPlugin.cs" />
|
---|
| 88 | </ItemGroup>
|
---|
| 89 | <ItemGroup>
|
---|
[1534] | 90 | <ProjectReference Include="..\..\HeuristicLab.Charting\3.2\HeuristicLab.Charting-3.2.csproj">
|
---|
[1241] | 91 | <Project>{B462D3CC-8866-42F0-9832-AD0967613B72}</Project>
|
---|
[1534] | 92 | <Name>HeuristicLab.Charting-3.2</Name>
|
---|
[1241] | 93 | </ProjectReference>
|
---|
[1534] | 94 | <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">
|
---|
[1241] | 95 | <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
|
---|
[1534] | 96 | <Name>HeuristicLab.Core-3.2</Name>
|
---|
[1241] | 97 | </ProjectReference>
|
---|
[1534] | 98 | <ProjectReference Include="..\..\HeuristicLab.Data\3.2\HeuristicLab.Data-3.2.csproj">
|
---|
[1241] | 99 | <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
|
---|
[1534] | 100 | <Name>HeuristicLab.Data-3.2</Name>
|
---|
[1241] | 101 | </ProjectReference>
|
---|
[1534] | 102 | <ProjectReference Include="..\..\HeuristicLab.Operators\3.2\HeuristicLab.Operators-3.2.csproj">
|
---|
[1241] | 103 | <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
|
---|
[1534] | 104 | <Name>HeuristicLab.Operators-3.2</Name>
|
---|
[1241] | 105 | </ProjectReference>
|
---|
[1534] | 106 | <ProjectReference Include="..\..\HeuristicLab.Permutation\3.2\HeuristicLab.Permutation-3.2.csproj">
|
---|
[1241] | 107 | <Project>{55FDCFB3-3E8C-4FB0-837C-0CF06BEDED39}</Project>
|
---|
[1534] | 108 | <Name>HeuristicLab.Permutation-3.2</Name>
|
---|
[1241] | 109 | </ProjectReference>
|
---|
[1534] | 110 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
[1241] | 111 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 112 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
| 113 | </ProjectReference>
|
---|
| 114 | </ItemGroup>
|
---|
| 115 | <ItemGroup>
|
---|
| 116 | <None Include="HeuristicLab.snk" />
|
---|
| 117 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
| 118 | </ItemGroup>
|
---|
| 119 | <ItemGroup>
|
---|
| 120 | <EmbeddedResource Include="QAPInjectorView.resx">
|
---|
| 121 | <DependentUpon>QAPInjectorView.cs</DependentUpon>
|
---|
| 122 | <SubType>Designer</SubType>
|
---|
| 123 | </EmbeddedResource>
|
---|
| 124 | </ItemGroup>
|
---|
| 125 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 126 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 127 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 128 | <Target Name="BeforeBuild">
|
---|
| 129 | </Target>
|
---|
| 130 | <Target Name="AfterBuild">
|
---|
| 131 | </Target>
|
---|
| 132 | -->
|
---|
| 133 | <PropertyGroup>
|
---|
| 134 | <PostBuildEvent>
|
---|
| 135 | </PostBuildEvent>
|
---|
| 136 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 137 | set ProjectDir=$(ProjectDir)
|
---|
| 138 | set SolutionDir=$(SolutionDir)
|
---|
| 139 | set Outdir=$(Outdir)
|
---|
| 140 |
|
---|
| 141 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
| 142 | </PropertyGroup>
|
---|
| 143 | </Project> |
---|