[6406] | 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>
|
---|
[7114] | 22 | <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[6406] | 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>
|
---|
[7114] | 36 | <Reference Include="HeuristicLab.Collections-3.3">
|
---|
| 37 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
| 38 | </Reference>
|
---|
| 39 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
| 40 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
| 41 | </Reference>
|
---|
| 42 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
| 43 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
| 44 | </Reference>
|
---|
| 45 | <Reference Include="HeuristicLab.Data-3.3">
|
---|
| 46 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
| 47 | </Reference>
|
---|
| 48 | <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3">
|
---|
| 49 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
|
---|
| 50 | </Reference>
|
---|
| 51 | <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
|
---|
| 52 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
|
---|
| 53 | </Reference>
|
---|
| 54 | <Reference Include="HeuristicLab.Operators-3.3">
|
---|
| 55 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
|
---|
| 56 | </Reference>
|
---|
| 57 | <Reference Include="HeuristicLab.Optimization-3.3">
|
---|
| 58 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
| 59 | </Reference>
|
---|
[6406] | 60 | <Reference Include="Microsoft.CSharp" />
|
---|
| 61 | <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
---|
| 62 | <Reference Include="System" />
|
---|
| 63 | <Reference Include="System.Core">
|
---|
| 64 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 65 | </Reference>
|
---|
| 66 | <Reference Include="System.Data" />
|
---|
| 67 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 68 | <Reference Include="System.Drawing" />
|
---|
| 69 | <Reference Include="System.Xml" />
|
---|
| 70 | <Reference Include="System.Xml.Linq" />
|
---|
| 71 | </ItemGroup>
|
---|
| 72 | <ItemGroup>
|
---|
| 73 | <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
|
---|
| 74 | <Visible>False</Visible>
|
---|
| 75 | </CodeAnalysisDependentAssemblyPaths>
|
---|
| 76 | </ItemGroup>
|
---|
| 77 | <ItemGroup>
|
---|
[6475] | 78 | <Compile Include="DirectScheduleGTCrossoverTest.cs" />
|
---|
[6406] | 79 | <Compile Include="JSMJOXCrossoverTest.cs" />
|
---|
| 80 | <Compile Include="JSMShiftChangeManipulatorTest.cs" />
|
---|
| 81 | <Compile Include="JSMSXXCrossoverTest.cs" />
|
---|
| 82 | <Compile Include="PWRGOXCrossoverTest.cs" />
|
---|
| 83 | <Compile Include="PWRPPXCrossoverTest.cs" />
|
---|
| 84 | <Compile Include="TestRandom.cs" />
|
---|
| 85 | <Compile Include="TestUtils.cs" />
|
---|
| 86 | </ItemGroup>
|
---|
| 87 | <ItemGroup>
|
---|
| 88 | <ProjectReference Include="..\HeuristicLab.Encodings.ScheduleEncoding\3.3\HeuristicLab.Encodings.ScheduleEncoding-3.3.csproj">
|
---|
| 89 | <Project>{17F3EF80-B2C3-4B8D-A4D5-BE9CE3BA2606}</Project>
|
---|
| 90 | <Name>HeuristicLab.Encodings.ScheduleEncoding-3.3</Name>
|
---|
| 91 | </ProjectReference>
|
---|
| 92 | </ItemGroup>
|
---|
[7114] | 93 | <ItemGroup>
|
---|
| 94 | <Folder Include="Properties\" />
|
---|
| 95 | </ItemGroup>
|
---|
[6406] | 96 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
| 97 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 98 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 99 | <Target Name="BeforeBuild">
|
---|
| 100 | </Target>
|
---|
| 101 | <Target Name="AfterBuild">
|
---|
| 102 | </Target>
|
---|
| 103 | -->
|
---|
| 104 | </Project> |
---|