Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.Orienteering/3.3/HeuristicLab.Problems.Orienteering-3.3.csproj @ 11195

Last change on this file since 11195 was 11195, checked in by pfleck, 9 years ago

#2208 Added blank OrienteeringShakingOperator.

File size: 7.2 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>{D1EFA4CC-909F-41D5-9C1F-C3AF1957A372}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Problems.Orienteering</RootNamespace>
11    <AssemblyName>HeuristicLab.Problems.Orienteering-3.3</AssemblyName>
12    <TargetFrameworkVersion>v4.0</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>..\..\bin\</OutputPath>
20    <DefineConstants>DEBUG;TRACE</DefineConstants>
21    <ErrorReport>prompt</ErrorReport>
22    <WarningLevel>4</WarningLevel>
23  </PropertyGroup>
24  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25    <DebugType>pdbonly</DebugType>
26    <Optimize>true</Optimize>
27    <OutputPath>..\..\bin\</OutputPath>
28    <DefineConstants>TRACE</DefineConstants>
29    <ErrorReport>prompt</ErrorReport>
30    <WarningLevel>4</WarningLevel>
31  </PropertyGroup>
32  <PropertyGroup>
33    <SignAssembly>true</SignAssembly>
34  </PropertyGroup>
35  <PropertyGroup>
36    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
37  </PropertyGroup>
38  <PropertyGroup>
39    <StartupObject />
40  </PropertyGroup>
41  <ItemGroup>
42    <Reference Include="Microsoft.CSharp" />
43    <Reference Include="System" />
44    <Reference Include="System.Core" />
45    <Reference Include="System.Drawing" />
46  </ItemGroup>
47  <ItemGroup>
48    <Compile Include="Analyzers\BestOrienteeringSolutionAnalyser.cs" />
49    <Compile Include="Creators\GreedyOrienteeringTourCreator.cs" />
50    <Compile Include="DistanceMatrix.cs" />
51    <Compile Include="Improvers\OrienteeringLocalImprovementOperator.cs" />
52    <Compile Include="Interfaces\IOrienteeringEvaluator.cs" />
53    <Compile Include="Evaluators\OrienteeringEvaluator.cs" />
54    <Compile Include="OrienteeringProblem.cs" />
55    <Compile Include="OrienteeringScript.cs" />
56    <Compile Include="OrienteeringSolution.cs" />
57    <Compile Include="Plugin.cs" />
58    <Compile Include="Properties\AssemblyInfo.cs" />
59    <Compile Include="Shakers\OrienteeringShakingOperator.cs" />
60  </ItemGroup>
61  <ItemGroup>
62    <None Include="HeuristicLab.snk" />
63    <None Include="Plugin.cs.frame" />
64    <None Include="Properties\AssemblyInfo.cs.frame" />
65  </ItemGroup>
66  <ItemGroup>
67    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
68      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
69      <Name>HeuristicLab.Analysis-3.3</Name>
70    </ProjectReference>
71    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
72      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
73      <Name>HeuristicLab.Collections-3.3</Name>
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\3.3\HeuristicLab.Core-3.3.csproj">
85      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
86      <Name>HeuristicLab.Core-3.3</Name>
87      <Private>False</Private>
88    </ProjectReference>
89    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
90      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
91      <Name>HeuristicLab.Data-3.3</Name>
92    </ProjectReference>
93    <ProjectReference Include="..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">
94      <Project>{DDFB14DD-2A85-493C-A52D-E69729BBAEB0}</Project>
95      <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>
96    </ProjectReference>
97    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
98      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
99      <Name>HeuristicLab.Operators-3.3</Name>
100    </ProjectReference>
101    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
102      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
103      <Name>HeuristicLab.Optimization-3.3</Name>
104    </ProjectReference>
105    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
106      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
107      <Name>HeuristicLab.Parameters-3.3</Name>
108    </ProjectReference>
109    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
110      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
111      <Name>HeuristicLab.Persistence-3.3</Name>
112    </ProjectReference>
113    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
114      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
115      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
116    </ProjectReference>
117    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
118      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
119      <Name>HeuristicLab.Problems.Instances-3.3</Name>
120    </ProjectReference>
121    <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
122      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
123      <Name>HeuristicLab.Random-3.3</Name>
124      <Private>False</Private>
125    </ProjectReference>
126    <ProjectReference Include="..\..\HeuristicLab.Scripting\3.3\HeuristicLab.Scripting-3.3.csproj">
127      <Project>{21977CC3-1757-4B3B-87BD-FF817AAA900F}</Project>
128      <Name>HeuristicLab.Scripting-3.3</Name>
129    </ProjectReference>
130  </ItemGroup>
131  <ItemGroup />
132  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
133  <PropertyGroup>
134    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
135set ProjectDir=$(ProjectDir)
136set SolutionDir=$(SolutionDir)
137set Outdir=$(Outdir)
138
139call PreBuildEvent.cmd
140</PreBuildEvent>
141  </PropertyGroup>
142  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
143       Other similar extension points exist, see Microsoft.Common.targets.
144  <Target Name="BeforeBuild">
145  </Target>
146  <Target Name="AfterBuild">
147  </Target>
148  -->
149</Project>
Note: See TracBrowser for help on using the repository browser.