[2447] | 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>{6EDEE199-61FC-48E1-AEDA-AF1C2E722063}</ProjectGuid>
|
---|
| 8 | <OutputType>Library</OutputType>
|
---|
| 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 10 | <RootNamespace>HeuristicLab.GP.Tests</RootNamespace>
|
---|
| 11 | <AssemblyName>HeuristicLab.GP.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 | <ItemGroup>
|
---|
| 50 | <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
---|
| 51 | <Reference Include="System" />
|
---|
| 52 | <Reference Include="System.Core">
|
---|
| 53 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 54 | </Reference>
|
---|
| 55 | </ItemGroup>
|
---|
| 56 | <ItemGroup>
|
---|
| 57 | <Compile Include="HL3TreeEvaluatorTest.cs" />
|
---|
| 58 | <Compile Include="ProbabilisticTreeCreatorTest.cs" />
|
---|
| 59 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 60 | <Compile Include="SymbolicExpressionImporter.cs" />
|
---|
| 61 | <Compile Include="Token.cs" />
|
---|
| 62 | <Compile Include="Util.cs" />
|
---|
| 63 | </ItemGroup>
|
---|
| 64 | <ItemGroup>
|
---|
| 65 | <ProjectReference Include="..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">
|
---|
| 66 | <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
|
---|
| 67 | <Name>HeuristicLab.Core-3.2</Name>
|
---|
| 68 | </ProjectReference>
|
---|
| 69 | <ProjectReference Include="..\HeuristicLab.DataAnalysis\3.2\HeuristicLab.DataAnalysis-3.2.csproj">
|
---|
| 70 | <Project>{7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}</Project>
|
---|
| 71 | <Name>HeuristicLab.DataAnalysis-3.2</Name>
|
---|
| 72 | </ProjectReference>
|
---|
| 73 | <ProjectReference Include="..\HeuristicLab.GP.Interfaces\3.3\HeuristicLab.GP.Interfaces-3.3.csproj">
|
---|
| 74 | <Project>{924B6BEA-9A99-40FE-9334-5C01E8D540EC}</Project>
|
---|
| 75 | <Name>HeuristicLab.GP.Interfaces-3.3</Name>
|
---|
| 76 | </ProjectReference>
|
---|
| 77 | <ProjectReference Include="..\HeuristicLab.GP.Operators\3.3\HeuristicLab.GP.Operators-3.3.csproj">
|
---|
| 78 | <Project>{45D11FBD-A71B-48D3-8A94-8EB0DFE8E06A}</Project>
|
---|
| 79 | <Name>HeuristicLab.GP.Operators-3.3</Name>
|
---|
| 80 | </ProjectReference>
|
---|
| 81 | <ProjectReference Include="..\HeuristicLab.GP.StructureIdentification.Classification\3.3\HeuristicLab.GP.StructureIdentification.Classification-3.3.csproj">
|
---|
| 82 | <Project>{7C20D100-8BEB-433A-9499-F075E2CB9297}</Project>
|
---|
| 83 | <Name>HeuristicLab.GP.StructureIdentification.Classification-3.3</Name>
|
---|
| 84 | </ProjectReference>
|
---|
| 85 | <ProjectReference Include="..\HeuristicLab.GP.StructureIdentification.ConditionalEvaluation\3.3\HeuristicLab.GP.StructureIdentification.ConditionalEvaluation-3.3.csproj">
|
---|
| 86 | <Project>{ABAE70E0-14E3-4588-B6BB-15DF022985C3}</Project>
|
---|
| 87 | <Name>HeuristicLab.GP.StructureIdentification.ConditionalEvaluation-3.3</Name>
|
---|
| 88 | </ProjectReference>
|
---|
| 89 | <ProjectReference Include="..\HeuristicLab.GP.StructureIdentification.TimeSeries\3.3\HeuristicLab.GP.StructureIdentification.TimeSeries-3.3.csproj">
|
---|
| 90 | <Project>{6084CFB5-733F-449D-9F92-2E40D13F0514}</Project>
|
---|
| 91 | <Name>HeuristicLab.GP.StructureIdentification.TimeSeries-3.3</Name>
|
---|
| 92 | </ProjectReference>
|
---|
| 93 | <ProjectReference Include="..\HeuristicLab.GP.StructureIdentification\3.3\HeuristicLab.GP.StructureIdentification-3.3.csproj">
|
---|
| 94 | <Project>{74223A32-C726-4978-BE78-37113A18373C}</Project>
|
---|
| 95 | <Name>HeuristicLab.GP.StructureIdentification-3.3</Name>
|
---|
| 96 | </ProjectReference>
|
---|
| 97 | <ProjectReference Include="..\HeuristicLab.GP\3.3\HeuristicLab.GP-3.3.csproj">
|
---|
| 98 | <Project>{1F1CF3ED-374C-4288-995B-93F6B872F571}</Project>
|
---|
| 99 | <Name>HeuristicLab.GP-3.3</Name>
|
---|
| 100 | </ProjectReference>
|
---|
| 101 | <ProjectReference Include="..\HeuristicLab.Random\3.2\HeuristicLab.Random-3.2.csproj">
|
---|
| 102 | <Project>{47019A74-F7F7-482E-83AA-D3F4F777E879}</Project>
|
---|
| 103 | <Name>HeuristicLab.Random-3.2</Name>
|
---|
| 104 | </ProjectReference>
|
---|
| 105 | </ItemGroup>
|
---|
| 106 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
| 107 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 108 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 109 | <Target Name="BeforeBuild">
|
---|
| 110 | </Target>
|
---|
| 111 | <Target Name="AfterBuild">
|
---|
| 112 | </Target>
|
---|
| 113 | -->
|
---|
| 114 | </Project> |
---|