[15403] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
| 3 | <PropertyGroup>
|
---|
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 6 | <ProjectGuid>{80009A4F-F55F-4E95-AD44-5AB01551B964}</ProjectGuid>
|
---|
| 7 | <OutputType>Library</OutputType>
|
---|
| 8 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 9 | <RootNamespace>Test</RootNamespace>
|
---|
| 10 | <AssemblyName>Test</AssemblyName>
|
---|
| 11 | <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
---|
| 12 | <FileAlignment>512</FileAlignment>
|
---|
| 13 | <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
---|
| 14 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
---|
| 15 | <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
---|
| 16 | <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
|
---|
| 17 | <IsCodedUITest>False</IsCodedUITest>
|
---|
| 18 | <TestProjectType>UnitTest</TestProjectType>
|
---|
| 19 | </PropertyGroup>
|
---|
| 20 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 21 | <DebugSymbols>true</DebugSymbols>
|
---|
| 22 | <DebugType>full</DebugType>
|
---|
| 23 | <Optimize>false</Optimize>
|
---|
| 24 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 25 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 26 | <ErrorReport>prompt</ErrorReport>
|
---|
| 27 | <WarningLevel>4</WarningLevel>
|
---|
| 28 | </PropertyGroup>
|
---|
| 29 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 30 | <DebugType>pdbonly</DebugType>
|
---|
| 31 | <Optimize>true</Optimize>
|
---|
| 32 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 33 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 34 | <ErrorReport>prompt</ErrorReport>
|
---|
| 35 | <WarningLevel>4</WarningLevel>
|
---|
| 36 | </PropertyGroup>
|
---|
| 37 | <ItemGroup>
|
---|
[15426] | 38 | <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 39 | <SpecificVersion>False</SpecificVersion>
|
---|
[15735] | 40 | <HintPath>..\..\..\trunk\bin\ALGLIB-3.7.0.dll</HintPath>
|
---|
[15426] | 41 | </Reference>
|
---|
[15403] | 42 | <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4">
|
---|
[15735] | 43 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
|
---|
[15403] | 44 | </Reference>
|
---|
| 45 | <Reference Include="HeuristicLab.Collections-3.3">
|
---|
[15735] | 46 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
[15403] | 47 | </Reference>
|
---|
| 48 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
[15735] | 49 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
[15403] | 50 | </Reference>
|
---|
| 51 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
[15735] | 52 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
[15403] | 53 | </Reference>
|
---|
| 54 | <Reference Include="HeuristicLab.Data-3.3">
|
---|
[15735] | 55 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
[15403] | 56 | </Reference>
|
---|
| 57 | <Reference Include="HeuristicLab.Optimization-3.3">
|
---|
[15735] | 58 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
[15403] | 59 | </Reference>
|
---|
| 60 | <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
|
---|
[15735] | 61 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
|
---|
[15403] | 62 | </Reference>
|
---|
| 63 | <Reference Include="HeuristicLab.Problems.Instances-3.3">
|
---|
[15735] | 64 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
|
---|
[15403] | 65 | </Reference>
|
---|
| 66 | <Reference Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3">
|
---|
[15735] | 67 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll</HintPath>
|
---|
[15403] | 68 | </Reference>
|
---|
[15416] | 69 | <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 70 | <SpecificVersion>False</SpecificVersion>
|
---|
[15735] | 71 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath>
|
---|
[15416] | 72 | </Reference>
|
---|
[15403] | 73 | <Reference Include="System" />
|
---|
| 74 | </ItemGroup>
|
---|
| 75 | <Choose>
|
---|
| 76 | <When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'">
|
---|
| 77 | <ItemGroup>
|
---|
| 78 | <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
---|
| 79 | </ItemGroup>
|
---|
| 80 | </When>
|
---|
| 81 | <Otherwise>
|
---|
| 82 | <ItemGroup>
|
---|
| 83 | <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
|
---|
| 84 | </ItemGroup>
|
---|
| 85 | </Otherwise>
|
---|
| 86 | </Choose>
|
---|
| 87 | <ItemGroup>
|
---|
| 88 | <Compile Include="HeuristicLab.Algorithms.DataAnalysis-3.4\MctsSymbolicRegressionTest.cs" />
|
---|
| 89 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 90 | </ItemGroup>
|
---|
| 91 | <ItemGroup>
|
---|
| 92 | <ProjectReference Include="..\HeuristicLab.Algorithms.DataAnalysis\3.4\HeuristicLab.Algorithms.DataAnalysis.MCTSSymbReg.csproj">
|
---|
| 93 | <Project>{d97f91b5-b71b-412d-90a5-177eed948a3a}</Project>
|
---|
| 94 | <Name>HeuristicLab.Algorithms.DataAnalysis.MCTSSymbReg</Name>
|
---|
| 95 | </ProjectReference>
|
---|
| 96 | </ItemGroup>
|
---|
| 97 | <Choose>
|
---|
| 98 | <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
|
---|
| 99 | <ItemGroup>
|
---|
| 100 | <Reference Include="Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
| 101 | <Private>False</Private>
|
---|
| 102 | </Reference>
|
---|
| 103 | <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
| 104 | <Private>False</Private>
|
---|
| 105 | </Reference>
|
---|
| 106 | <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
| 107 | <Private>False</Private>
|
---|
| 108 | </Reference>
|
---|
| 109 | <Reference Include="Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
| 110 | <Private>False</Private>
|
---|
| 111 | </Reference>
|
---|
| 112 | </ItemGroup>
|
---|
| 113 | </When>
|
---|
| 114 | </Choose>
|
---|
| 115 | <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
|
---|
| 116 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 117 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 118 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 119 | <Target Name="BeforeBuild">
|
---|
| 120 | </Target>
|
---|
| 121 | <Target Name="AfterBuild">
|
---|
| 122 | </Target>
|
---|
| 123 | -->
|
---|
| 124 | </Project> |
---|