Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 9556 was 9556, checked in by fschoepp, 11 years ago

#1888:

  • Added views for the billing component (Register users, Create orders and Activate Orders view)
  • Added a mockup for the billing back-end .
File size: 11.8 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.Benchmarks-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
43      <SpecificVersion>False</SpecificVersion>
44      <HintPath>..\bin\HeuristicLab.Algorithms.Benchmarks-3.3.dll</HintPath>
45    </Reference>
46    <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
47      <SpecificVersion>False</SpecificVersion>
48      <HintPath>..\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
49    </Reference>
50    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
51      <SpecificVersion>False</SpecificVersion>
52      <HintPath>..\bin\HeuristicLab.Collections-3.3.dll</HintPath>
53    </Reference>
54    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
55      <SpecificVersion>False</SpecificVersion>
56      <HintPath>..\bin\HeuristicLab.Common-3.3.dll</HintPath>
57    </Reference>
58    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
59      <SpecificVersion>False</SpecificVersion>
60      <HintPath>..\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
61    </Reference>
62    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
63      <SpecificVersion>False</SpecificVersion>
64      <HintPath>..\bin\HeuristicLab.Core-3.3.dll</HintPath>
65    </Reference>
66    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
67      <SpecificVersion>False</SpecificVersion>
68      <HintPath>..\bin\HeuristicLab.Data-3.3.dll</HintPath>
69    </Reference>
70    <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
71      <SpecificVersion>False</SpecificVersion>
72      <HintPath>..\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
73    </Reference>
74    <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
75      <SpecificVersion>False</SpecificVersion>
76      <HintPath>..\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
77    </Reference>
78    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
79      <SpecificVersion>False</SpecificVersion>
80      <HintPath>..\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
81    </Reference>
82    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
83      <SpecificVersion>False</SpecificVersion>
84      <HintPath>..\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
85    </Reference>
86    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
87      <SpecificVersion>False</SpecificVersion>
88      <HintPath>..\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
89    </Reference>
90    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
91      <SpecificVersion>False</SpecificVersion>
92      <HintPath>..\bin\HeuristicLab.Operators-3.3.dll</HintPath>
93    </Reference>
94    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
95      <SpecificVersion>False</SpecificVersion>
96      <HintPath>..\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
97    </Reference>
98    <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
99      <SpecificVersion>False</SpecificVersion>
100      <HintPath>..\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
101    </Reference>
102    <Reference Include="HeuristicLab.ParallelEngine-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
103      <SpecificVersion>False</SpecificVersion>
104      <HintPath>..\bin\HeuristicLab.ParallelEngine-3.3.dll</HintPath>
105    </Reference>
106    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
107      <SpecificVersion>False</SpecificVersion>
108      <HintPath>..\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
109    </Reference>
110    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
111      <SpecificVersion>False</SpecificVersion>
112      <HintPath>..\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
113    </Reference>
114    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
115      <SpecificVersion>False</SpecificVersion>
116      <HintPath>..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
117    </Reference>
118    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
119      <SpecificVersion>False</SpecificVersion>
120      <HintPath>..\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
121    </Reference>
122    <Reference Include="HeuristicLab.Problems.TravelingSalesman-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
123      <SpecificVersion>False</SpecificVersion>
124      <HintPath>..\bin\HeuristicLab.Problems.TravelingSalesman-3.3.dll</HintPath>
125    </Reference>
126    <Reference Include="HeuristicLab.Problems.VehicleRouting-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
127      <SpecificVersion>False</SpecificVersion>
128      <HintPath>..\bin\HeuristicLab.Problems.VehicleRouting-3.3.dll</HintPath>
129    </Reference>
130    <Reference Include="HeuristicLab.Problems.VehicleRouting-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
131      <SpecificVersion>False</SpecificVersion>
132      <HintPath>..\bin\HeuristicLab.Problems.VehicleRouting-3.4.dll</HintPath>
133    </Reference>
134    <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
135      <SpecificVersion>False</SpecificVersion>
136      <HintPath>..\bin\HeuristicLab.Random-3.3.dll</HintPath>
137    </Reference>
138    <Reference Include="HeuristicLab.Tracing-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
139      <SpecificVersion>False</SpecificVersion>
140      <HintPath>..\bin\HeuristicLab.Tracing-3.3.dll</HintPath>
141    </Reference>
142    <Reference Include="IronPython">
143      <HintPath>..\ip\IronPython.dll</HintPath>
144    </Reference>
145    <Reference Include="IronPython.Modules">
146      <HintPath>..\ip\IronPython.Modules.dll</HintPath>
147    </Reference>
148    <Reference Include="Microsoft.Dynamic">
149      <HintPath>..\ip\Microsoft.Dynamic.dll</HintPath>
150    </Reference>
151    <Reference Include="Microsoft.Scripting">
152      <HintPath>..\ip\Microsoft.Scripting.dll</HintPath>
153    </Reference>
154    <Reference Include="Microsoft.Scripting.AspNet">
155      <HintPath>..\ip\Microsoft.Scripting.AspNet.dll</HintPath>
156    </Reference>
157    <Reference Include="Microsoft.Scripting.Metadata">
158      <HintPath>..\ip\Microsoft.Scripting.Metadata.dll</HintPath>
159    </Reference>
160    <Reference Include="Otis">
161      <HintPath>..\otis\build\bin\Debug\Otis.dll</HintPath>
162    </Reference>
163    <Reference Include="System" />
164    <Reference Include="System.Configuration" />
165    <Reference Include="System.Core" />
166    <Reference Include="System.Web.Extensions" />
167    <Reference Include="System.Xml.Linq" />
168    <Reference Include="System.Data.DataSetExtensions" />
169    <Reference Include="Microsoft.CSharp" />
170    <Reference Include="System.Data" />
171    <Reference Include="System.Xml" />
172  </ItemGroup>
173  <ItemGroup>
174    <Compile Include="Program.cs" />
175    <Compile Include="Properties\AssemblyInfo.cs" />
176  </ItemGroup>
177  <ItemGroup>
178    <ProjectReference Include="..\HeuristicLab.Services.Optimization.Controller\HeuristicLab.Services.Optimization.ControllerService.csproj">
179      <Project>{E0095F29-604B-4EE8-9EE8-8187DA3B24F1}</Project>
180      <Name>HeuristicLab.Services.Optimization.ControllerService</Name>
181    </ProjectReference>
182  </ItemGroup>
183  <ItemGroup>
184    <None Include="mappings\app.config">
185      <SubType>Designer</SubType>
186    </None>
187    <None Include="mappings\mapping.py" />
188    <None Include="mappings\scenario.xsd">
189      <SubType>Designer</SubType>
190    </None>
191  </ItemGroup>
192  <ItemGroup>
193    <Content Include="mappings\mapping.tsp.xml" />
194    <Content Include="mappings\tsp.xml" />
195  </ItemGroup>
196  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
197  <PropertyGroup>
198    <PostBuildEvent>mkdir $(TargetDir)\mappings
199copy $(ProjectDir)\mappings\* $(TargetDir)\mappings</PostBuildEvent>
200  </PropertyGroup>
201  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
202       Other similar extension points exist, see Microsoft.Common.targets.
203  <Target Name="BeforeBuild">
204  </Target>
205  <Target Name="AfterBuild">
206  </Target>
207  -->
208</Project>
Note: See TracBrowser for help on using the repository browser.