Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.SGA/3.3/Tests/HeuristicLab.SGA-3.3.Tests.csproj @ 2830

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

Operator architecture refactoring (#95)

  • worked on operators and SGA
  • improved performance
File size: 6.6 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>{F42F3576-7233-4B28-90F7-36AE15F30F92}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.SGA.UnitTest</RootNamespace>
11    <AssemblyName>HeuristicLab.SGA-3.3.UnitTest</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  </ItemGroup>
40  <ItemGroup>
41    <Compile Include="Properties\AssemblyInfo.cs" />
42    <Compile Include="UnitTest.cs" />
43  </ItemGroup>
44  <ItemGroup>
45    <Content Include="AuthoringTests.txt" />
46  </ItemGroup>
47  <ItemGroup>
48    <ProjectReference Include="..\..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
49      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
50      <Name>HeuristicLab.Collections-3.3</Name>
51    </ProjectReference>
52    <ProjectReference Include="..\..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
53      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
54      <Name>HeuristicLab.Common.Resources-3.2</Name>
55    </ProjectReference>
56    <ProjectReference Include="..\..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj">
57      <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project>
58      <Name>HeuristicLab.Common-3.2</Name>
59    </ProjectReference>
60    <ProjectReference Include="..\..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
61      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
62      <Name>HeuristicLab.Core-3.3</Name>
63    </ProjectReference>
64    <ProjectReference Include="..\..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
65      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
66      <Name>HeuristicLab.Data-3.3</Name>
67    </ProjectReference>
68    <ProjectReference Include="..\..\..\HeuristicLab.Evolutionary\3.3\HeuristicLab.Evolutionary-3.3.csproj">
69      <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
70      <Name>HeuristicLab.Evolutionary-3.3</Name>
71    </ProjectReference>
72    <ProjectReference Include="..\..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
73      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
74      <Name>HeuristicLab.Operators-3.3</Name>
75    </ProjectReference>
76    <ProjectReference Include="..\..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
77      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
78      <Name>HeuristicLab.Parameters-3.3</Name>
79    </ProjectReference>
80    <ProjectReference Include="..\..\..\HeuristicLab.Permutation\3.3\HeuristicLab.Permutation-3.3.csproj">
81      <Project>{00282156-589D-424F-9CE4-A8038636C926}</Project>
82      <Name>HeuristicLab.Permutation-3.3</Name>
83    </ProjectReference>
84    <ProjectReference Include="..\..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
85      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
86      <Name>HeuristicLab.Persistence-3.3</Name>
87    </ProjectReference>
88    <ProjectReference Include="..\..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
89      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
90      <Name>HeuristicLab.PluginInfrastructure</Name>
91    </ProjectReference>
92    <ProjectReference Include="..\..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
93      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
94      <Name>HeuristicLab.Random-3.3</Name>
95    </ProjectReference>
96    <ProjectReference Include="..\..\..\HeuristicLab.Routing.TSP\3.3\HeuristicLab.Routing.TSP-3.3.csproj">
97      <Project>{600287A3-8714-453E-B875-A05F3EB72315}</Project>
98      <Name>HeuristicLab.Routing.TSP-3.3</Name>
99    </ProjectReference>
100    <ProjectReference Include="..\..\..\HeuristicLab.Selection\3.3\HeuristicLab.Selection-3.3.csproj">
101      <Project>{2C36CD4F-E5F5-43A4-801A-201EA895FE17}</Project>
102      <Name>HeuristicLab.Selection-3.3</Name>
103    </ProjectReference>
104    <ProjectReference Include="..\..\..\HeuristicLab.SequentialEngine\3.3\HeuristicLab.SequentialEngine-3.3.csproj">
105      <Project>{DC3D7072-7999-4719-B65D-3997744D5DC1}</Project>
106      <Name>HeuristicLab.SequentialEngine-3.3</Name>
107    </ProjectReference>
108    <ProjectReference Include="..\HeuristicLab.SGA-3.3.csproj">
109      <Project>{4C3305C4-E440-4EAD-B218-68D77AE51543}</Project>
110      <Name>HeuristicLab.SGA-3.3</Name>
111    </ProjectReference>
112    <ProjectReference Include="..\..\..\HeuristicLab.Tracing\3.2\HeuristicLab.Tracing-3.2.csproj">
113      <Project>{EE2034D9-6E27-48A1-B855-42D45F69A4FC}</Project>
114      <Name>HeuristicLab.Tracing-3.2</Name>
115    </ProjectReference>
116  </ItemGroup>
117  <ItemGroup>
118    <None Include="SGAEngine.hl">
119      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
120    </None>
121  </ItemGroup>
122  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
123  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
124       Other similar extension points exist, see Microsoft.Common.targets.
125  <Target Name="BeforeBuild">
126  </Target>
127  <Target Name="AfterBuild">
128  </Target>
129  -->
130</Project>
Note: See TracBrowser for help on using the repository browser.