[12269] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="12.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>{CBEC171A-F7EC-460D-94E2-D58625811D99}</ProjectGuid>
|
---|
| 7 | <OutputType>Library</OutputType>
|
---|
| 8 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 9 | <RootNamespace>HeuristicLab.Problems.PTSP.Tests_3._3</RootNamespace>
|
---|
| 10 | <AssemblyName>HeuristicLab.Problems.PTSP.Tests-3.3</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 | </PropertyGroup>
|
---|
| 20 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 21 | <DebugSymbols>true</DebugSymbols>
|
---|
| 22 | <DebugType>full</DebugType>
|
---|
| 23 | <Optimize>false</Optimize>
|
---|
| 24 | <OutputPath>..\..\..\trunk\sources\bin\</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>
|
---|
| 38 | <Reference Include="HeuristicLab.Collections-3.3">
|
---|
| 39 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
| 40 | </Reference>
|
---|
| 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.Data-3.3">
|
---|
| 48 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
| 49 | </Reference>
|
---|
| 50 | <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
|
---|
| 51 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
|
---|
| 52 | </Reference>
|
---|
| 53 | <Reference Include="HeuristicLab.Operators-3.3">
|
---|
| 54 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
|
---|
| 55 | </Reference>
|
---|
| 56 | <Reference Include="HeuristicLab.Optimization-3.3">
|
---|
| 57 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
| 58 | </Reference>
|
---|
| 59 | <Reference Include="HeuristicLab.Problems.Instances-3.3">
|
---|
| 60 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
|
---|
| 61 | </Reference>
|
---|
| 62 | <Reference Include="HeuristicLab.Random-3.3">
|
---|
| 63 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
|
---|
| 64 | </Reference>
|
---|
| 65 | <Reference Include="System" />
|
---|
| 66 | </ItemGroup>
|
---|
| 67 | <Choose>
|
---|
| 68 | <When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'">
|
---|
| 69 | <ItemGroup>
|
---|
| 70 | <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
---|
| 71 | </ItemGroup>
|
---|
| 72 | </When>
|
---|
| 73 | <Otherwise>
|
---|
| 74 | <ItemGroup>
|
---|
| 75 | <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
|
---|
| 76 | </ItemGroup>
|
---|
| 77 | </Otherwise>
|
---|
| 78 | </Choose>
|
---|
| 79 | <ItemGroup>
|
---|
| 80 | <Compile Include="PTSPMoveEvaluatorTest.cs" />
|
---|
| 81 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 82 | </ItemGroup>
|
---|
| 83 | <ItemGroup>
|
---|
| 84 | <None Include="HeuristicLab.snk" />
|
---|
| 85 | </ItemGroup>
|
---|
[12322] | 86 | <ItemGroup>
|
---|
| 87 | <ProjectReference Include="..\HeuristicLab.Problems.PTSP.Views\3.3\HeuristicLab.Problems.PTSP.Views-3.3.csproj">
|
---|
| 88 | <Project>{90b6ca12-9791-4430-b2d7-cd3ed7f75e2b}</Project>
|
---|
| 89 | <Name>HeuristicLab.Problems.PTSP.Views-3.3</Name>
|
---|
| 90 | </ProjectReference>
|
---|
| 91 | <ProjectReference Include="..\HeuristicLab.Problems.PTSP\3.3\HeuristicLab.Problems.PTSP-3.3.csproj">
|
---|
| 92 | <Project>{97198965-afea-496b-b3b1-316905c43fd6}</Project>
|
---|
| 93 | <Name>HeuristicLab.Problems.PTSP-3.3</Name>
|
---|
| 94 | </ProjectReference>
|
---|
| 95 | </ItemGroup>
|
---|
[12269] | 96 | <Choose>
|
---|
| 97 | <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
|
---|
| 98 | <ItemGroup>
|
---|
| 99 | <Reference Include="Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
| 100 | <Private>False</Private>
|
---|
| 101 | </Reference>
|
---|
| 102 | <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
| 103 | <Private>False</Private>
|
---|
| 104 | </Reference>
|
---|
| 105 | <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
| 106 | <Private>False</Private>
|
---|
| 107 | </Reference>
|
---|
| 108 | <Reference Include="Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
| 109 | <Private>False</Private>
|
---|
| 110 | </Reference>
|
---|
| 111 | </ItemGroup>
|
---|
| 112 | </When>
|
---|
| 113 | </Choose>
|
---|
| 114 | <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
|
---|
| 115 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 116 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 117 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 118 | <Target Name="BeforeBuild">
|
---|
| 119 | </Target>
|
---|
| 120 | <Target Name="AfterBuild">
|
---|
| 121 | </Target>
|
---|
| 122 | -->
|
---|
| 123 | </Project> |
---|