Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Trunk/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Tests/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.Tests.csproj @ 6829

Last change on this file since 6829 was 6829, checked in by mkommend, 13 years ago

#1653: Renamed branch and set common build directory.

File size: 9.4 KB
RevLine 
[4065]1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
[3294]3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
[5477]8    <ProjectGuid>{BDC657BB-A358-477B-B41F-3DAA66A35203}</ProjectGuid>
[3294]9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
[5549]11    <RootNamespace>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding_3._4.Tests</RootNamespace>
[5477]12    <AssemblyName>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.Tests</AssemblyName>
[4065]13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
[3294]14    <FileAlignment>512</FileAlignment>
15    <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
[4065]16    <FileUpgradeFlags>
17    </FileUpgradeFlags>
18    <OldToolsVersion>3.5</OldToolsVersion>
19    <UpgradeBackupLocation />
20    <PublishUrl>publish\</PublishUrl>
21    <Install>true</Install>
22    <InstallFrom>Disk</InstallFrom>
23    <UpdateEnabled>false</UpdateEnabled>
24    <UpdateMode>Foreground</UpdateMode>
25    <UpdateInterval>7</UpdateInterval>
26    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
27    <UpdatePeriodically>false</UpdatePeriodically>
28    <UpdateRequired>false</UpdateRequired>
29    <MapFileExtensions>true</MapFileExtensions>
30    <ApplicationRevision>0</ApplicationRevision>
31    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
32    <IsWebBootstrapper>false</IsWebBootstrapper>
33    <UseApplicationTrust>false</UseApplicationTrust>
34    <BootstrapperEnabled>true</BootstrapperEnabled>
[3294]35  </PropertyGroup>
36  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
37    <DebugSymbols>true</DebugSymbols>
38    <DebugType>full</DebugType>
39    <Optimize>false</Optimize>
[6829]40    <OutputPath>$(SolutionDir)\bin\Debug\</OutputPath>
[3294]41    <DefineConstants>DEBUG;TRACE</DefineConstants>
42    <ErrorReport>prompt</ErrorReport>
43    <WarningLevel>4</WarningLevel>
[4065]44    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3294]45  </PropertyGroup>
46  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
47    <DebugType>pdbonly</DebugType>
48    <Optimize>true</Optimize>
[6829]49    <OutputPath>$(SolutionDir)\bin\Release\</OutputPath>
[3294]50    <DefineConstants>TRACE</DefineConstants>
51    <ErrorReport>prompt</ErrorReport>
52    <WarningLevel>4</WarningLevel>
[4065]53    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3294]54  </PropertyGroup>
[3373]55  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
56    <DebugSymbols>true</DebugSymbols>
[6829]57    <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath>
[3373]58    <DefineConstants>DEBUG;TRACE</DefineConstants>
59    <DebugType>full</DebugType>
60    <PlatformTarget>x64</PlatformTarget>
61    <ErrorReport>prompt</ErrorReport>
[4065]62    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3373]63  </PropertyGroup>
64  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
[6829]65    <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath>
[3373]66    <DefineConstants>TRACE</DefineConstants>
67    <Optimize>true</Optimize>
68    <DebugType>pdbonly</DebugType>
69    <PlatformTarget>x64</PlatformTarget>
70    <ErrorReport>prompt</ErrorReport>
[4065]71    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3373]72  </PropertyGroup>
73  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
74    <DebugSymbols>true</DebugSymbols>
[6829]75    <OutputPath>$(SolutionDir)\bin\x86\Debug\</OutputPath>
[3373]76    <DefineConstants>DEBUG;TRACE</DefineConstants>
77    <DebugType>full</DebugType>
78    <PlatformTarget>x86</PlatformTarget>
79    <ErrorReport>prompt</ErrorReport>
[4065]80    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3373]81  </PropertyGroup>
82  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
[6829]83    <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath>
[3373]84    <DefineConstants>TRACE</DefineConstants>
85    <Optimize>true</Optimize>
86    <DebugType>pdbonly</DebugType>
87    <PlatformTarget>x86</PlatformTarget>
88    <ErrorReport>prompt</ErrorReport>
[4065]89    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3373]90  </PropertyGroup>
[3294]91  <ItemGroup>
[4065]92    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
[3294]93    <Reference Include="System" />
94    <Reference Include="System.Core">
95      <RequiredTargetFramework>3.5</RequiredTargetFramework>
96    </Reference>
97  </ItemGroup>
98  <ItemGroup>
[3338]99    <Compile Include="ArgumentCreaterTest.cs" />
100    <Compile Include="ArgumentDeleterTest.cs" />
[3360]101    <Compile Include="ArgumentDuplicaterTest.cs" />
102    <Compile Include="AllArchitectureAlteringOperatorsTest.cs" />
[4189]103    <Compile Include="ChangeNodeTypeManipulationTest.cs" />
104    <Compile Include="ReplaceBranchManipulationTest.cs" />
[3360]105    <Compile Include="SubroutineDeleterTest.cs" />
106    <Compile Include="SubroutineDuplicaterTest.cs" />
[3338]107    <Compile Include="Grammars.cs" />
[3360]108    <Compile Include="SubroutineCreaterTest.cs">
109      <SubType>Code</SubType>
110    </Compile>
[3338]111    <Compile Include="SubtreeCrossoverTest.cs">
112      <SubType>Code</SubType>
113    </Compile>
114    <Compile Include="Util.cs" />
[3294]115    <Compile Include="Properties\AssemblyInfo.cs" />
116    <Compile Include="ProbabilisticTreeCreaterTest.cs" />
117  </ItemGroup>
118  <ItemGroup>
[3360]119    <ProjectReference Include="..\..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
120      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
121      <Name>HeuristicLab.Collections-3.3</Name>
122    </ProjectReference>
[3384]123    <ProjectReference Include="..\..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
124      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
125      <Name>HeuristicLab.Common-3.3</Name>
[3368]126    </ProjectReference>
[3294]127    <ProjectReference Include="..\..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
128      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
129      <Name>HeuristicLab.Core-3.3</Name>
130    </ProjectReference>
[3360]131    <ProjectReference Include="..\..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
132      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
133      <Name>HeuristicLab.Data-3.3</Name>
134    </ProjectReference>
[3294]135    <ProjectReference Include="..\..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
136      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
137      <Name>HeuristicLab.Operators-3.3</Name>
138    </ProjectReference>
139    <ProjectReference Include="..\..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
140      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
141      <Name>HeuristicLab.Optimization-3.3</Name>
142    </ProjectReference>
143    <ProjectReference Include="..\..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
144      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
145      <Name>HeuristicLab.Persistence-3.3</Name>
146    </ProjectReference>
[3832]147    <ProjectReference Include="..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
[3294]148      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
[3832]149      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
[3294]150    </ProjectReference>
[6814]151    <ProjectReference Include="..\..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
152      <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>
153      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
154    </ProjectReference>
[3294]155    <ProjectReference Include="..\..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
156      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
157      <Name>HeuristicLab.Random-3.3</Name>
158    </ProjectReference>
[5549]159    <ProjectReference Include="..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
160      <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project>
161      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
[3294]162    </ProjectReference>
163  </ItemGroup>
[4065]164  <ItemGroup>
165    <BootstrapperPackage Include=".NETFramework,Version=v4.0">
166      <Visible>False</Visible>
167      <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
168      <Install>true</Install>
169    </BootstrapperPackage>
170    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
171      <Visible>False</Visible>
172      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
173      <Install>false</Install>
174    </BootstrapperPackage>
175    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
176      <Visible>False</Visible>
177      <ProductName>.NET Framework 3.5 SP1</ProductName>
178      <Install>false</Install>
179    </BootstrapperPackage>
180    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
181      <Visible>False</Visible>
182      <ProductName>Windows Installer 3.1</ProductName>
183      <Install>true</Install>
184    </BootstrapperPackage>
185  </ItemGroup>
[3294]186  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
187  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
188       Other similar extension points exist, see Microsoft.Common.targets.
189  <Target Name="BeforeBuild">
190  </Target>
191  <Target Name="AfterBuild">
192  </Target>
193  -->
194</Project>
Note: See TracBrowser for help on using the repository browser.