Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.EvolutionTracking/HeuristicLab.Problems.TravelingSalesman.Views/3.3/HeuristicLab.Problems.TravelingSalesman.Views-3.3.csproj @ 12231

Last change on this file since 12231 was 12208, checked in by bburlacu, 9 years ago

#1772: Merged trunk and worked on the graph view.

File size: 11.5 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>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{CDA28124-ACD0-4231-8EB0-C510B361F84E}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.TravelingSalesman.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.TravelingSalesman.Views-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
16    <FileAlignment>512</FileAlignment>
17    <SignAssembly>true</SignAssembly>
18    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
19    <FileUpgradeFlags>
20    </FileUpgradeFlags>
21    <OldToolsVersion>3.5</OldToolsVersion>
22    <UpgradeBackupLocation />
23    <PublishUrl>publish\</PublishUrl>
24    <Install>true</Install>
25    <InstallFrom>Disk</InstallFrom>
26    <UpdateEnabled>false</UpdateEnabled>
27    <UpdateMode>Foreground</UpdateMode>
28    <UpdateInterval>7</UpdateInterval>
29    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
30    <UpdatePeriodically>false</UpdatePeriodically>
31    <UpdateRequired>false</UpdateRequired>
32    <MapFileExtensions>true</MapFileExtensions>
33    <ApplicationRevision>0</ApplicationRevision>
34    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
35    <IsWebBootstrapper>false</IsWebBootstrapper>
36    <UseApplicationTrust>false</UseApplicationTrust>
37    <BootstrapperEnabled>true</BootstrapperEnabled>
38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
40    <DebugSymbols>true</DebugSymbols>
41    <DebugType>full</DebugType>
42    <Optimize>false</Optimize>
43    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
48    <Prefer32Bit>false</Prefer32Bit>
49    <UseVSHostingProcess>false</UseVSHostingProcess>
50  </PropertyGroup>
51  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
52    <DebugType>pdbonly</DebugType>
53    <Optimize>true</Optimize>
54    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
55    <DefineConstants>TRACE</DefineConstants>
56    <ErrorReport>prompt</ErrorReport>
57    <WarningLevel>4</WarningLevel>
58    <DocumentationFile>
59    </DocumentationFile>
60    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
61    <Prefer32Bit>false</Prefer32Bit>
62  </PropertyGroup>
63  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
64    <DebugSymbols>true</DebugSymbols>
65    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
66    <DefineConstants>DEBUG;TRACE</DefineConstants>
67    <DebugType>full</DebugType>
68    <PlatformTarget>x86</PlatformTarget>
69    <ErrorReport>prompt</ErrorReport>
70    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
71    <Prefer32Bit>false</Prefer32Bit>
72  </PropertyGroup>
73  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
74    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
75    <DefineConstants>TRACE</DefineConstants>
76    <DocumentationFile>
77    </DocumentationFile>
78    <Optimize>true</Optimize>
79    <DebugType>pdbonly</DebugType>
80    <PlatformTarget>x86</PlatformTarget>
81    <ErrorReport>prompt</ErrorReport>
82    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
83    <Prefer32Bit>false</Prefer32Bit>
84  </PropertyGroup>
85  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
86    <DebugSymbols>true</DebugSymbols>
87    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
88    <DefineConstants>DEBUG;TRACE</DefineConstants>
89    <DebugType>full</DebugType>
90    <PlatformTarget>x64</PlatformTarget>
91    <ErrorReport>prompt</ErrorReport>
92    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
93    <Prefer32Bit>false</Prefer32Bit>
94  </PropertyGroup>
95  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
96    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
97    <DefineConstants>TRACE</DefineConstants>
98    <DocumentationFile>
99    </DocumentationFile>
100    <Optimize>true</Optimize>
101    <DebugType>pdbonly</DebugType>
102    <PlatformTarget>x64</PlatformTarget>
103    <ErrorReport>prompt</ErrorReport>
104    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
105    <Prefer32Bit>false</Prefer32Bit>
106  </PropertyGroup>
107  <ItemGroup>
108    <Reference Include="HeuristicLab.Collections-3.3">
109      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
110      <Private>False</Private>
111    </Reference>
112    <Reference Include="HeuristicLab.Common-3.3">
113      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
114      <Private>False</Private>
115    </Reference>
116    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
117      <SpecificVersion>False</SpecificVersion>
118      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
119      <Private>False</Private>
120    </Reference>
121    <Reference Include="HeuristicLab.Core.Views-3.3">
122      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
123      <Private>False</Private>
124    </Reference>
125    <Reference Include="HeuristicLab.Data-3.3">
126      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
127      <Private>False</Private>
128    </Reference>
129    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
130      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
131      <Private>False</Private>
132    </Reference>
133    <Reference Include="HeuristicLab.MainForm-3.3">
134      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
135      <Private>False</Private>
136    </Reference>
137    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
138      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
139      <Private>False</Private>
140    </Reference>
141    <Reference Include="HeuristicLab.Optimization-3.3">
142      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
143      <Private>False</Private>
144    </Reference>
145    <Reference Include="HeuristicLab.Optimization.Views-3.3">
146      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
147      <Private>False</Private>
148    </Reference>
149    <Reference Include="HeuristicLab.Parameters-3.3">
150      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
151      <Private>False</Private>
152    </Reference>
153    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
154      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
155      <Private>False</Private>
156    </Reference>
157    <Reference Include="HeuristicLab.Problems.Instances-3.3">
158      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
159      <Private>False</Private>
160    </Reference>
161    <Reference Include="HeuristicLab.Visualization-3.3, Version=3.3.0.9491, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
162      <SpecificVersion>False</SpecificVersion>
163      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Visualization-3.3.dll</HintPath>
164    </Reference>
165    <Reference Include="System" />
166    <Reference Include="System.Core">
167      <RequiredTargetFramework>3.5</RequiredTargetFramework>
168    </Reference>
169    <Reference Include="System.Drawing" />
170    <Reference Include="System.Windows.Forms" />
171    <Reference Include="System.Xml.Linq">
172      <RequiredTargetFramework>3.5</RequiredTargetFramework>
173    </Reference>
174    <Reference Include="System.Data.DataSetExtensions">
175      <RequiredTargetFramework>3.5</RequiredTargetFramework>
176    </Reference>
177    <Reference Include="System.Data" />
178    <Reference Include="System.Xml" />
179  </ItemGroup>
180  <ItemGroup>
181    <Compile Include="PathTSPTourView.cs">
182      <SubType>UserControl</SubType>
183    </Compile>
184    <Compile Include="PathTSPTourView.Designer.cs">
185      <DependentUpon>PathTSPTourView.cs</DependentUpon>
186    </Compile>
187    <Compile Include="Plugin.cs" />
188    <Compile Include="TravelingSalesmanProblemView.cs">
189      <SubType>UserControl</SubType>
190    </Compile>
191    <Compile Include="TravelingSalesmanProblemView.Designer.cs">
192      <DependentUpon>TravelingSalesmanProblemView.cs</DependentUpon>
193    </Compile>
194    <Compile Include="Properties\AssemblyInfo.cs" />
195  </ItemGroup>
196  <ItemGroup>
197    <None Include="HeuristicLab.snk" />
198    <None Include="Plugin.cs.frame" />
199    <None Include="Properties\AssemblyInfo.cs.frame" />
200  </ItemGroup>
201  <ItemGroup>
202    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
203      <Visible>False</Visible>
204      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
205      <Install>false</Install>
206    </BootstrapperPackage>
207    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
208      <Visible>False</Visible>
209      <ProductName>.NET Framework 3.5 SP1</ProductName>
210      <Install>true</Install>
211    </BootstrapperPackage>
212    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
213      <Visible>False</Visible>
214      <ProductName>Windows Installer 3.1</ProductName>
215      <Install>true</Install>
216    </BootstrapperPackage>
217  </ItemGroup>
218  <ItemGroup>
219    <ProjectReference Include="..\..\HeuristicLab.EvolutionTracking.Views\3.4\HeuristicLab.EvolutionTracking.Views-3.4.csproj">
220      <Project>{318dfe8c-ca23-4f1b-a4ac-62b425060241}</Project>
221      <Name>HeuristicLab.EvolutionTracking.Views-3.4</Name>
222    </ProjectReference>
223    <ProjectReference Include="..\..\HeuristicLab.EvolutionTracking\3.4\HeuristicLab.EvolutionTracking-3.4.csproj">
224      <Project>{1f75cea3-464f-4a6f-b2f0-04b9841ebc16}</Project>
225      <Name>HeuristicLab.EvolutionTracking-3.4</Name>
226    </ProjectReference>
227    <ProjectReference Include="..\..\HeuristicLab.Problems.TravelingSalesman\3.3\HeuristicLab.Problems.TravelingSalesman-3.3.csproj">
228      <Project>{d767c38d-8014-46b0-9a32-03a3aecce34a}</Project>
229      <Name>HeuristicLab.Problems.TravelingSalesman-3.3</Name>
230      <Private>False</Private>
231    </ProjectReference>
232  </ItemGroup>
233  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
234  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
235       Other similar extension points exist, see Microsoft.Common.targets.
236  <Target Name="BeforeBuild">
237  </Target>
238  <Target Name="AfterBuild">
239  </Target>
240  -->
241  <PropertyGroup>
242    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
243set ProjectDir=$(ProjectDir)
244set SolutionDir=$(SolutionDir)
245set Outdir=$(Outdir)
246
247call PreBuildEvent.cmd
248</PreBuildEvent>
249    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
250export ProjectDir=$(ProjectDir)
251export SolutionDir=$(SolutionDir)
252
253$SolutionDir/PreBuildEvent.sh
254</PreBuildEvent>
255  </PropertyGroup>
256</Project>
Note: See TracBrowser for help on using the repository browser.