Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Scheduling/HeuristicLab.Encodings.ScheduleEncoding.Tests/HeuristicLab.Encodings.ScheduleEncoding-3.3.Tests.csproj @ 6475

Last change on this file since 6475 was 6475, checked in by jhelm, 13 years ago

#1329: Added DirectSchedule-Classes for optimization with the direct-schedule encoding.

File size: 6.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)' == '' ">AnyCPU</Platform>
6    <ProductVersion>
7    </ProductVersion>
8    <SchemaVersion>2.0</SchemaVersion>
9    <ProjectGuid>{E4B03572-6794-4AA9-9364-666973248191}</ProjectGuid>
10    <OutputType>Library</OutputType>
11    <AppDesignerFolder>Properties</AppDesignerFolder>
12    <RootNamespace>HeuristicLab.Encodings.ScheduleEncoding.Tests</RootNamespace>
13    <AssemblyName>HeuristicLab.Encodings.ScheduleEncoding-3.3.Tests</AssemblyName>
14    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
15    <FileAlignment>512</FileAlignment>
16    <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\Debug\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\Release\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34  </PropertyGroup>
35  <ItemGroup>
36    <Reference Include="Microsoft.CSharp" />
37    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
38    <Reference Include="System" />
39    <Reference Include="System.Core">
40      <RequiredTargetFramework>3.5</RequiredTargetFramework>
41    </Reference>
42    <Reference Include="System.Data" />
43    <Reference Include="System.Data.DataSetExtensions" />
44    <Reference Include="System.Drawing" />
45    <Reference Include="System.Xml" />
46    <Reference Include="System.Xml.Linq" />
47  </ItemGroup>
48  <ItemGroup>
49    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
50      <Visible>False</Visible>
51    </CodeAnalysisDependentAssemblyPaths>
52  </ItemGroup>
53  <ItemGroup>
54    <Compile Include="DirectScheduleGTCrossoverTest.cs" />
55    <Compile Include="JSMJOXCrossoverTest.cs" />
56    <Compile Include="JSMShiftChangeManipulatorTest.cs" />
57    <Compile Include="JSMSXXCrossoverTest.cs" />
58    <Compile Include="Properties\AssemblyInfo.cs" />
59    <Compile Include="PWRGOXCrossoverTest.cs" />
60    <Compile Include="PWRPPXCrossoverTest.cs" />
61    <Compile Include="TestRandom.cs" />
62    <Compile Include="TestUtils.cs" />
63  </ItemGroup>
64  <ItemGroup>
65    <ProjectReference Include="..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
66      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
67      <Name>HeuristicLab.Collections-3.3</Name>
68    </ProjectReference>
69    <ProjectReference Include="..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
70      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
71      <Name>HeuristicLab.Common.Resources-3.3</Name>
72    </ProjectReference>
73    <ProjectReference Include="..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
74      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
75      <Name>HeuristicLab.Common-3.3</Name>
76    </ProjectReference>
77    <ProjectReference Include="..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
78      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
79      <Name>HeuristicLab.Core-3.3</Name>
80    </ProjectReference>
81    <ProjectReference Include="..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
82      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
83      <Name>HeuristicLab.Data-3.3</Name>
84    </ProjectReference>
85    <ProjectReference Include="..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">
86      <Project>{DDFB14DD-2A85-493C-A52D-E69729BBAEB0}</Project>
87      <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>
88    </ProjectReference>
89    <ProjectReference Include="..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
90      <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>
91      <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
92    </ProjectReference>
93    <ProjectReference Include="..\HeuristicLab.Encodings.ScheduleEncoding\3.3\HeuristicLab.Encodings.ScheduleEncoding-3.3.csproj">
94      <Project>{17F3EF80-B2C3-4B8D-A4D5-BE9CE3BA2606}</Project>
95      <Name>HeuristicLab.Encodings.ScheduleEncoding-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  </ItemGroup>
118  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
119  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
120       Other similar extension points exist, see Microsoft.Common.targets.
121  <Target Name="BeforeBuild">
122  </Target>
123  <Target Name="AfterBuild">
124  </Target>
125  -->
126</Project>
Note: See TracBrowser for help on using the repository browser.