[8384] | 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>8.0.30703</ProductVersion>
|
---|
| 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{E0095F29-604B-4EE8-9EE8-8187DA3B24F1}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Services.Optimization.ControllerService</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Services.Optimization.ControllerService</AssemblyName>
|
---|
| 13 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
| 14 | <FileAlignment>512</FileAlignment>
|
---|
| 15 | </PropertyGroup>
|
---|
| 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 17 | <DebugSymbols>true</DebugSymbols>
|
---|
| 18 | <DebugType>full</DebugType>
|
---|
| 19 | <Optimize>false</Optimize>
|
---|
| 20 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 21 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 22 | <ErrorReport>prompt</ErrorReport>
|
---|
| 23 | <WarningLevel>4</WarningLevel>
|
---|
| 24 | </PropertyGroup>
|
---|
| 25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 26 | <DebugType>pdbonly</DebugType>
|
---|
| 27 | <Optimize>true</Optimize>
|
---|
| 28 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 29 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 30 | <ErrorReport>prompt</ErrorReport>
|
---|
| 31 | <WarningLevel>4</WarningLevel>
|
---|
| 32 | </PropertyGroup>
|
---|
| 33 | <ItemGroup>
|
---|
[8506] | 34 | <Reference Include="ALGLIB-3.5.0, Version=3.5.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 35 | <SpecificVersion>False</SpecificVersion>
|
---|
| 36 | <HintPath>..\bin\ALGLIB-3.5.0.dll</HintPath>
|
---|
| 37 | </Reference>
|
---|
[9166] | 38 | <Reference Include="HeuristicLab.ALGLIB-3.5.0">
|
---|
| 39 | <HintPath>..\bin\HeuristicLab.ALGLIB-3.5.0.dll</HintPath>
|
---|
| 40 | </Reference>
|
---|
| 41 | <Reference Include="HeuristicLab.Algorithms.Benchmarks-3.3">
|
---|
| 42 | <HintPath>..\bin\HeuristicLab.Algorithms.Benchmarks-3.3.dll</HintPath>
|
---|
| 43 | </Reference>
|
---|
[8506] | 44 | <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3">
|
---|
| 45 | <HintPath>..\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
|
---|
| 46 | </Reference>
|
---|
[9062] | 47 | <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 48 | <SpecificVersion>False</SpecificVersion>
|
---|
| 49 | <HintPath>..\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
|
---|
| 50 | </Reference>
|
---|
[8506] | 51 | <Reference Include="HeuristicLab.Clients.Hive-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 52 | <SpecificVersion>False</SpecificVersion>
|
---|
| 53 | <HintPath>..\bin\HeuristicLab.Clients.Hive-3.3.dll</HintPath>
|
---|
| 54 | </Reference>
|
---|
| 55 | <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 56 | <SpecificVersion>False</SpecificVersion>
|
---|
| 57 | <HintPath>..\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
| 58 | </Reference>
|
---|
| 59 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
| 60 | <HintPath>..\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
| 61 | </Reference>
|
---|
| 62 | <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 63 | <SpecificVersion>False</SpecificVersion>
|
---|
| 64 | <HintPath>..\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
|
---|
| 65 | </Reference>
|
---|
| 66 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
| 67 | <HintPath>..\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
| 68 | </Reference>
|
---|
| 69 | <Reference Include="HeuristicLab.Data-3.3">
|
---|
| 70 | <HintPath>..\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
| 71 | </Reference>
|
---|
| 72 | <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3">
|
---|
| 73 | <HintPath>..\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
|
---|
| 74 | </Reference>
|
---|
| 75 | <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3">
|
---|
| 76 | <HintPath>..\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
|
---|
| 77 | </Reference>
|
---|
| 78 | <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
|
---|
| 79 | <HintPath>..\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
|
---|
| 80 | </Reference>
|
---|
| 81 | <Reference Include="HeuristicLab.Encodings.PermutationEncoding.Views-3.3">
|
---|
| 82 | <HintPath>..\bin\HeuristicLab.Encodings.PermutationEncoding.Views-3.3.dll</HintPath>
|
---|
| 83 | </Reference>
|
---|
| 84 | <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
|
---|
| 85 | <HintPath>..\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
|
---|
| 86 | </Reference>
|
---|
| 87 | <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
|
---|
| 88 | <HintPath>..\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
|
---|
| 89 | </Reference>
|
---|
| 90 | <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4">
|
---|
| 91 | <HintPath>..\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.dll</HintPath>
|
---|
| 92 | </Reference>
|
---|
| 93 | <Reference Include="HeuristicLab.Hive-3.3">
|
---|
| 94 | <HintPath>..\bin\HeuristicLab.Hive-3.3.dll</HintPath>
|
---|
| 95 | </Reference>
|
---|
| 96 | <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 97 | <SpecificVersion>False</SpecificVersion>
|
---|
| 98 | <HintPath>..\bin\HeuristicLab.Operators-3.3.dll</HintPath>
|
---|
| 99 | </Reference>
|
---|
[9166] | 100 | <Reference Include="HeuristicLab.Operators.Views.GraphVisualization-3.3">
|
---|
| 101 | <HintPath>..\bin\HeuristicLab.Operators.Views.GraphVisualization-3.3.dll</HintPath>
|
---|
| 102 | </Reference>
|
---|
[8506] | 103 | <Reference Include="HeuristicLab.Optimization-3.3">
|
---|
| 104 | <HintPath>..\HeuristicLab.Optimization\3.3\obj\Debug\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
| 105 | </Reference>
|
---|
| 106 | <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 107 | <SpecificVersion>False</SpecificVersion>
|
---|
| 108 | <HintPath>..\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
|
---|
| 109 | </Reference>
|
---|
[8545] | 110 | <Reference Include="HeuristicLab.ParallelEngine-3.3">
|
---|
| 111 | <HintPath>..\bin\HeuristicLab.ParallelEngine-3.3.dll</HintPath>
|
---|
| 112 | </Reference>
|
---|
[8506] | 113 | <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 114 | <SpecificVersion>False</SpecificVersion>
|
---|
| 115 | <HintPath>..\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
| 116 | </Reference>
|
---|
| 117 | <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 118 | <SpecificVersion>False</SpecificVersion>
|
---|
| 119 | <HintPath>..\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
| 120 | </Reference>
|
---|
| 121 | <Reference Include="HeuristicLab.Problems.Instances-3.3">
|
---|
| 122 | <HintPath>..\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
|
---|
| 123 | </Reference>
|
---|
| 124 | <Reference Include="HeuristicLab.Problems.TravelingSalesman-3.3">
|
---|
| 125 | <HintPath>..\bin\HeuristicLab.Problems.TravelingSalesman-3.3.dll</HintPath>
|
---|
| 126 | </Reference>
|
---|
[8545] | 127 | <Reference Include="HeuristicLab.Problems.VehicleRouting-3.3">
|
---|
| 128 | <HintPath>..\bin\HeuristicLab.Problems.VehicleRouting-3.3.dll</HintPath>
|
---|
| 129 | </Reference>
|
---|
| 130 | <Reference Include="HeuristicLab.Problems.VehicleRouting-3.4">
|
---|
| 131 | <HintPath>..\bin\HeuristicLab.Problems.VehicleRouting-3.4.dll</HintPath>
|
---|
| 132 | </Reference>
|
---|
[8506] | 133 | <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 134 | <SpecificVersion>False</SpecificVersion>
|
---|
| 135 | <HintPath>..\bin\HeuristicLab.Random-3.3.dll</HintPath>
|
---|
| 136 | </Reference>
|
---|
| 137 | <Reference Include="HeuristicLab.Selection-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 138 | <SpecificVersion>False</SpecificVersion>
|
---|
| 139 | <HintPath>..\bin\HeuristicLab.Selection-3.3.dll</HintPath>
|
---|
| 140 | </Reference>
|
---|
[9166] | 141 | <Reference Include="HeuristicLab.SequentialEngine-3.3">
|
---|
| 142 | <HintPath>..\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
|
---|
| 143 | </Reference>
|
---|
[8506] | 144 | <Reference Include="HeuristicLab.Tracing-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 145 | <SpecificVersion>False</SpecificVersion>
|
---|
| 146 | <HintPath>..\bin\HeuristicLab.Tracing-3.3.dll</HintPath>
|
---|
| 147 | </Reference>
|
---|
[8958] | 148 | <Reference Include="Microsoft.WindowsAzure.CloudDrive, Version=1.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
|
---|
| 149 | <Reference Include="Microsoft.WindowsAzure.Configuration, Version=1.7.0.0, Culture=neutral, processorArchitecture=MSIL" />
|
---|
| 150 | <Reference Include="Microsoft.WindowsAzure.Diagnostics, Version=1.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
|
---|
| 151 | <Reference Include="Microsoft.WindowsAzure.ServiceRuntime, Version=1.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
|
---|
| 152 | <Reference Include="Microsoft.WindowsAzure.StorageClient, Version=1.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
|
---|
[9215] | 153 | <Reference Include="Newtonsoft.Json">
|
---|
| 154 | <HintPath>..\packages\Newtonsoft.Json.4.5.11\lib\net40\Newtonsoft.Json.dll</HintPath>
|
---|
| 155 | </Reference>
|
---|
[8384] | 156 | <Reference Include="System" />
|
---|
[8817] | 157 | <Reference Include="System.configuration" />
|
---|
[8384] | 158 | <Reference Include="System.Core" />
|
---|
[8958] | 159 | <Reference Include="System.Data.Services.Client" />
|
---|
[8384] | 160 | <Reference Include="System.Runtime.Serialization" />
|
---|
| 161 | <Reference Include="System.ServiceModel" />
|
---|
| 162 | <Reference Include="System.Xml.Linq" />
|
---|
| 163 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 164 | <Reference Include="Microsoft.CSharp" />
|
---|
| 165 | <Reference Include="System.Data" />
|
---|
| 166 | <Reference Include="System.Xml" />
|
---|
| 167 | </ItemGroup>
|
---|
| 168 | <ItemGroup>
|
---|
[8958] | 169 | <Compile Include="Azure\DAL.cs" />
|
---|
[9227] | 170 | <Compile Include="General\AlgorithmHelper.cs" />
|
---|
[9166] | 171 | <Compile Include="General\Configuration.cs" />
|
---|
[8958] | 172 | <Compile Include="HL\HiveMapper.cs" />
|
---|
| 173 | <Compile Include="HL\HiveScenarioManager.cs" />
|
---|
| 174 | <Compile Include="HL\HLMapper.cs" />
|
---|
[8384] | 175 | <Compile Include="Interfaces\IControllerService.cs" />
|
---|
[8958] | 176 | <Compile Include="Interfaces\DAL.cs" />
|
---|
[8506] | 177 | <Compile Include="Interfaces\IScenarioManager.cs" />
|
---|
[9062] | 178 | <Compile Include="Interfaces\Model\ControllerModel.cs" />
|
---|
[9508] | 179 | <Compile Include="Logging\TableStorageTraceListener.cs" />
|
---|
[9166] | 180 | <Compile Include="Mockup\MockupDAL.cs" />
|
---|
| 181 | <Compile Include="Mockup\MockupScenarioManager.cs" />
|
---|
[9350] | 182 | <Compile Include="Parameters\HL\HLParameterHandler.cs" />
|
---|
| 183 | <Compile Include="Parameters\HL\PathTSPParameterHandler.cs" />
|
---|
| 184 | <Compile Include="Parameters\HL\PermutationTypeHandler.cs" />
|
---|
| 185 | <Compile Include="Parameters\ParameterHandler.cs" />
|
---|
[9215] | 186 | <Compile Include="Parsers\AlgorithmConverter.cs" />
|
---|
[8384] | 187 | <Compile Include="PlaceholderControllerService.cs" />
|
---|
| 188 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[9215] | 189 | <Compile Include="Parsers\ScenarioParser.cs" />
|
---|
[8506] | 190 | <Compile Include="Utility.cs" />
|
---|
[8384] | 191 | </ItemGroup>
|
---|
[8506] | 192 | <ItemGroup>
|
---|
| 193 | <WCFMetadata Include="Service References\" />
|
---|
| 194 | </ItemGroup>
|
---|
[9062] | 195 | <ItemGroup>
|
---|
[9305] | 196 | <None Include="packages.config">
|
---|
| 197 | <SubType>Designer</SubType>
|
---|
| 198 | </None>
|
---|
[9062] | 199 | </ItemGroup>
|
---|
[8384] | 200 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
[8817] | 201 | <PropertyGroup>
|
---|
| 202 | <PreBuildEvent>
|
---|
| 203 | </PreBuildEvent>
|
---|
| 204 | </PropertyGroup>
|
---|
[8384] | 205 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 206 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 207 | <Target Name="BeforeBuild">
|
---|
| 208 | </Target>
|
---|
| 209 | <Target Name="AfterBuild">
|
---|
| 210 | </Target>
|
---|
| 211 | -->
|
---|
| 212 | </Project> |
---|