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

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

#1772: Merged trunk changes. Updated PhenotypicSimilarityCalculator, updated FragmentGraphView.

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