Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/Tests/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.Tests.csproj @ 3368

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

Adaptions according to the new IContent interface (#969).

File size: 5.5 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>{8824925E-3E00-4543-8293-7DDACE4737F8}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding_3._3.Tests</RootNamespace>
11    <AssemblyName>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-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  </ItemGroup>
40  <ItemGroup>
41    <Compile Include="ArgumentCreaterTest.cs" />
42    <Compile Include="ArgumentDeleterTest.cs" />
43    <Compile Include="ArgumentDuplicaterTest.cs" />
44    <Compile Include="AllArchitectureAlteringOperatorsTest.cs" />
45    <Compile Include="SubroutineDeleterTest.cs" />
46    <Compile Include="SubroutineDuplicaterTest.cs" />
47    <Compile Include="Grammars.cs" />
48    <Compile Include="SubroutineCreaterTest.cs">
49      <SubType>Code</SubType>
50    </Compile>
51    <Compile Include="SubtreeCrossoverTest.cs">
52      <SubType>Code</SubType>
53    </Compile>
54    <Compile Include="Util.cs" />
55    <Compile Include="Properties\AssemblyInfo.cs" />
56    <Compile Include="ProbabilisticTreeCreaterTest.cs" />
57  </ItemGroup>
58  <ItemGroup>
59    <ProjectReference Include="..\..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
60      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
61      <Name>HeuristicLab.Collections-3.3</Name>
62    </ProjectReference>
63    <ProjectReference Include="..\..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj">
64      <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project>
65      <Name>HeuristicLab.Common-3.2</Name>
66    </ProjectReference>
67    <ProjectReference Include="..\..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
68      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
69      <Name>HeuristicLab.Core-3.3</Name>
70    </ProjectReference>
71    <ProjectReference Include="..\..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
72      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
73      <Name>HeuristicLab.Data-3.3</Name>
74    </ProjectReference>
75    <ProjectReference Include="..\..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
76      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
77      <Name>HeuristicLab.Operators-3.3</Name>
78    </ProjectReference>
79    <ProjectReference Include="..\..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
80      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
81      <Name>HeuristicLab.Optimization-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.Random\3.3\HeuristicLab.Random-3.3.csproj">
92      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
93      <Name>HeuristicLab.Random-3.3</Name>
94    </ProjectReference>
95    <ProjectReference Include="..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">
96      <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project>
97      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name>
98    </ProjectReference>
99  </ItemGroup>
100  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
101  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
102       Other similar extension points exist, see Microsoft.Common.targets.
103  <Target Name="BeforeBuild">
104  </Target>
105  <Target Name="AfterBuild">
106  </Target>
107  -->
108</Project>
Note: See TracBrowser for help on using the repository browser.