Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Permutation/3.3/Tests/HeuristicLab.Permutation-3.3.Tests.csproj @ 2857

Last change on this file since 2857 was 2857, checked in by swagner, 14 years ago

Operator architecture refactoring (#95)

  • worked on algorithms
File size: 6.0 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>{4D59BEC9-A69E-4686-B8C9-0E6C073B093E}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Permutation.Tests</RootNamespace>
11    <AssemblyName>HeuristicLab.Permutation-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="AbsolutePositionTopologicalCrossoverTest.cs" />
45    <Compile Include="Auxiliary.cs" />
46    <Compile Include="CosaCrossoverTest.cs" />
47    <Compile Include="CyclicCrossoverTest.cs" />
48    <Compile Include="EdgeRecombinationCrossoverTest.cs" />
49    <Compile Include="InsertionManipulatorTest.cs" />
50    <Compile Include="InversionManipulatorTest.cs" />
51    <Compile Include="MaximalPreservativeCrossoverTest.cs" />
52    <Compile Include="OrderBasedCrossoverTest.cs" />
53    <Compile Include="OrderCrossoverTest.cs" />
54    <Compile Include="PartiallyMatchedCrossoverTest.cs" />
55    <Compile Include="PositionBasedCrossoverTest.cs" />
56    <Compile Include="Properties\AssemblyInfo.cs" />
57    <Compile Include="Random.cs" />
58    <Compile Include="ScrambleManipulatorTest.cs" />
59    <Compile Include="Swap2ManipulatorTest.cs" />
60    <Compile Include="Swap3ManipulatorTest.cs" />
61    <Compile Include="TranslocationInversionManipulatorTest.cs" />
62    <Compile Include="TranslocationManipulatorTest.cs" />
63  </ItemGroup>
64  <ItemGroup>
65    <Content Include="AuthoringTests.txt" />
66  </ItemGroup>
67  <ItemGroup>
68    <ProjectReference Include="..\..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
69      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
70      <Name>HeuristicLab.Collections-3.3</Name>
71    </ProjectReference>
72    <ProjectReference Include="..\..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj">
73      <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project>
74      <Name>HeuristicLab.Common-3.2</Name>
75    </ProjectReference>
76    <ProjectReference Include="..\..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
77      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
78      <Name>HeuristicLab.Core-3.3</Name>
79    </ProjectReference>
80    <ProjectReference Include="..\..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
81      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
82      <Name>HeuristicLab.Data-3.3</Name>
83    </ProjectReference>
84    <ProjectReference Include="..\..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
85      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
86      <Name>HeuristicLab.Operators-3.3</Name>
87    </ProjectReference>
88    <ProjectReference Include="..\..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
89      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
90      <Name>HeuristicLab.Optimization-3.3</Name>
91    </ProjectReference>
92    <ProjectReference Include="..\..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
93      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
94      <Name>HeuristicLab.Parameters-3.3</Name>
95    </ProjectReference>
96    <ProjectReference Include="..\..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
97      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
98      <Name>HeuristicLab.Persistence-3.3</Name>
99    </ProjectReference>
100    <ProjectReference Include="..\..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
101      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
102      <Name>HeuristicLab.PluginInfrastructure</Name>
103    </ProjectReference>
104    <ProjectReference Include="..\HeuristicLab.Permutation-3.3.csproj">
105      <Project>{00282156-589D-424F-9CE4-A8038636C926}</Project>
106      <Name>HeuristicLab.Permutation-3.3</Name>
107    </ProjectReference>
108  </ItemGroup>
109  <ItemGroup>
110    <Shadow Include="Test References\HeuristicLab.Permutation-3.3.accessor" />
111  </ItemGroup>
112  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
113  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
114       Other similar extension points exist, see Microsoft.Common.targets.
115  <Target Name="BeforeBuild">
116  </Target>
117  <Target Name="AfterBuild">
118  </Target>
119  -->
120</Project>
Note: See TracBrowser for help on using the repository browser.