Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 16475 was 16461, checked in by mkommend, 6 years ago

#2974: Added unit tests and refactoring.

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  </PropertyGroup>
24  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
25    <DebugSymbols>true</DebugSymbols>
26    <DebugType>full</DebugType>
27    <Optimize>false</Optimize>
28    <OutputPath>bin\Debug\</OutputPath>
29    <DefineConstants>DEBUG;TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
34    <DebugType>pdbonly</DebugType>
35    <Optimize>true</Optimize>
36    <OutputPath>bin\Release\</OutputPath>
37    <DefineConstants>TRACE</DefineConstants>
38    <ErrorReport>prompt</ErrorReport>
39    <WarningLevel>4</WarningLevel>
40  </PropertyGroup>
41  <ItemGroup>
42    <Reference Include="ALGLIB-3.7.0">
43      <HintPath>..\..\..\trunk\bin\ALGLIB-3.7.0.dll</HintPath>
44    </Reference>
45    <Reference Include="AutoDiff-1.0">
46      <HintPath>..\..\..\trunk\bin\AutoDiff-1.0.dll</HintPath>
47    </Reference>
48    <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4">
49      <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
50    </Reference>
51    <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3">
52      <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
53    </Reference>
54    <Reference Include="HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
55      <SpecificVersion>False</SpecificVersion>
56      <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.dll</HintPath>
57    </Reference>
58    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
59      <SpecificVersion>False</SpecificVersion>
60      <HintPath>..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
61    </Reference>
62    <Reference Include="HeuristicLab.Collections-3.3">
63      <HintPath>..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
64    </Reference>
65    <Reference Include="HeuristicLab.Common-3.3">
66      <HintPath>..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
67    </Reference>
68    <Reference Include="HeuristicLab.Common.Resources-3.3">
69      <HintPath>..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
70    </Reference>
71    <Reference Include="HeuristicLab.Core-3.3">
72      <HintPath>..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
73    </Reference>
74    <Reference Include="HeuristicLab.Data-3.3">
75      <HintPath>..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
76    </Reference>
77    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
78      <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
79    </Reference>
80    <Reference Include="HeuristicLab.Operators-3.3">
81      <HintPath>..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
82    </Reference>
83    <Reference Include="HeuristicLab.Operators.Views.GraphVisualization-3.3">
84      <HintPath>..\..\..\trunk\bin\HeuristicLab.Operators.Views.GraphVisualization-3.3.dll</HintPath>
85    </Reference>
86    <Reference Include="HeuristicLab.Optimization-3.3">
87      <HintPath>..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
88    </Reference>
89    <Reference Include="HeuristicLab.Optimization.Operators-3.3">
90      <HintPath>..\..\..\trunk\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
91    </Reference>
92    <Reference Include="HeuristicLab.ParallelEngine-3.3">
93      <HintPath>..\..\..\trunk\bin\HeuristicLab.ParallelEngine-3.3.dll</HintPath>
94    </Reference>
95    <Reference Include="HeuristicLab.Parameters-3.3">
96      <HintPath>..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
97    </Reference>
98    <Reference Include="HeuristicLab.Persistence-3.3">
99      <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
100    </Reference>
101    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
102      <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
103    </Reference>
104    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
105      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
106    </Reference>
107    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
108      <SpecificVersion>False</SpecificVersion>
109      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
110    </Reference>
111    <Reference Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3">
112      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll</HintPath>
113    </Reference>
114    <Reference Include="HeuristicLab.Random-3.3">
115      <HintPath>..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath>
116    </Reference>
117    <Reference Include="HeuristicLab.Selection-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
118      <SpecificVersion>False</SpecificVersion>
119      <HintPath>..\..\..\trunk\bin\HeuristicLab.Selection-3.3.dll</HintPath>
120    </Reference>
121    <Reference Include="HeuristicLab.SequentialEngine-3.3">
122      <HintPath>..\..\..\trunk\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
123    </Reference>
124    <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
125      <HintPath>..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
126    </Reference>
127    <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
128      <HintPath>..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath>
129    </Reference>
130    <Reference Include="System" />
131    <Reference Include="System.Core" />
132  </ItemGroup>
133  <ItemGroup>
134    <Compile Include="ConstantsOptimizationTests.cs" />
135    <Compile Include="PerformanceTest.cs" />
136    <Compile Include="Properties\AssemblyInfo.cs" />
137  </ItemGroup>
138  <ItemGroup>
139    <None Include="packages.config" />
140  </ItemGroup>
141  <ItemGroup>
142    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj">
143      <Project>{5ac82412-911b-4fa2-a013-edc5e3f3fcc2}</Project>
144      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4</Name>
145    </ProjectReference>
146    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
147      <Project>{3d28463f-ec96-4d82-afee-38be91a0ca00}</Project>
148      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
149    </ProjectReference>
150  </ItemGroup>
151  <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
152  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
153  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
154    <PropertyGroup>
155      <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>
156    </PropertyGroup>
157    <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'))" />
158    <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'))" />
159  </Target>
160  <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')" />
161</Project>
Note: See TracBrowser for help on using the repository browser.