Free cookie consent management tool by TermsFeed Policy Generator

source: branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Views/3.3/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Views-3.3.csproj @ 7470

Last change on this file since 7470 was 7470, checked in by abeham, 12 years ago

#1614

  • Removed incompatible problem linhp318.tsp (contains fixed edges)
  • Fixed AssemblyInfo for TSPLIB
  • Added unit tests
  • Worked on assignment / solution view
File size: 7.7 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" 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>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{BFAAC00C-B884-458D-BD74-98C94BFAFA41}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.GeneralizedQuadraticAssignment.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.GeneralizedQuadraticAssignment.Views-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup>
34    <SignAssembly>true</SignAssembly>
35  </PropertyGroup>
36  <PropertyGroup>
37    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
38  </PropertyGroup>
39  <ItemGroup>
40    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
41    <Reference Include="HeuristicLab.Common-3.3">
42      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
43    </Reference>
44    <Reference Include="HeuristicLab.Common.Resources-3.3">
45      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3-3.3.dll</HintPath>
46    </Reference>
47    <Reference Include="HeuristicLab.Core-3.3">
48      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
49    </Reference>
50    <Reference Include="HeuristicLab.Core.Views-3.3">
51      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
52    </Reference>
53    <Reference Include="HeuristicLab.Data-3.3">
54      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
55    </Reference>
56    <Reference Include="HeuristicLab.Data.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
57    <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3">
58      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.IntegerVectorEncoding-3.3.dll</HintPath>
59    </Reference>
60    <Reference Include="HeuristicLab.MainForm-3.3">
61      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
62    </Reference>
63    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
64      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
65    </Reference>
66    <Reference Include="HeuristicLab.Operators-3.3">
67      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
68    </Reference>
69    <Reference Include="HeuristicLab.Optimization-3.3">
70      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
71    </Reference>
72    <Reference Include="HeuristicLab.Parameters-3.3">
73      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
74    </Reference>
75    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
76      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
77    </Reference>
78    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
79    <Reference Include="System" />
80    <Reference Include="System.Core" />
81    <Reference Include="System.Drawing" />
82    <Reference Include="System.Windows.Forms" />
83    <Reference Include="System.Windows.Forms.DataVisualization" />
84    <Reference Include="System.Xml.Linq" />
85    <Reference Include="System.Data.DataSetExtensions" />
86    <Reference Include="Microsoft.CSharp" />
87    <Reference Include="System.Data" />
88    <Reference Include="System.Xml" />
89  </ItemGroup>
90  <ItemGroup>
91    <Compile Include="ProblemInstanceProviderView.cs">
92      <SubType>UserControl</SubType>
93    </Compile>
94    <Compile Include="ProblemInstanceProviderView.Designer.cs">
95      <DependentUpon>ProblemInstanceProviderView.cs</DependentUpon>
96    </Compile>
97    <Compile Include="ProblemView.cs">
98      <SubType>UserControl</SubType>
99    </Compile>
100    <Compile Include="ProblemView.Designer.cs">
101      <DependentUpon>ProblemView.cs</DependentUpon>
102    </Compile>
103    <Compile Include="GQAPAssignmentArchiveView.cs">
104      <SubType>UserControl</SubType>
105    </Compile>
106    <Compile Include="GQAPAssignmentArchiveView.Designer.cs">
107      <DependentUpon>GQAPAssignmentArchiveView.cs</DependentUpon>
108    </Compile>
109    <Compile Include="GQAPAssignmentView.cs">
110      <SubType>UserControl</SubType>
111    </Compile>
112    <Compile Include="GQAPAssignmentView.Designer.cs">
113      <DependentUpon>GQAPAssignmentView.cs</DependentUpon>
114    </Compile>
115    <Compile Include="Properties\AssemblyInfo.cs" />
116    <Compile Include="Plugin.cs" />
117    <None Include="Plugin.cs.frame" />
118    <None Include="Properties\AssemblyInfo.cs.frame" />
119  </ItemGroup>
120  <ItemGroup>
121    <None Include="HeuristicLab.snk" />
122  </ItemGroup>
123  <ItemGroup>
124    <ProjectReference Include="..\..\HeuristicLab.Problems.GeneralizedQuadraticAssignment\3.3\HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3.csproj">
125      <Project>{C739E6D2-5680-4804-A810-8017DA0C238F}</Project>
126      <Name>HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3</Name>
127    </ProjectReference>
128    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
129      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
130      <Name>HeuristicLab.Problems.Instances-3.3</Name>
131    </ProjectReference>
132  </ItemGroup>
133  <ItemGroup>
134    <EmbeddedResource Include="ProblemInstanceProviderView.resx">
135      <DependentUpon>ProblemInstanceProviderView.cs</DependentUpon>
136    </EmbeddedResource>
137    <EmbeddedResource Include="ProblemView.resx">
138      <DependentUpon>ProblemView.cs</DependentUpon>
139    </EmbeddedResource>
140    <EmbeddedResource Include="GQAPAssignmentArchiveView.resx">
141      <DependentUpon>GQAPAssignmentArchiveView.cs</DependentUpon>
142    </EmbeddedResource>
143    <EmbeddedResource Include="GQAPAssignmentView.resx">
144      <DependentUpon>GQAPAssignmentView.cs</DependentUpon>
145    </EmbeddedResource>
146  </ItemGroup>
147  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
148  <PropertyGroup>
149    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
150set ProjectDir=$(ProjectDir)
151set SolutionDir=$(SolutionDir)
152set Outdir=$(Outdir)
153
154call PreBuildEvent.cmd</PreBuildEvent>
155  </PropertyGroup>
156  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
157       Other similar extension points exist, see Microsoft.Common.targets.
158  <Target Name="BeforeBuild">
159  </Target>
160  <Target Name="AfterBuild">
161  </Target>
162  -->
163</Project>
Note: See TracBrowser for help on using the repository browser.