Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2521_ProblemRefactoring/HeuristicLab.Problems.PTSP.Views/3.3/HeuristicLab.Problems.PTSP.Views-3.3.csproj @ 17320

Last change on this file since 17320 was 17320, checked in by mkommend, 5 years ago

#2521: Added cancellation token to evaluate function of problems.

File size: 11.1 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4  <PropertyGroup>
5    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7    <ProjectGuid>{90B6CA12-9791-4430-B2D7-CD3ED7F75E2B}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Problems.PTSP.Views</RootNamespace>
11    <AssemblyName>HeuristicLab.Problems.PTSP.Views-3.3</AssemblyName>
12    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14  </PropertyGroup>
15  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16    <DebugSymbols>true</DebugSymbols>
17    <DebugType>full</DebugType>
18    <Optimize>false</Optimize>
19    <OutputPath>$(SolutionDir)\bin\</OutputPath>
20    <DefineConstants>DEBUG;TRACE</DefineConstants>
21    <ErrorReport>prompt</ErrorReport>
22    <WarningLevel>4</WarningLevel>
23    <PlatformTarget>AnyCPU</PlatformTarget>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>$(SolutionDir)\bin\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
34    <DebugSymbols>true</DebugSymbols>
35    <OutputPath>$(SolutionDir)\bin\</OutputPath>
36    <DefineConstants>DEBUG;TRACE</DefineConstants>
37    <DebugType>full</DebugType>
38    <PlatformTarget>x64</PlatformTarget>
39    <ErrorReport>prompt</ErrorReport>
40    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
41  </PropertyGroup>
42  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
43    <OutputPath>$(SolutionDir)\bin\</OutputPath>
44    <DefineConstants>TRACE</DefineConstants>
45    <Optimize>true</Optimize>
46    <DebugType>pdbonly</DebugType>
47    <PlatformTarget>x64</PlatformTarget>
48    <ErrorReport>prompt</ErrorReport>
49    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
50  </PropertyGroup>
51  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
52    <DebugSymbols>true</DebugSymbols>
53    <OutputPath>$(SolutionDir)\bin\</OutputPath>
54    <DefineConstants>DEBUG;TRACE</DefineConstants>
55    <DebugType>full</DebugType>
56    <PlatformTarget>x86</PlatformTarget>
57    <ErrorReport>prompt</ErrorReport>
58    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
59  </PropertyGroup>
60  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
61    <OutputPath>$(SolutionDir)\bin\</OutputPath>
62    <DefineConstants>TRACE</DefineConstants>
63    <Optimize>true</Optimize>
64    <DebugType>pdbonly</DebugType>
65    <PlatformTarget>x86</PlatformTarget>
66    <ErrorReport>prompt</ErrorReport>
67    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
68  </PropertyGroup>
69  <ItemGroup>
70    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
71      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
72      <Name>HeuristicLab.Collections-3.3</Name>
73      <Private>False</Private>
74    </ProjectReference>
75    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
76      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
77      <Name>HeuristicLab.Common.Resources-3.3</Name>
78    </ProjectReference>
79    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
80      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
81      <Name>HeuristicLab.Common-3.3</Name>
82      <Private>False</Private>
83    </ProjectReference>
84    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
85      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
86      <Name>HeuristicLab.Core.Views-3.3</Name>
87      <Private>False</Private>
88    </ProjectReference>
89    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
90      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
91      <Name>HeuristicLab.Core-3.3</Name>
92      <Private>False</Private>
93    </ProjectReference>
94    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
95      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
96      <Name>HeuristicLab.Data.Views-3.3</Name>
97    </ProjectReference>
98    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
99      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
100      <Name>HeuristicLab.Data-3.3</Name>
101      <Private>False</Private>
102    </ProjectReference>
103    <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
104      <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>
105      <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
106      <Private>False</Private>
107    </ProjectReference>
108    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
109      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
110      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
111      <Private>False</Private>
112    </ProjectReference>
113    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
114      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
115      <Name>HeuristicLab.MainForm-3.3</Name>
116      <Private>False</Private>
117    </ProjectReference>
118    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
119      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
120      <Name>HeuristicLab.Optimization.Views-3.3</Name>
121      <Private>False</Private>
122    </ProjectReference>
123    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
124      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
125      <Name>HeuristicLab.Optimization-3.3</Name>
126      <Private>False</Private>
127    </ProjectReference>
128    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
129      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
130      <Name>HeuristicLab.Parameters-3.3</Name>
131      <Private>False</Private>
132    </ProjectReference>
133    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
134      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
135      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
136      <Private>False</Private>
137    </ProjectReference>
138    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
139      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
140      <Name>HeuristicLab.Problems.Instances-3.3</Name>
141      <Private>False</Private>
142    </ProjectReference>
143    <ProjectReference Include="..\..\HeuristicLab.Problems.PTSP\3.3\HeuristicLab.Problems.PTSP-3.3.csproj">
144      <Project>{97198965-afea-496b-b3b1-316905c43fd6}</Project>
145      <Name>HeuristicLab.Problems.PTSP-3.3</Name>
146      <Private>False</Private>
147    </ProjectReference>
148    <ProjectReference Include="..\..\HeuristicLab.Problems.TravelingSalesman.Views\3.3\HeuristicLab.Problems.TravelingSalesman.Views-3.3.csproj">
149      <Project>{cda28124-acd0-4231-8eb0-c510b361f84e}</Project>
150      <Name>HeuristicLab.Problems.TravelingSalesman.Views-3.3</Name>
151      <Private>False</Private>
152    </ProjectReference>
153    <ProjectReference Include="..\..\HeuristicLab.Problems.TravelingSalesman\3.3\HeuristicLab.Problems.TravelingSalesman-3.3.csproj">
154      <Project>{d767c38d-8014-46b0-9a32-03a3aecce34a}</Project>
155      <Name>HeuristicLab.Problems.TravelingSalesman-3.3</Name>
156      <Private>False</Private>
157    </ProjectReference>
158    <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
159      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
160      <Name>HeuristicLab.Random-3.3</Name>
161      <Private>False</Private>
162    </ProjectReference>
163    <Reference Include="System" />
164    <Reference Include="System.Core" />
165    <Reference Include="System.Drawing" />
166    <Reference Include="System.Windows.Forms" />
167    <Reference Include="System.Xml.Linq" />
168    <Reference Include="System.Data.DataSetExtensions" />
169    <Reference Include="Microsoft.CSharp" />
170    <Reference Include="System.Data" />
171    <Reference Include="System.Xml" />
172  </ItemGroup>
173  <ItemGroup>
174    <Compile Include="CoordinatesPTSPDataView.cs">
175      <SubType>UserControl</SubType>
176    </Compile>
177    <Compile Include="CoordinatesPTSPDataView.Designer.cs">
178      <DependentUpon>CoordinatesPTSPDataView.cs</DependentUpon>
179    </Compile>
180    <Compile Include="EuclideanPTSPDataView.cs">
181      <SubType>UserControl</SubType>
182    </Compile>
183    <Compile Include="EuclideanPTSPDataView.Designer.cs">
184      <DependentUpon>EuclideanPTSPDataView.cs</DependentUpon>
185    </Compile>
186    <Compile Include="MatrixPTSPDataView.cs">
187      <SubType>UserControl</SubType>
188    </Compile>
189    <Compile Include="MatrixPTSPDataView.Designer.cs">
190      <DependentUpon>MatrixPTSPDataView.cs</DependentUpon>
191    </Compile>
192    <Compile Include="ProbabilisticTSPSolutionView.cs">
193      <SubType>UserControl</SubType>
194    </Compile>
195    <Compile Include="ProbabilisticTSPSolutionView.Designer.cs">
196      <DependentUpon>ProbabilisticTSPSolutionView.cs</DependentUpon>
197    </Compile>
198    <Compile Include="Plugin.cs" />
199    <Compile Include="Properties\AssemblyInfo.cs" />
200  </ItemGroup>
201  <ItemGroup>
202    <None Include="HeuristicLab.snk" />
203    <None Include="Plugin.cs.frame" />
204    <None Include="Properties\AssemblyInfo.cs.frame" />
205  </ItemGroup>
206  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
207  <PropertyGroup>
208    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
209set ProjectDir=$(ProjectDir)
210set SolutionDir=$(SolutionDir)
211set OutDir=$(OutDir)
212set TargetDir=$(TargetDir)
213
214call PreBuildEvent.cmd
215    </PreBuildEvent>
216    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
217export ProjectDir=$(ProjectDir)
218export SolutionDir=$(SolutionDir)
219
220$SolutionDir/PreBuildEvent.sh
221    </PreBuildEvent>
222  </PropertyGroup>
223  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
224       Other similar extension points exist, see Microsoft.Common.targets.
225  <Target Name="BeforeBuild">
226  </Target>
227  <Target Name="AfterBuild">
228  </Target>
229  -->
230</Project>
Note: See TracBrowser for help on using the repository browser.