Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/Tests/HeuristicLab.Algorithms.GeneticAlgorithm-3.3.Tests.csproj @ 3705

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

incremented version of CodeEditor to 3.3 (ticket #1002)

File size: 8.7 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>{DE12659F-87C4-48E6-B2E3-4E73DD95A540}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Algorithms.GeneticAlgorithm_33.Tests</RootNamespace>
11    <AssemblyName>HeuristicLab.Algorithms.GeneticAlgorithm-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  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
34    <DebugSymbols>true</DebugSymbols>
35    <OutputPath>bin\x86\Debug\</OutputPath>
36    <DefineConstants>DEBUG;TRACE</DefineConstants>
37    <DebugType>full</DebugType>
38    <PlatformTarget>x86</PlatformTarget>
39    <ErrorReport>prompt</ErrorReport>
40  </PropertyGroup>
41  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
42    <OutputPath>bin\x86\Release\</OutputPath>
43    <DefineConstants>TRACE</DefineConstants>
44    <Optimize>true</Optimize>
45    <DebugType>pdbonly</DebugType>
46    <PlatformTarget>x86</PlatformTarget>
47    <ErrorReport>prompt</ErrorReport>
48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
50    <DebugSymbols>true</DebugSymbols>
51    <OutputPath>bin\x64\Debug\</OutputPath>
52    <DefineConstants>DEBUG;TRACE</DefineConstants>
53    <DebugType>full</DebugType>
54    <PlatformTarget>x64</PlatformTarget>
55    <ErrorReport>prompt</ErrorReport>
56  </PropertyGroup>
57  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
58    <OutputPath>bin\x64\Release\</OutputPath>
59    <DefineConstants>TRACE</DefineConstants>
60    <Optimize>true</Optimize>
61    <DebugType>pdbonly</DebugType>
62    <PlatformTarget>x64</PlatformTarget>
63    <ErrorReport>prompt</ErrorReport>
64  </PropertyGroup>
65  <ItemGroup>
66    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
67    <Reference Include="System" />
68    <Reference Include="System.Core">
69      <RequiredTargetFramework>3.5</RequiredTargetFramework>
70    </Reference>
71  </ItemGroup>
72  <ItemGroup>
73    <Compile Include="Properties\AssemblyInfo.cs" />
74    <Compile Include="UnitTest.cs" />
75  </ItemGroup>
76  <ItemGroup>
77    <Content Include="AuthoringTests.txt" />
78  </ItemGroup>
79  <ItemGroup>
80    <ProjectReference Include="..\..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
81      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
82      <Name>HeuristicLab.Analysis-3.3</Name>
83    </ProjectReference>
84    <ProjectReference Include="..\..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
85      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
86      <Name>HeuristicLab.Collections-3.3</Name>
87    </ProjectReference>
88    <ProjectReference Include="..\..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
89      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
90      <Name>HeuristicLab.Common.Resources-3.3</Name>
91    </ProjectReference>
92    <ProjectReference Include="..\..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
93      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
94      <Name>HeuristicLab.Common-3.3</Name>
95    </ProjectReference>
96    <ProjectReference Include="..\..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
97      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
98      <Name>HeuristicLab.Core-3.3</Name>
99    </ProjectReference>
100    <ProjectReference Include="..\..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
101      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
102      <Name>HeuristicLab.Data-3.3</Name>
103    </ProjectReference>
104    <ProjectReference Include="..\..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
105      <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>
106      <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
107    </ProjectReference>
108    <ProjectReference Include="..\..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
109      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
110      <Name>HeuristicLab.Operators-3.3</Name>
111    </ProjectReference>
112    <ProjectReference Include="..\..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">
113      <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
114      <Name>HeuristicLab.Optimization.Operators-3.3</Name>
115    </ProjectReference>
116    <ProjectReference Include="..\..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
117      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
118      <Name>HeuristicLab.Optimization-3.3</Name>
119    </ProjectReference>
120    <ProjectReference Include="..\..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
121      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
122      <Name>HeuristicLab.Parameters-3.3</Name>
123    </ProjectReference>
124    <ProjectReference Include="..\..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
125      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
126      <Name>HeuristicLab.Persistence-3.3</Name>
127    </ProjectReference>
128    <ProjectReference Include="..\..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
129      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
130      <Name>HeuristicLab.PluginInfrastructure</Name>
131    </ProjectReference>
132    <ProjectReference Include="..\..\..\HeuristicLab.Problems.TravelingSalesman\3.3\HeuristicLab.Problems.TravelingSalesman-3.3.csproj">
133      <Project>{D767C38D-8014-46B0-9A32-03A3AECCE34A}</Project>
134      <Name>HeuristicLab.Problems.TravelingSalesman-3.3</Name>
135    </ProjectReference>
136    <ProjectReference Include="..\..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
137      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
138      <Name>HeuristicLab.Random-3.3</Name>
139    </ProjectReference>
140    <ProjectReference Include="..\..\..\HeuristicLab.Selection\3.3\HeuristicLab.Selection-3.3.csproj">
141      <Project>{2C36CD4F-E5F5-43A4-801A-201EA895FE17}</Project>
142      <Name>HeuristicLab.Selection-3.3</Name>
143    </ProjectReference>
144    <ProjectReference Include="..\..\..\HeuristicLab.SequentialEngine\3.3\HeuristicLab.SequentialEngine-3.3.csproj">
145      <Project>{DC3D7072-7999-4719-B65D-3997744D5DC1}</Project>
146      <Name>HeuristicLab.SequentialEngine-3.3</Name>
147    </ProjectReference>
148    <ProjectReference Include="..\..\..\HeuristicLab.Tracing\3.3\HeuristicLab.Tracing-3.3.csproj">
149      <Project>{EE2034D9-6E27-48A1-B855-42D45F69A4FC}</Project>
150      <Name>HeuristicLab.Tracing-3.3</Name>
151    </ProjectReference>
152    <ProjectReference Include="..\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.csproj">
153      <Project>{A51DA44F-CB35-4F6F-99F5-2A2E904AB93B}</Project>
154      <Name>HeuristicLab.Algorithms.GeneticAlgorithm-3.3</Name>
155    </ProjectReference>
156  </ItemGroup>
157  <ItemGroup>
158    <None Include="GA_TSP.hl">
159      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
160    </None>
161  </ItemGroup>
162  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
163  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
164       Other similar extension points exist, see Microsoft.Common.targets.
165  <Target Name="BeforeBuild">
166  </Target>
167  <Target Name="AfterBuild">
168  </Target>
169  -->
170</Project>
Note: See TracBrowser for help on using the repository browser.