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

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

Refactored HeuristicLab.Problems.DataAnalysis namespace. #938 (Data types and operators for regression problems)

File size: 6.8 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  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
34    <DebugSymbols>true</DebugSymbols>
35    <OutputPath>bin\x64\Debug\</OutputPath>
36    <DefineConstants>DEBUG;TRACE</DefineConstants>
37    <DebugType>full</DebugType>
38    <PlatformTarget>x64</PlatformTarget>
39    <ErrorReport>prompt</ErrorReport>
40  </PropertyGroup>
41  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
42    <OutputPath>bin\x64\Release\</OutputPath>
43    <DefineConstants>TRACE</DefineConstants>
44    <Optimize>true</Optimize>
45    <DebugType>pdbonly</DebugType>
46    <PlatformTarget>x64</PlatformTarget>
47    <ErrorReport>prompt</ErrorReport>
48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
50    <DebugSymbols>true</DebugSymbols>
51    <OutputPath>bin\x86\Debug\</OutputPath>
52    <DefineConstants>DEBUG;TRACE</DefineConstants>
53    <DebugType>full</DebugType>
54    <PlatformTarget>x86</PlatformTarget>
55    <ErrorReport>prompt</ErrorReport>
56  </PropertyGroup>
57  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
58    <OutputPath>bin\x86\Release\</OutputPath>
59    <DefineConstants>TRACE</DefineConstants>
60    <Optimize>true</Optimize>
61    <DebugType>pdbonly</DebugType>
62    <PlatformTarget>x86</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="ArgumentCreaterTest.cs" />
74    <Compile Include="ArgumentDeleterTest.cs" />
75    <Compile Include="ArgumentDuplicaterTest.cs" />
76    <Compile Include="AllArchitectureAlteringOperatorsTest.cs" />
77    <Compile Include="SubroutineDeleterTest.cs" />
78    <Compile Include="SubroutineDuplicaterTest.cs" />
79    <Compile Include="Grammars.cs" />
80    <Compile Include="SubroutineCreaterTest.cs">
81      <SubType>Code</SubType>
82    </Compile>
83    <Compile Include="SubtreeCrossoverTest.cs">
84      <SubType>Code</SubType>
85    </Compile>
86    <Compile Include="Util.cs" />
87    <Compile Include="Properties\AssemblyInfo.cs" />
88    <Compile Include="ProbabilisticTreeCreaterTest.cs" />
89  </ItemGroup>
90  <ItemGroup>
91    <ProjectReference Include="..\..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
92      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
93      <Name>HeuristicLab.Collections-3.3</Name>
94    </ProjectReference>
95    <ProjectReference Include="..\..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj">
96      <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project>
97      <Name>HeuristicLab.Common-3.2</Name>
98    </ProjectReference>
99    <ProjectReference Include="..\..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
100      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
101      <Name>HeuristicLab.Core-3.3</Name>
102    </ProjectReference>
103    <ProjectReference Include="..\..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
104      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
105      <Name>HeuristicLab.Data-3.3</Name>
106    </ProjectReference>
107    <ProjectReference Include="..\..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
108      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
109      <Name>HeuristicLab.Operators-3.3</Name>
110    </ProjectReference>
111    <ProjectReference Include="..\..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
112      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
113      <Name>HeuristicLab.Optimization-3.3</Name>
114    </ProjectReference>
115    <ProjectReference Include="..\..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
116      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
117      <Name>HeuristicLab.Persistence-3.3</Name>
118    </ProjectReference>
119    <ProjectReference Include="..\..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
120      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
121      <Name>HeuristicLab.PluginInfrastructure</Name>
122    </ProjectReference>
123    <ProjectReference Include="..\..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
124      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
125      <Name>HeuristicLab.Random-3.3</Name>
126    </ProjectReference>
127    <ProjectReference Include="..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">
128      <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project>
129      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name>
130    </ProjectReference>
131  </ItemGroup>
132  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
133  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
134       Other similar extension points exist, see Microsoft.Common.targets.
135  <Target Name="BeforeBuild">
136  </Target>
137  <Target Name="AfterBuild">
138  </Target>
139  -->
140</Project>
Note: See TracBrowser for help on using the repository browser.