Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Assignment.QAP/HeuristicLab.Assignment.QAP.csproj @ 1245

Last change on this file since 1245 was 1241, checked in by mkofler, 15 years ago

Added Assignment.QAP project with operators to inject and evaluate instances of the quadratic assignment problem (cf. #500). Closing ticket.

File size: 5.0 KB
Line 
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>
6    <ProductVersion>9.0.21022</ProductVersion>
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>
37  <ItemGroup>
38    <Reference Include="System" />
39    <Reference Include="System.Data" />
40    <Reference Include="System.Drawing" />
41    <Reference Include="System.Windows.Forms" />
42    <Reference Include="System.Xml" />
43  </ItemGroup>
44  <ItemGroup>
45    <Compile Include="Properties\Resources.Designer.cs">
46      <AutoGen>True</AutoGen>
47      <DesignTime>True</DesignTime>
48      <DependentUpon>Resources.resx</DependentUpon>
49    </Compile>
50    <Compile Include="QAPEvaluator.cs" />
51    <Compile Include="QAPInjector.cs" />
52    <Compile Include="QAPInjectorView.cs">
53      <SubType>UserControl</SubType>
54    </Compile>
55    <Compile Include="QAPInjectorView.Designer.cs">
56      <DependentUpon>QAPInjectorView.cs</DependentUpon>
57    </Compile>
58    <Compile Include="QAPParser.cs" />
59    <Compile Include="QAPPlugin.cs" />
60    <Compile Include="Properties\AssemblyInfo.cs" />
61  </ItemGroup>
62  <ItemGroup>
63    <ProjectReference Include="..\HeuristicLab.Charting\HeuristicLab.Charting.csproj">
64      <Project>{B462D3CC-8866-42F0-9832-AD0967613B72}</Project>
65      <Name>HeuristicLab.Charting</Name>
66    </ProjectReference>
67    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
68      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
69      <Name>HeuristicLab.Core</Name>
70    </ProjectReference>
71    <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj">
72      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
73      <Name>HeuristicLab.Data</Name>
74    </ProjectReference>
75    <ProjectReference Include="..\HeuristicLab.Operators\HeuristicLab.Operators.csproj">
76      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
77      <Name>HeuristicLab.Operators</Name>
78    </ProjectReference>
79    <ProjectReference Include="..\HeuristicLab.Permutation\HeuristicLab.Permutation.csproj">
80      <Project>{55FDCFB3-3E8C-4FB0-837C-0CF06BEDED39}</Project>
81      <Name>HeuristicLab.Permutation</Name>
82    </ProjectReference>
83    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
84      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
85      <Name>HeuristicLab.PluginInfrastructure</Name>
86    </ProjectReference>
87  </ItemGroup>
88  <ItemGroup>
89    <None Include="HeuristicLab.snk" />
90    <None Include="Properties\AssemblyInfo.frame" />
91  </ItemGroup>
92  <ItemGroup>
93    <EmbeddedResource Include="Properties\Resources.resx">
94      <Generator>ResXFileCodeGenerator</Generator>
95      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
96    </EmbeddedResource>
97    <EmbeddedResource Include="QAPInjectorView.resx">
98      <DependentUpon>QAPInjectorView.cs</DependentUpon>
99      <SubType>Designer</SubType>
100    </EmbeddedResource>
101  </ItemGroup>
102  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
103  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
104       Other similar extension points exist, see Microsoft.Common.targets.
105  <Target Name="BeforeBuild">
106  </Target>
107  <Target Name="AfterBuild">
108  </Target>
109  -->
110  <PropertyGroup>
111    <PostBuildEvent>
112    </PostBuildEvent>
113    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
114set ProjectDir=$(ProjectDir)
115set SolutionDir=$(SolutionDir)
116set Outdir=$(Outdir)
117
118call PreBuildEvent.cmd</PreBuildEvent>
119  </PropertyGroup>
120</Project>
Note: See TracBrowser for help on using the repository browser.