Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2974_Constants_Optimization/UnitTests/UnitTests.csproj @ 16679

Last change on this file since 16679 was 16679, checked in by gkronber, 5 years ago

#2974: changed .NET framework version of UnitTests project for compatibility with HL trunk (4.6.1)

File size: 10.0 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <Import Project="..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props" Condition="Exists('..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props')" />
4  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5  <PropertyGroup>
6    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8    <ProjectGuid>{9617D7C7-90FB-41BB-A9B2-6DAC68E15197}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>UnitTests</RootNamespace>
12    <AssemblyName>UnitTests</AssemblyName>
13    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
16    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">15.0</VisualStudioVersion>
17    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
18    <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
19    <IsCodedUITest>False</IsCodedUITest>
20    <TestProjectType>UnitTest</TestProjectType>
21    <NuGetPackageImportStamp>
22    </NuGetPackageImportStamp>
23    <TargetFrameworkProfile />
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
26    <DebugSymbols>true</DebugSymbols>
27    <DebugType>full</DebugType>
28    <Optimize>false</Optimize>
29    <OutputPath>bin\Debug\</OutputPath>
30    <DefineConstants>DEBUG;TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33  </PropertyGroup>
34  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
35    <DebugType>pdbonly</DebugType>
36    <Optimize>true</Optimize>
37    <OutputPath>bin\Release\</OutputPath>
38    <DefineConstants>TRACE</DefineConstants>
39    <ErrorReport>prompt</ErrorReport>
40    <WarningLevel>4</WarningLevel>
41  </PropertyGroup>
42  <ItemGroup>
43    <Reference Include="ALGLIB-3.7.0">
44      <HintPath>..\..\..\trunk\bin\ALGLIB-3.7.0.dll</HintPath>
45    </Reference>
46    <Reference Include="AutoDiff-1.0">
47      <HintPath>..\..\..\trunk\bin\AutoDiff-1.0.dll</HintPath>
48    </Reference>
49    <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4">
50      <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
51    </Reference>
52    <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3">
53      <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
54    </Reference>
55    <Reference Include="HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
56      <SpecificVersion>False</SpecificVersion>
57      <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.dll</HintPath>
58    </Reference>
59    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
60      <SpecificVersion>False</SpecificVersion>
61      <HintPath>..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
62    </Reference>
63    <Reference Include="HeuristicLab.Collections-3.3">
64      <HintPath>..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
65    </Reference>
66    <Reference Include="HeuristicLab.Common-3.3">
67      <HintPath>..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
68    </Reference>
69    <Reference Include="HeuristicLab.Common.Resources-3.3">
70      <HintPath>..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
71    </Reference>
72    <Reference Include="HeuristicLab.Core-3.3">
73      <HintPath>..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
74    </Reference>
75    <Reference Include="HeuristicLab.Data-3.3">
76      <HintPath>..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
77    </Reference>
78    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
79      <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
80    </Reference>
81    <Reference Include="HeuristicLab.Operators-3.3">
82      <HintPath>..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
83    </Reference>
84    <Reference Include="HeuristicLab.Operators.Views.GraphVisualization-3.3">
85      <HintPath>..\..\..\trunk\bin\HeuristicLab.Operators.Views.GraphVisualization-3.3.dll</HintPath>
86    </Reference>
87    <Reference Include="HeuristicLab.Optimization-3.3">
88      <HintPath>..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
89    </Reference>
90    <Reference Include="HeuristicLab.Optimization.Operators-3.3">
91      <HintPath>..\..\..\trunk\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
92    </Reference>
93    <Reference Include="HeuristicLab.ParallelEngine-3.3">
94      <HintPath>..\..\..\trunk\bin\HeuristicLab.ParallelEngine-3.3.dll</HintPath>
95    </Reference>
96    <Reference Include="HeuristicLab.Parameters-3.3">
97      <HintPath>..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
98    </Reference>
99    <Reference Include="HeuristicLab.Persistence-3.3">
100      <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
101    </Reference>
102    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
103      <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
104    </Reference>
105    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
106      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
107    </Reference>
108    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
109      <SpecificVersion>False</SpecificVersion>
110      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
111    </Reference>
112    <Reference Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3">
113      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll</HintPath>
114    </Reference>
115    <Reference Include="HeuristicLab.Random-3.3">
116      <HintPath>..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath>
117    </Reference>
118    <Reference Include="HeuristicLab.Selection-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
119      <SpecificVersion>False</SpecificVersion>
120      <HintPath>..\..\..\trunk\bin\HeuristicLab.Selection-3.3.dll</HintPath>
121    </Reference>
122    <Reference Include="HeuristicLab.SequentialEngine-3.3">
123      <HintPath>..\..\..\trunk\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
124    </Reference>
125    <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
126      <HintPath>..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
127    </Reference>
128    <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
129      <HintPath>..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath>
130    </Reference>
131    <Reference Include="System" />
132    <Reference Include="System.Core" />
133  </ItemGroup>
134  <ItemGroup>
135    <Compile Include="ConstantsOptimizationTests.cs" />
136    <Compile Include="PerformanceTest.cs" />
137    <Compile Include="Properties\AssemblyInfo.cs" />
138  </ItemGroup>
139  <ItemGroup>
140    <None Include="packages.config" />
141  </ItemGroup>
142  <ItemGroup>
143    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj">
144      <Project>{5ac82412-911b-4fa2-a013-edc5e3f3fcc2}</Project>
145      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4</Name>
146    </ProjectReference>
147    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
148      <Project>{3d28463f-ec96-4d82-afee-38be91a0ca00}</Project>
149      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
150    </ProjectReference>
151  </ItemGroup>
152  <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
153  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
154  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
155    <PropertyGroup>
156      <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
157    </PropertyGroup>
158    <Error Condition="!Exists('..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props'))" />
159    <Error Condition="!Exists('..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets'))" />
160  </Target>
161  <Import Project="..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets" Condition="Exists('..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets')" />
162</Project>
Note: See TracBrowser for help on using the repository browser.