[12923] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="4.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>{A5AF009C-21CC-4A32-A38B-F870D4FB66BB}</ProjectGuid>
|
---|
| 7 | <OutputType>Library</OutputType>
|
---|
| 8 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 9 | <RootNamespace>Tests</RootNamespace>
|
---|
| 10 | <AssemblyName>Tests</AssemblyName>
|
---|
| 11 | <TargetFrameworkVersion>v4.5</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 | <TargetFrameworkProfile />
|
---|
| 20 | </PropertyGroup>
|
---|
| 21 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 22 | <DebugSymbols>true</DebugSymbols>
|
---|
| 23 | <DebugType>full</DebugType>
|
---|
| 24 | <Optimize>false</Optimize>
|
---|
| 25 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 26 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 27 | <ErrorReport>prompt</ErrorReport>
|
---|
| 28 | <WarningLevel>4</WarningLevel>
|
---|
| 29 | <Prefer32Bit>false</Prefer32Bit>
|
---|
| 30 | </PropertyGroup>
|
---|
| 31 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 32 | <DebugType>pdbonly</DebugType>
|
---|
| 33 | <Optimize>true</Optimize>
|
---|
| 34 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 35 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 36 | <ErrorReport>prompt</ErrorReport>
|
---|
| 37 | <WarningLevel>4</WarningLevel>
|
---|
| 38 | <Prefer32Bit>false</Prefer32Bit>
|
---|
| 39 | </PropertyGroup>
|
---|
| 40 | <ItemGroup>
|
---|
| 41 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
| 42 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
| 43 | </Reference>
|
---|
| 44 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
| 45 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
| 46 | </Reference>
|
---|
| 47 | <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
|
---|
| 48 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
|
---|
| 49 | </Reference>
|
---|
| 50 | <Reference Include="HeuristicLab.Operators-3.3">
|
---|
| 51 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
|
---|
| 52 | </Reference>
|
---|
| 53 | <Reference Include="HeuristicLab.Optimization-3.3">
|
---|
| 54 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
| 55 | </Reference>
|
---|
| 56 | <Reference Include="System" />
|
---|
| 57 | <Reference Include="System.Core">
|
---|
| 58 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 59 | </Reference>
|
---|
| 60 | </ItemGroup>
|
---|
| 61 | <Choose>
|
---|
| 62 | <When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'">
|
---|
| 63 | <ItemGroup>
|
---|
| 64 | <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
---|
| 65 | </ItemGroup>
|
---|
| 66 | </When>
|
---|
| 67 | <Otherwise>
|
---|
| 68 | <ItemGroup>
|
---|
| 69 | <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
|
---|
| 70 | </ItemGroup>
|
---|
| 71 | </Otherwise>
|
---|
| 72 | </Choose>
|
---|
| 73 | <ItemGroup>
|
---|
| 74 | <Compile Include="IteratedSymbolicExpressionConstructionTest.cs" />
|
---|
| 75 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 76 | </ItemGroup>
|
---|
| 77 | <ItemGroup>
|
---|
| 78 | <ProjectReference Include="..\HeuristicLab.Algorithms.IteratedSymbolicExpressionConstruction\3.3\HeuristicLab.Algorithms.IteratedSymbolicExpressionConstruction-3.3.csproj">
|
---|
| 79 | <Project>{9d804cef-4827-404f-834d-68540fa26551}</Project>
|
---|
| 80 | <Name>HeuristicLab.Algorithms.IteratedSymbolicExpressionConstruction-3.3</Name>
|
---|
| 81 | </ProjectReference>
|
---|
| 82 | <ProjectReference Include="..\HeuristicLab.Problems.GeneticProgramming\3.3\HeuristicLab.Problems.GeneticProgramming-3.3.csproj">
|
---|
| 83 | <Project>{02cddbf5-42a7-4c40-ae6c-e5d29ac9ccec}</Project>
|
---|
| 84 | <Name>HeuristicLab.Problems.GeneticProgramming-3.3</Name>
|
---|
| 85 | </ProjectReference>
|
---|
| 86 | </ItemGroup>
|
---|
| 87 | <Choose>
|
---|
| 88 | <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
|
---|
| 89 | <ItemGroup>
|
---|
| 90 | <Reference Include="Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
| 91 | <Private>False</Private>
|
---|
| 92 | </Reference>
|
---|
| 93 | <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
| 94 | <Private>False</Private>
|
---|
| 95 | </Reference>
|
---|
| 96 | <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
| 97 | <Private>False</Private>
|
---|
| 98 | </Reference>
|
---|
| 99 | <Reference Include="Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
| 100 | <Private>False</Private>
|
---|
| 101 | </Reference>
|
---|
| 102 | </ItemGroup>
|
---|
| 103 | </When>
|
---|
| 104 | </Choose>
|
---|
| 105 | <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
|
---|
| 106 | <Import Project="$(MSBuildToolsPath)\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> |
---|