Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PTSP/HeuristicLab.Problems.PTSP.Views/3.3/HeuristicLab.Problems.PTSP.Views-3.3.csproj @ 13656

Last change on this file since 13656 was 13470, checked in by abeham, 9 years ago

#2221:

  • implemented review comments
    • hid rng as private class, implemented djb2 hash function (hash function implementation may also change)
    • added missing probabilities
    • base class for instance providers
    • prebuild event events
    • build platforms
    • unit test will be removed on trunk integration
    • corrected assembly file version
    • distance calculator parameter was not hidden, can be changed by user, updates distance matrix
    • fixed performance problems (ouch!) also for estimated ptsp (inlined GetDistance method)
  • added moves (full evaluation) for analytical tsp
  • added local improvement operators for analytical ptsp
  • added recalculation of distance matrix when parameters change
  • still lots of other changes
File size: 8.4 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.5</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>..\..\..\..\trunk\sources\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>..\..\..\..\trunk\sources\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>..\..\..\..\trunk\sources\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>..\..\..\..\trunk\sources\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>..\..\..\..\trunk\sources\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>..\..\..\..\trunk\sources\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    <Reference Include="HeuristicLab.Collections-3.3">
71      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
72      <Private>False</Private>
73    </Reference>
74    <Reference Include="HeuristicLab.Common-3.3">
75      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
76      <Private>False</Private>
77    </Reference>
78    <Reference Include="HeuristicLab.Core-3.3">
79      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
80      <Private>False</Private>
81    </Reference>
82    <Reference Include="HeuristicLab.Core.Views-3.3">
83      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
84      <Private>False</Private>
85    </Reference>
86    <Reference Include="HeuristicLab.Data-3.3">
87      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
88      <Private>False</Private>
89    </Reference>
90    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
91      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
92      <Private>False</Private>
93    </Reference>
94    <Reference Include="HeuristicLab.MainForm-3.3">
95      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
96      <Private>False</Private>
97    </Reference>
98    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
99      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
100      <Private>False</Private>
101    </Reference>
102    <Reference Include="HeuristicLab.Optimization-3.3">
103      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
104      <Private>False</Private>
105    </Reference>
106    <Reference Include="HeuristicLab.Optimization.Views-3.3">
107      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
108      <Private>False</Private>
109    </Reference>
110    <Reference Include="HeuristicLab.Parameters-3.3">
111      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
112      <Private>False</Private>
113    </Reference>
114    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
115      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
116      <Private>False</Private>
117    </Reference>
118    <Reference Include="HeuristicLab.Problems.Instances-3.3">
119      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
120      <Private>False</Private>
121    </Reference>
122    <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
123      <SpecificVersion>False</SpecificVersion>
124      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
125      <Private>False</Private>
126    </Reference>
127    <Reference Include="System" />
128    <Reference Include="System.Core" />
129    <Reference Include="System.Drawing" />
130    <Reference Include="System.Windows.Forms" />
131    <Reference Include="System.Xml.Linq" />
132    <Reference Include="System.Data.DataSetExtensions" />
133    <Reference Include="Microsoft.CSharp" />
134    <Reference Include="System.Data" />
135    <Reference Include="System.Xml" />
136  </ItemGroup>
137  <ItemGroup>
138    <Compile Include="PathPTSPTourView.cs">
139      <SubType>UserControl</SubType>
140    </Compile>
141    <Compile Include="PathPTSPTourView.Designer.cs">
142      <DependentUpon>PathPTSPTourView.cs</DependentUpon>
143    </Compile>
144    <Compile Include="Plugin.cs" />
145    <Compile Include="Properties\AssemblyInfo.cs" />
146    <Compile Include="ProbabilisticTravelingSalesmanProblemView.cs">
147      <SubType>UserControl</SubType>
148    </Compile>
149    <Compile Include="ProbabilisticTravelingSalesmanProblemView.Designer.cs">
150      <DependentUpon>ProbabilisticTravelingSalesmanProblemView.cs</DependentUpon>
151    </Compile>
152  </ItemGroup>
153  <ItemGroup>
154    <None Include="HeuristicLab.snk" />
155    <None Include="Plugin.cs.frame" />
156    <None Include="Properties\AssemblyInfo.cs.frame" />
157  </ItemGroup>
158  <ItemGroup>
159    <ProjectReference Include="..\..\HeuristicLab.Problems.PTSP\3.3\HeuristicLab.Problems.PTSP-3.3.csproj">
160      <Project>{97198965-afea-496b-b3b1-316905c43fd6}</Project>
161      <Name>HeuristicLab.Problems.PTSP-3.3</Name>
162      <Private>False</Private>
163    </ProjectReference>
164  </ItemGroup>
165  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
166  <PropertyGroup>
167    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
168set ProjectDir=$(ProjectDir)
169set SolutionDir=$(SolutionDir)
170set Outdir=$(Outdir)
171
172call PreBuildEvent.cmd</PreBuildEvent>
173  </PropertyGroup>
174  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
175       Other similar extension points exist, see Microsoft.Common.targets.
176  <Target Name="BeforeBuild">
177  </Target>
178  <Target Name="AfterBuild">
179  </Target>
180  -->
181</Project>
Note: See TracBrowser for help on using the repository browser.