Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2994-AutoDiffForIntervals/Tests/Tests.csproj @ 16696

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

#2994 added a separate plugin with an algorithm for constrained non-linear regression

File size: 7.5 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>{792B51DB-F5AC-4EED-B165-8E57057413B4}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>Tests</RootNamespace>
12    <AssemblyName>Tests</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="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4">
43      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
44    </Reference>
45    <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
46      <HintPath>..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
47    </Reference>
48    <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
49      <HintPath>..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath>
50    </Reference>
51    <Reference Include="System" />
52    <Reference Include="System.Core" />
53  </ItemGroup>
54  <ItemGroup>
55    <Compile Include="ConstrainedNLRTest.cs" />
56    <Compile Include="AutoDiffTest.cs" />
57    <Compile Include="Properties\AssemblyInfo.cs" />
58  </ItemGroup>
59  <ItemGroup>
60    <None Include="packages.config" />
61  </ItemGroup>
62  <ItemGroup>
63    <ProjectReference Include="..\HeuristicLab.Algorithms.DataAnalysis.ConstrainedNonlinearRegression\3.4\HeuristicLab.Algorithms.DataAnalysis.ConstrainedNonlinearRegression-3.4.csproj">
64      <Project>{e4ced29f-964f-42ae-b400-aa00d0229ce5}</Project>
65      <Name>HeuristicLab.Algorithms.DataAnalysis.ConstrainedNonlinearRegression-3.4</Name>
66    </ProjectReference>
67    <ProjectReference Include="..\HeuristicLab.Algorithms.DataAnalysis\3.4\HeuristicLab.Algorithms.DataAnalysis-3.4.csproj">
68      <Project>{2E782078-FA81-4B70-B56F-74CE38DAC6C8}</Project>
69      <Name>HeuristicLab.Algorithms.DataAnalysis-3.4</Name>
70    </ProjectReference>
71    <ProjectReference Include="..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
72      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
73      <Name>HeuristicLab.Common-3.3</Name>
74    </ProjectReference>
75    <ProjectReference Include="..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
76      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
77      <Name>HeuristicLab.Core-3.3</Name>
78    </ProjectReference>
79    <ProjectReference Include="..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
80      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
81      <Name>HeuristicLab.Data-3.3</Name>
82    </ProjectReference>
83    <ProjectReference Include="..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
84      <Project>{06d4a186-9319-48a0-bade-a2058d462eea}</Project>
85      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
86    </ProjectReference>
87    <ProjectReference Include="..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
88      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
89      <Name>HeuristicLab.Optimization-3.3</Name>
90    </ProjectReference>
91    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
92      <Project>{3d28463f-ec96-4d82-afee-38be91a0ca00}</Project>
93      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
94    </ProjectReference>
95    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
96      <Project>{df87c13e-a889-46ff-8153-66dcaa8c5674}</Project>
97      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
98    </ProjectReference>
99    <ProjectReference Include="..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
100      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
101      <Name>HeuristicLab.Random-3.3</Name>
102    </ProjectReference>
103  </ItemGroup>
104  <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
105  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
106  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
107    <PropertyGroup>
108      <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>
109    </PropertyGroup>
110    <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'))" />
111    <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'))" />
112  </Target>
113  <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')" />
114</Project>
Note: See TracBrowser for help on using the repository browser.