[11132] | 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>
|
---|
[11136] | 8 | <OutputType>Library</OutputType>
|
---|
[11132] | 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 10 | <RootNamespace>HeuristicLab.Problems.Orienteering</RootNamespace>
|
---|
| 11 | <AssemblyName>HeuristicLab.Problems.Orienteering-3.3</AssemblyName>
|
---|
[12721] | 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
[11132] | 13 | <FileAlignment>512</FileAlignment>
|
---|
[12721] | 14 | <TargetFrameworkProfile />
|
---|
[11132] | 15 | </PropertyGroup>
|
---|
| 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 17 | <DebugSymbols>true</DebugSymbols>
|
---|
| 18 | <DebugType>full</DebugType>
|
---|
| 19 | <Optimize>false</Optimize>
|
---|
| 20 | <OutputPath>..\..\bin\</OutputPath>
|
---|
| 21 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 22 | <ErrorReport>prompt</ErrorReport>
|
---|
| 23 | <WarningLevel>4</WarningLevel>
|
---|
[12721] | 24 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[11132] | 25 | </PropertyGroup>
|
---|
| 26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 27 | <DebugType>pdbonly</DebugType>
|
---|
| 28 | <Optimize>true</Optimize>
|
---|
| 29 | <OutputPath>..\..\bin\</OutputPath>
|
---|
| 30 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 31 | <ErrorReport>prompt</ErrorReport>
|
---|
| 32 | <WarningLevel>4</WarningLevel>
|
---|
[12721] | 33 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[11132] | 34 | </PropertyGroup>
|
---|
| 35 | <PropertyGroup>
|
---|
| 36 | <SignAssembly>true</SignAssembly>
|
---|
| 37 | </PropertyGroup>
|
---|
| 38 | <PropertyGroup>
|
---|
| 39 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 40 | </PropertyGroup>
|
---|
[11134] | 41 | <PropertyGroup>
|
---|
| 42 | <StartupObject />
|
---|
| 43 | </PropertyGroup>
|
---|
[11305] | 44 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
| 45 | <DebugSymbols>true</DebugSymbols>
|
---|
[12721] | 46 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[11305] | 47 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 48 | <DebugType>full</DebugType>
|
---|
| 49 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 50 | <ErrorReport>prompt</ErrorReport>
|
---|
| 51 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
[12721] | 52 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[11305] | 53 | </PropertyGroup>
|
---|
| 54 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
[12721] | 55 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[11305] | 56 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 57 | <Optimize>true</Optimize>
|
---|
| 58 | <DebugType>pdbonly</DebugType>
|
---|
| 59 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 60 | <ErrorReport>prompt</ErrorReport>
|
---|
| 61 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
[12721] | 62 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[11305] | 63 | </PropertyGroup>
|
---|
| 64 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
| 65 | <DebugSymbols>true</DebugSymbols>
|
---|
[12721] | 66 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[11305] | 67 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 68 | <DebugType>full</DebugType>
|
---|
| 69 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 70 | <ErrorReport>prompt</ErrorReport>
|
---|
| 71 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
[12721] | 72 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[11305] | 73 | </PropertyGroup>
|
---|
| 74 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
[12721] | 75 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[11305] | 76 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 77 | <Optimize>true</Optimize>
|
---|
| 78 | <DebugType>pdbonly</DebugType>
|
---|
| 79 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 80 | <ErrorReport>prompt</ErrorReport>
|
---|
| 81 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
[12721] | 82 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[11305] | 83 | </PropertyGroup>
|
---|
[11132] | 84 | <ItemGroup>
|
---|
[11136] | 85 | <Reference Include="Microsoft.CSharp" />
|
---|
[11132] | 86 | <Reference Include="System" />
|
---|
| 87 | <Reference Include="System.Core" />
|
---|
[11186] | 88 | <Reference Include="System.Drawing" />
|
---|
[11132] | 89 | </ItemGroup>
|
---|
| 90 | <ItemGroup>
|
---|
[12721] | 91 | <Compile Include="Analyzers\BestOrienteeringSolutionAnalyzer.cs" />
|
---|
[11191] | 92 | <Compile Include="Creators\GreedyOrienteeringTourCreator.cs" />
|
---|
[11187] | 93 | <Compile Include="DistanceMatrix.cs" />
|
---|
[12721] | 94 | <Compile Include="OrienteeringEvaluationResult.cs" />
|
---|
[11193] | 95 | <Compile Include="Improvers\OrienteeringLocalImprovementOperator.cs" />
|
---|
[11186] | 96 | <Compile Include="Interfaces\IOrienteeringEvaluator.cs" />
|
---|
| 97 | <Compile Include="Evaluators\OrienteeringEvaluator.cs" />
|
---|
[11321] | 98 | <Compile Include="Interfaces\IOrienteeringSolutionCreator.cs" />
|
---|
[11186] | 99 | <Compile Include="OrienteeringProblem.cs" />
|
---|
[11190] | 100 | <Compile Include="OrienteeringSolution.cs" />
|
---|
[11136] | 101 | <Compile Include="Plugin.cs" />
|
---|
[11132] | 102 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[11195] | 103 | <Compile Include="Shakers\OrienteeringShakingOperator.cs" />
|
---|
[11132] | 104 | </ItemGroup>
|
---|
| 105 | <ItemGroup>
|
---|
| 106 | <None Include="HeuristicLab.snk" />
|
---|
[11136] | 107 | <None Include="Plugin.cs.frame" />
|
---|
[11134] | 108 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
[11132] | 109 | </ItemGroup>
|
---|
[11134] | 110 | <ItemGroup>
|
---|
[11136] | 111 | <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
|
---|
| 112 | <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
|
---|
| 113 | <Name>HeuristicLab.Analysis-3.3</Name>
|
---|
| 114 | </ProjectReference>
|
---|
| 115 | <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
| 116 | <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
|
---|
| 117 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
| 118 | </ProjectReference>
|
---|
[11190] | 119 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
|
---|
| 120 | <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
|
---|
| 121 | <Name>HeuristicLab.Common.Resources-3.3</Name>
|
---|
| 122 | </ProjectReference>
|
---|
[11134] | 123 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
| 124 | <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
|
---|
| 125 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
| 126 | <Private>False</Private>
|
---|
| 127 | </ProjectReference>
|
---|
| 128 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
| 129 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
| 130 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
| 131 | <Private>False</Private>
|
---|
| 132 | </ProjectReference>
|
---|
[11136] | 133 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
| 134 | <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
|
---|
| 135 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
| 136 | </ProjectReference>
|
---|
[11186] | 137 | <ProjectReference Include="..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">
|
---|
| 138 | <Project>{DDFB14DD-2A85-493C-A52D-E69729BBAEB0}</Project>
|
---|
| 139 | <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>
|
---|
| 140 | </ProjectReference>
|
---|
| 141 | <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
|
---|
| 142 | <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
|
---|
| 143 | <Name>HeuristicLab.Operators-3.3</Name>
|
---|
| 144 | </ProjectReference>
|
---|
[11136] | 145 | <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
| 146 | <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
|
---|
| 147 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
| 148 | </ProjectReference>
|
---|
[11186] | 149 | <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
|
---|
| 150 | <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
|
---|
| 151 | <Name>HeuristicLab.Parameters-3.3</Name>
|
---|
| 152 | </ProjectReference>
|
---|
| 153 | <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
|
---|
| 154 | <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
|
---|
| 155 | <Name>HeuristicLab.Persistence-3.3</Name>
|
---|
| 156 | </ProjectReference>
|
---|
[11136] | 157 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
| 158 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 159 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
| 160 | </ProjectReference>
|
---|
[11189] | 161 | <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
|
---|
| 162 | <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
|
---|
| 163 | <Name>HeuristicLab.Problems.Instances-3.3</Name>
|
---|
| 164 | </ProjectReference>
|
---|
[11134] | 165 | <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
|
---|
| 166 | <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
|
---|
| 167 | <Name>HeuristicLab.Random-3.3</Name>
|
---|
| 168 | <Private>False</Private>
|
---|
| 169 | </ProjectReference>
|
---|
[11136] | 170 | <ProjectReference Include="..\..\HeuristicLab.Scripting\3.3\HeuristicLab.Scripting-3.3.csproj">
|
---|
| 171 | <Project>{21977CC3-1757-4B3B-87BD-FF817AAA900F}</Project>
|
---|
| 172 | <Name>HeuristicLab.Scripting-3.3</Name>
|
---|
| 173 | </ProjectReference>
|
---|
[11134] | 174 | </ItemGroup>
|
---|
[11190] | 175 | <ItemGroup />
|
---|
[11132] | 176 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 177 | <PropertyGroup>
|
---|
[13008] | 178 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
|
---|
| 179 | set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 180 | set ProjectDir=$(ProjectDir)
|
---|
| 181 | set SolutionDir=$(SolutionDir)
|
---|
| 182 | set Outdir=$(Outdir)
|
---|
[11132] | 183 |
|
---|
[13008] | 184 | call PreBuildEvent.cmd
|
---|
| 185 | </PreBuildEvent>
|
---|
| 186 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
| 187 | export ProjectDir=$(ProjectDir)
|
---|
| 188 | export SolutionDir=$(SolutionDir)
|
---|
| 189 |
|
---|
| 190 | $SolutionDir/PreBuildEvent.sh
|
---|
| 191 | </PreBuildEvent>
|
---|
[11132] | 192 | </PropertyGroup>
|
---|
| 193 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 194 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 195 | <Target Name="BeforeBuild">
|
---|
| 196 | </Target>
|
---|
| 197 | <Target Name="AfterBuild">
|
---|
| 198 | </Target>
|
---|
| 199 | -->
|
---|
| 200 | </Project> |
---|