Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Encodings.IntVector/3.3/Tests/HeuristicLab.Encodings.IntVector-3.3.Tests.csproj @ 3032

Last change on this file since 3032 was 3032, checked in by svonolfe, 14 years ago

Ported initial IntVector operators to HL 3.3 and added test cases (#913)

File size: 5.3 KB
Line 
1<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2  <PropertyGroup>
3    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5    <ProductVersion>9.0.30729</ProductVersion>
6    <SchemaVersion>2.0</SchemaVersion>
7    <ProjectGuid>{B622D391-FB36-4E3D-B5F6-AEDF237DE890}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Encodings.IntVector_33.Tests</RootNamespace>
11    <AssemblyName>HeuristicLab.Encodings.IntVector-3.3.Tests</AssemblyName>
12    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
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>
34    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
35    <Reference Include="System" />
36    <Reference Include="System.Core">
37      <RequiredTargetFramework>3.5</RequiredTargetFramework>
38    </Reference>
39    <Reference Include="System.Data" />
40    <Reference Include="System.Drawing" />
41    <Reference Include="System.Xml" />
42  </ItemGroup>
43  <ItemGroup>
44    <Compile Include="Auxiliary.cs" />
45    <Compile Include="DiscreteCrossoverTest.cs" />
46    <Compile Include="Properties\AssemblyInfo.cs" />
47    <Compile Include="SinglePointCrossoverTest.cs" />
48    <Compile Include="TestRandom.cs" />
49    <Compile Include="UniformOnePositionManipulatorTest.cs" />
50  </ItemGroup>
51  <ItemGroup>
52    <Content Include="AuthoringTests.txt" />
53  </ItemGroup>
54  <ItemGroup>
55    <ProjectReference Include="..\..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
56      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
57      <Name>HeuristicLab.Collections-3.3</Name>
58    </ProjectReference>
59    <ProjectReference Include="..\..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj">
60      <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project>
61      <Name>HeuristicLab.Common-3.2</Name>
62    </ProjectReference>
63    <ProjectReference Include="..\..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
64      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
65      <Name>HeuristicLab.Core-3.3</Name>
66    </ProjectReference>
67    <ProjectReference Include="..\..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
68      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
69      <Name>HeuristicLab.Data-3.3</Name>
70    </ProjectReference>
71    <ProjectReference Include="..\..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
72      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
73      <Name>HeuristicLab.Operators-3.3</Name>
74    </ProjectReference>
75    <ProjectReference Include="..\..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
76      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
77      <Name>HeuristicLab.Optimization-3.3</Name>
78    </ProjectReference>
79    <ProjectReference Include="..\..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
80      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
81      <Name>HeuristicLab.Parameters-3.3</Name>
82    </ProjectReference>
83    <ProjectReference Include="..\..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
84      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
85      <Name>HeuristicLab.Persistence-3.3</Name>
86    </ProjectReference>
87    <ProjectReference Include="..\..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
88      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
89      <Name>HeuristicLab.PluginInfrastructure</Name>
90    </ProjectReference>
91    <ProjectReference Include="..\HeuristicLab.Encodings.IntVector-3.3.csproj">
92      <Project>{5BF9C5B5-8DF3-414B-A4D6-0DD1EF456C8A}</Project>
93      <Name>HeuristicLab.Encodings.IntVector-3.3</Name>
94    </ProjectReference>
95  </ItemGroup>
96  <ItemGroup>
97    <Shadow Include="Test References\HeuristicLab.Encodings.IntVector-3.3.accessor" />
98  </ItemGroup>
99  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
100  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
101       Other similar extension points exist, see Microsoft.Common.targets.
102  <Target Name="BeforeBuild">
103  </Target>
104  <Target Name="AfterBuild">
105  </Target>
106  -->
107</Project>
Note: See TracBrowser for help on using the repository browser.