Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 4486 was 4486, checked in by mkommend, 14 years ago

Reorganized unit tests for more plugins into own project (ticket #1202).

File size: 8.6 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>{66DABFD5-5BD2-4478-8DF9-C589F569F7A2}</ProjectGuid>
10    <OutputType>Library</OutputType>
11    <AppDesignerFolder>Properties</AppDesignerFolder>
12    <RootNamespace>HeuristicLab_3._3.Tests</RootNamespace>
13    <AssemblyName>HeuristicLab-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.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
37    <Reference Include="System" />
38    <Reference Include="System.Core">
39      <RequiredTargetFramework>3.5</RequiredTargetFramework>
40    </Reference>
41  </ItemGroup>
42  <ItemGroup>
43    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
44      <Visible>False</Visible>
45    </CodeAnalysisDependentAssemblyPaths>
46  </ItemGroup>
47  <ItemGroup>
48    <Compile Include="ContentViewTests.cs" />
49    <Compile Include="PluginLoader.cs" />
50    <Compile Include="Properties\AssemblyInfo.cs" />
51  </ItemGroup>
52  <ItemGroup>
53    <ProjectReference Include="..\..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
54      <Project>{76945D76-CA61-4147-9DC2-0ACDCDDF87F9}</Project>
55      <Name>HeuristicLab.Analysis.Views-3.3</Name>
56    </ProjectReference>
57    <ProjectReference Include="..\..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
58      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
59      <Name>HeuristicLab.Common-3.3</Name>
60    </ProjectReference>
61    <ProjectReference Include="..\..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
62      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
63      <Name>HeuristicLab.Core.Views-3.3</Name>
64    </ProjectReference>
65    <ProjectReference Include="..\..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
66      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
67      <Name>HeuristicLab.Data.Views-3.3</Name>
68    </ProjectReference>
69    <ProjectReference Include="..\..\..\HeuristicLab.Encodings.PermutationEncoding.Views\3.3\HeuristicLab.Encodings.PermutationEncoding.Views-3.3.csproj">
70      <Project>{3EAF1454-086D-44A2-8509-B1BA24DB1865}</Project>
71      <Name>HeuristicLab.Encodings.PermutationEncoding.Views-3.3</Name>
72    </ProjectReference>
73    <ProjectReference Include="..\..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3.csproj">
74      <Project>{6F42C5F8-16CD-43EE-8208-FD4573A69D85}</Project>
75      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3</Name>
76    </ProjectReference>
77    <ProjectReference Include="..\..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
78      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
79      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
80    </ProjectReference>
81    <ProjectReference Include="..\..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
82      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
83      <Name>HeuristicLab.MainForm-3.3</Name>
84    </ProjectReference>
85    <ProjectReference Include="..\..\..\HeuristicLab.Operators.Views.GraphVisualization\3.3\HeuristicLab.Operators.Views.GraphVisualization-3.3.csproj">
86      <Project>{57F38579-409D-4DD8-AB19-3F2C4A665126}</Project>
87      <Name>HeuristicLab.Operators.Views.GraphVisualization-3.3</Name>
88    </ProjectReference>
89    <ProjectReference Include="..\..\..\HeuristicLab.Operators.Views\3.3\HeuristicLab.Operators.Views-3.3.csproj">
90      <Project>{C49CB749-8B24-4628-8003-E86475749410}</Project>
91      <Name>HeuristicLab.Operators.Views-3.3</Name>
92    </ProjectReference>
93    <ProjectReference Include="..\..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
94      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
95      <Name>HeuristicLab.Optimization.Views-3.3</Name>
96    </ProjectReference>
97    <ProjectReference Include="..\..\..\HeuristicLab.Parameters.Views\3.3\HeuristicLab.Parameters.Views-3.3.csproj">
98      <Project>{AE5B1CE5-9862-4D6F-A700-D72CD9AEA295}</Project>
99      <Name>HeuristicLab.Parameters.Views-3.3</Name>
100    </ProjectReference>
101    <ProjectReference Include="..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
102      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
103      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
104    </ProjectReference>
105    <ProjectReference Include="..\..\..\HeuristicLab.Problems.ArtificialAnt.Views\3.3\HeuristicLab.Problems.ArtificialAnt.Views-3.3.csproj">
106      <Project>{30DD3DA2-CA57-49DD-A5BA-50CEF19DB45F}</Project>
107      <Name>HeuristicLab.Problems.ArtificialAnt.Views-3.3</Name>
108    </ProjectReference>
109    <ProjectReference Include="..\..\..\HeuristicLab.Problems.DataAnalysis.Views\3.3\HeuristicLab.Problems.DataAnalysis.Views-3.3.csproj">
110      <Project>{799B0B38-E384-4A17-A73C-F211EB854592}</Project>
111      <Name>HeuristicLab.Problems.DataAnalysis.Views-3.3</Name>
112    </ProjectReference>
113    <ProjectReference Include="..\..\..\HeuristicLab.Problems.ExternalEvaluation.Views\3.3\HeuristicLab.Problems.ExternalEvaluation.Views-3.3.csproj">
114      <Project>{3081630C-9521-47D7-8075-1777C12F212C}</Project>
115      <Name>HeuristicLab.Problems.ExternalEvaluation.Views-3.3</Name>
116    </ProjectReference>
117    <ProjectReference Include="..\..\..\HeuristicLab.Problems.Knapsack.Views\3.3\HeuristicLab.Problems.Knapsack.Views-3.3.csproj">
118      <Project>{A9EE65D9-405B-4C9C-B470-FC911AAC541B}</Project>
119      <Name>HeuristicLab.Problems.Knapsack.Views-3.3</Name>
120    </ProjectReference>
121    <ProjectReference Include="..\..\..\HeuristicLab.Problems.OneMax.Views\3.3\HeuristicLab.Problems.OneMax.Views-3.3.csproj">
122      <Project>{4FE983A1-AAF8-4977-B9E2-52B3224510CB}</Project>
123      <Name>HeuristicLab.Problems.OneMax.Views-3.3</Name>
124    </ProjectReference>
125    <ProjectReference Include="..\..\..\HeuristicLab.Problems.TestFunctions.Views\3.3\HeuristicLab.Problems.TestFunctions.Views-3.3.csproj">
126      <Project>{6AE0E1F5-D3FF-43A3-90E1-2435E7493FB5}</Project>
127      <Name>HeuristicLab.Problems.TestFunctions.Views-3.3</Name>
128    </ProjectReference>
129    <ProjectReference Include="..\..\..\HeuristicLab.Problems.TravelingSalesman.Views\3.3\HeuristicLab.Problems.TravelingSalesman.Views-3.3.csproj">
130      <Project>{CDA28124-ACD0-4231-8EB0-C510B361F84E}</Project>
131      <Name>HeuristicLab.Problems.TravelingSalesman.Views-3.3</Name>
132    </ProjectReference>
133    <ProjectReference Include="..\..\..\HeuristicLab.Problems.VehicleRouting.Views\3.3\HeuristicLab.Problems.VehicleRouting.Views-3.3.csproj">
134      <Project>{D1386FE7-682D-4E18-8C4F-CFD423FA5DD0}</Project>
135      <Name>HeuristicLab.Problems.VehicleRouting.Views-3.3</Name>
136    </ProjectReference>
137  </ItemGroup>
138  <ItemGroup>
139    <Shadow Include="Test References\HeuristicLab.MainForm.WindowsForms-3.3.accessor" />
140  </ItemGroup>
141  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
142  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
143       Other similar extension points exist, see Microsoft.Common.targets.
144  <Target Name="BeforeBuild">
145  </Target>
146  <Target Name="AfterBuild">
147  </Target>
148  -->
149</Project>
Note: See TracBrowser for help on using the repository browser.