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 @ 7539

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

#1614: updated project file

File size: 8.1 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="ToolTipComboBox.cs">
92      <SubType>Component</SubType>
93    </Compile>
94    <Compile Include="ToolTipComboBox.Designer.cs">
95      <DependentUpon>ToolTipComboBox.cs</DependentUpon>
96    </Compile>
97    <Compile Include="ToolTipRequiredEventArgs.cs" />
98    <Compile Include="ProblemInstanceProviderView.cs">
99      <SubType>UserControl</SubType>
100    </Compile>
101    <Compile Include="ProblemInstanceProviderView.Designer.cs">
102      <DependentUpon>ProblemInstanceProviderView.cs</DependentUpon>
103    </Compile>
104    <Compile Include="ProblemView.cs">
105      <SubType>UserControl</SubType>
106    </Compile>
107    <Compile Include="ProblemView.Designer.cs">
108      <DependentUpon>ProblemView.cs</DependentUpon>
109    </Compile>
110    <Compile Include="GQAPAssignmentArchiveView.cs">
111      <SubType>UserControl</SubType>
112    </Compile>
113    <Compile Include="GQAPAssignmentArchiveView.Designer.cs">
114      <DependentUpon>GQAPAssignmentArchiveView.cs</DependentUpon>
115    </Compile>
116    <Compile Include="GQAPAssignmentView.cs">
117      <SubType>UserControl</SubType>
118    </Compile>
119    <Compile Include="GQAPAssignmentView.Designer.cs">
120      <DependentUpon>GQAPAssignmentView.cs</DependentUpon>
121    </Compile>
122    <Compile Include="Properties\AssemblyInfo.cs" />
123    <Compile Include="Plugin.cs" />
124    <None Include="Plugin.cs.frame" />
125    <None Include="Properties\AssemblyInfo.cs.frame" />
126  </ItemGroup>
127  <ItemGroup>
128    <None Include="HeuristicLab.snk" />
129  </ItemGroup>
130  <ItemGroup>
131    <ProjectReference Include="..\..\HeuristicLab.Problems.GeneralizedQuadraticAssignment\3.3\HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3.csproj">
132      <Project>{C739E6D2-5680-4804-A810-8017DA0C238F}</Project>
133      <Name>HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3</Name>
134    </ProjectReference>
135    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
136      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
137      <Name>HeuristicLab.Problems.Instances-3.3</Name>
138    </ProjectReference>
139  </ItemGroup>
140  <ItemGroup>
141    <EmbeddedResource Include="ToolTipComboBox.resx">
142      <DependentUpon>ToolTipComboBox.cs</DependentUpon>
143    </EmbeddedResource>
144    <EmbeddedResource Include="ProblemInstanceProviderView.resx">
145      <DependentUpon>ProblemInstanceProviderView.cs</DependentUpon>
146    </EmbeddedResource>
147    <EmbeddedResource Include="ProblemView.resx">
148      <DependentUpon>ProblemView.cs</DependentUpon>
149    </EmbeddedResource>
150    <EmbeddedResource Include="GQAPAssignmentArchiveView.resx">
151      <DependentUpon>GQAPAssignmentArchiveView.cs</DependentUpon>
152    </EmbeddedResource>
153    <EmbeddedResource Include="GQAPAssignmentView.resx">
154      <DependentUpon>GQAPAssignmentView.cs</DependentUpon>
155    </EmbeddedResource>
156  </ItemGroup>
157  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
158  <PropertyGroup>
159    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
160set ProjectDir=$(ProjectDir)
161set SolutionDir=$(SolutionDir)
162set Outdir=$(Outdir)
163
164call PreBuildEvent.cmd</PreBuildEvent>
165  </PropertyGroup>
166  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
167       Other similar extension points exist, see Microsoft.Common.targets.
168  <Target Name="BeforeBuild">
169  </Target>
170  <Target Name="AfterBuild">
171  </Target>
172  -->
173</Project>
Note: See TracBrowser for help on using the repository browser.