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 @ 3338

Last change on this file since 3338 was 3338, checked in by gkronber, 14 years ago

Fixed bugs related to dynamic symbol constraints with ADFs. #290 (Implement ADFs)

File size: 4.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="Grammars.cs" />
44    <Compile Include="SubtreeCrossoverTest.cs">
45      <SubType>Code</SubType>
46    </Compile>
47    <Compile Include="Util.cs" />
48    <Compile Include="Properties\AssemblyInfo.cs" />
49    <Compile Include="ProbabilisticTreeCreaterTest.cs" />
50  </ItemGroup>
51  <ItemGroup>
52    <ProjectReference Include="..\..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
53      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
54      <Name>HeuristicLab.Core-3.3</Name>
55    </ProjectReference>
56    <ProjectReference Include="..\..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
57      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
58      <Name>HeuristicLab.Operators-3.3</Name>
59    </ProjectReference>
60    <ProjectReference Include="..\..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
61      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
62      <Name>HeuristicLab.Optimization-3.3</Name>
63    </ProjectReference>
64    <ProjectReference Include="..\..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
65      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
66      <Name>HeuristicLab.Persistence-3.3</Name>
67    </ProjectReference>
68    <ProjectReference Include="..\..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
69      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
70      <Name>HeuristicLab.PluginInfrastructure</Name>
71    </ProjectReference>
72    <ProjectReference Include="..\..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
73      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
74      <Name>HeuristicLab.Random-3.3</Name>
75    </ProjectReference>
76    <ProjectReference Include="..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">
77      <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project>
78      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name>
79    </ProjectReference>
80  </ItemGroup>
81  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
82  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
83       Other similar extension points exist, see Microsoft.Common.targets.
84  <Target Name="BeforeBuild">
85  </Target>
86  <Target Name="AfterBuild">
87  </Target>
88  -->
89</Project>
Note: See TracBrowser for help on using the repository browser.