Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OaaS/HeuristicLab.Services.Optimization.ControllerService.Tests/HeuristicLab.Services.Optimization.ControllerService.Tests.csproj @ 8817

Last change on this file since 8817 was 8817, checked in by fschoepp, 12 years ago

#1888:

  • Added a parser for independent scenarios (using the model of the optimization backend)
  • Optimization scenario sample can be found in mappings folder of the web project.
  • Added IScenarioMapper interface which provides functionality to map from the optimization data model to a backend model (e.g. Heuristic Lab data model)
  • Implementations of IScenarioMapper have to be provided as C# code (strings) which will be compiled by using a CSharpCodeProvider. Once compiled, the implementations of the IScenarioMapper are being cached within the platform for further usage.
  • Fixed a bug in web template DecimalMatrix (using i instead of j)
  • Added missing thumprint of localhost certificate to the optimization web project (ServiceConfiguration.Local.cscfg / ServiceConfiguration.Cloud.cscfg)
  • Test project now provides following test cases: Mapping types using IronPython and mapping types using Otis
File size: 11.5 KB
Line 
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)' == '' ">x86</Platform>
6    <ProductVersion>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{D6DD768C-707C-415A-B9F8-C1F7668F8560}</ProjectGuid>
9    <OutputType>Exe</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Services.Optimization.ControllerService.Tests</RootNamespace>
12    <AssemblyName>HeuristicLab.Services.Optimization.ControllerService.Tests</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
16    <FileAlignment>512</FileAlignment>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
19    <PlatformTarget>x86</PlatformTarget>
20    <DebugSymbols>true</DebugSymbols>
21    <DebugType>full</DebugType>
22    <Optimize>false</Optimize>
23    <OutputPath>bin\Debug\</OutputPath>
24    <DefineConstants>DEBUG;TRACE</DefineConstants>
25    <ErrorReport>prompt</ErrorReport>
26    <WarningLevel>4</WarningLevel>
27  </PropertyGroup>
28  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
29    <PlatformTarget>x86</PlatformTarget>
30    <DebugType>pdbonly</DebugType>
31    <Optimize>true</Optimize>
32    <OutputPath>bin\Release\</OutputPath>
33    <DefineConstants>TRACE</DefineConstants>
34    <ErrorReport>prompt</ErrorReport>
35    <WarningLevel>4</WarningLevel>
36  </PropertyGroup>
37  <ItemGroup>
38    <Reference Include="ALGLIB-3.5.0, Version=3.5.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
39      <SpecificVersion>False</SpecificVersion>
40      <HintPath>..\bin\ALGLIB-3.5.0.dll</HintPath>
41    </Reference>
42    <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
43      <SpecificVersion>False</SpecificVersion>
44      <HintPath>..\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
45    </Reference>
46    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
47      <SpecificVersion>False</SpecificVersion>
48      <HintPath>..\bin\HeuristicLab.Collections-3.3.dll</HintPath>
49    </Reference>
50    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
51      <SpecificVersion>False</SpecificVersion>
52      <HintPath>..\bin\HeuristicLab.Common-3.3.dll</HintPath>
53    </Reference>
54    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
55      <SpecificVersion>False</SpecificVersion>
56      <HintPath>..\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
57    </Reference>
58    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
59      <SpecificVersion>False</SpecificVersion>
60      <HintPath>..\bin\HeuristicLab.Core-3.3.dll</HintPath>
61    </Reference>
62    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
63      <SpecificVersion>False</SpecificVersion>
64      <HintPath>..\bin\HeuristicLab.Data-3.3.dll</HintPath>
65    </Reference>
66    <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
67      <SpecificVersion>False</SpecificVersion>
68      <HintPath>..\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
69    </Reference>
70    <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
71      <SpecificVersion>False</SpecificVersion>
72      <HintPath>..\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
73    </Reference>
74    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
75      <SpecificVersion>False</SpecificVersion>
76      <HintPath>..\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
77    </Reference>
78    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
79      <SpecificVersion>False</SpecificVersion>
80      <HintPath>..\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
81    </Reference>
82    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
83      <SpecificVersion>False</SpecificVersion>
84      <HintPath>..\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
85    </Reference>
86    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
87      <SpecificVersion>False</SpecificVersion>
88      <HintPath>..\bin\HeuristicLab.Operators-3.3.dll</HintPath>
89    </Reference>
90    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
91      <SpecificVersion>False</SpecificVersion>
92      <HintPath>..\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
93    </Reference>
94    <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
95      <SpecificVersion>False</SpecificVersion>
96      <HintPath>..\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
97    </Reference>
98    <Reference Include="HeuristicLab.ParallelEngine-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
99      <SpecificVersion>False</SpecificVersion>
100      <HintPath>..\bin\HeuristicLab.ParallelEngine-3.3.dll</HintPath>
101    </Reference>
102    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
103      <SpecificVersion>False</SpecificVersion>
104      <HintPath>..\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
105    </Reference>
106    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
107      <SpecificVersion>False</SpecificVersion>
108      <HintPath>..\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
109    </Reference>
110    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
111      <SpecificVersion>False</SpecificVersion>
112      <HintPath>..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
113    </Reference>
114    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
115      <SpecificVersion>False</SpecificVersion>
116      <HintPath>..\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
117    </Reference>
118    <Reference Include="HeuristicLab.Problems.TravelingSalesman-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
119      <SpecificVersion>False</SpecificVersion>
120      <HintPath>..\bin\HeuristicLab.Problems.TravelingSalesman-3.3.dll</HintPath>
121    </Reference>
122    <Reference Include="HeuristicLab.Problems.VehicleRouting-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
123      <SpecificVersion>False</SpecificVersion>
124      <HintPath>..\bin\HeuristicLab.Problems.VehicleRouting-3.3.dll</HintPath>
125    </Reference>
126    <Reference Include="HeuristicLab.Problems.VehicleRouting-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
127      <SpecificVersion>False</SpecificVersion>
128      <HintPath>..\bin\HeuristicLab.Problems.VehicleRouting-3.4.dll</HintPath>
129    </Reference>
130    <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
131      <SpecificVersion>False</SpecificVersion>
132      <HintPath>..\bin\HeuristicLab.Random-3.3.dll</HintPath>
133    </Reference>
134    <Reference Include="HeuristicLab.Tracing-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
135      <SpecificVersion>False</SpecificVersion>
136      <HintPath>..\bin\HeuristicLab.Tracing-3.3.dll</HintPath>
137    </Reference>
138    <Reference Include="IronPython">
139      <HintPath>..\ip\IronPython.dll</HintPath>
140    </Reference>
141    <Reference Include="IronPython.Modules">
142      <HintPath>..\ip\IronPython.Modules.dll</HintPath>
143    </Reference>
144    <Reference Include="Microsoft.Dynamic">
145      <HintPath>..\ip\Microsoft.Dynamic.dll</HintPath>
146    </Reference>
147    <Reference Include="Microsoft.Scripting">
148      <HintPath>..\ip\Microsoft.Scripting.dll</HintPath>
149    </Reference>
150    <Reference Include="Microsoft.Scripting.AspNet">
151      <HintPath>..\ip\Microsoft.Scripting.AspNet.dll</HintPath>
152    </Reference>
153    <Reference Include="Microsoft.Scripting.Metadata">
154      <HintPath>..\ip\Microsoft.Scripting.Metadata.dll</HintPath>
155    </Reference>
156    <Reference Include="Otis">
157      <HintPath>..\otis\build\bin\Debug\Otis.dll</HintPath>
158    </Reference>
159    <Reference Include="System" />
160    <Reference Include="System.Configuration" />
161    <Reference Include="System.Core" />
162    <Reference Include="System.Web.Extensions" />
163    <Reference Include="System.Xml.Linq" />
164    <Reference Include="System.Data.DataSetExtensions" />
165    <Reference Include="Microsoft.CSharp" />
166    <Reference Include="System.Data" />
167    <Reference Include="System.Xml" />
168  </ItemGroup>
169  <ItemGroup>
170    <Compile Include="Program.cs" />
171    <Compile Include="Properties\AssemblyInfo.cs" />
172  </ItemGroup>
173  <ItemGroup>
174    <ProjectReference Include="..\HeuristicLab.Services.Optimization.Controller\HeuristicLab.Services.Optimization.ControllerService.csproj">
175      <Project>{E0095F29-604B-4EE8-9EE8-8187DA3B24F1}</Project>
176      <Name>HeuristicLab.Services.Optimization.ControllerService</Name>
177    </ProjectReference>
178  </ItemGroup>
179  <ItemGroup>
180    <None Include="app.config">
181      <SubType>Designer</SubType>
182    </None>
183    <None Include="mappings\mapping.py" />
184    <None Include="mappings\scenario.xsd">
185      <SubType>Designer</SubType>
186    </None>
187  </ItemGroup>
188  <ItemGroup>
189    <Content Include="mappings\mapping.tsp.xml" />
190    <Content Include="mappings\tsp.xml" />
191  </ItemGroup>
192  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
193  <PropertyGroup>
194    <PostBuildEvent>mkdir $(TargetDir)\mappings
195copy $(ProjectDir)\mappings\* $(TargetDir)\mappings</PostBuildEvent>
196  </PropertyGroup>
197  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
198       Other similar extension points exist, see Microsoft.Common.targets.
199  <Target Name="BeforeBuild">
200  </Target>
201  <Target Name="AfterBuild">
202  </Target>
203  -->
204</Project>
Note: See TracBrowser for help on using the repository browser.