Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2886_SymRegGrammarEnumeration/Test/Test.csproj @ 15725

Last change on this file since 15725 was 15714, checked in by lkammere, 6 years ago

#2886: Add tree hashing for addition and multiplication.

File size: 7.7 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="14.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>{C828DECC-CAF5-4E23-B594-8D4F51255072}</ProjectGuid>
7    <OutputType>Library</OutputType>
8    <AppDesignerFolder>Properties</AppDesignerFolder>
9    <RootNamespace>Test</RootNamespace>
10    <AssemblyName>Test</AssemblyName>
11    <TargetFrameworkVersion>v4.5.2</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>bin\Debug\</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="System" />
39    <Reference Include="ALGLIB-3.7.0">
40      <HintPath>..\..\..\trunk\bin\ALGLIB-3.7.0.dll</HintPath>
41    </Reference>
42    <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4">
43      <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
44    </Reference>
45    <Reference Include="HeuristicLab.Analysis-3.3">
46      <HintPath>..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
47    </Reference>
48    <Reference Include="HeuristicLab.Collections-3.3">
49      <HintPath>..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
50    </Reference>
51    <Reference Include="HeuristicLab.Common-3.3">
52      <HintPath>..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
53    </Reference>
54    <Reference Include="HeuristicLab.Core-3.3">
55      <HintPath>..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
56    </Reference>
57    <Reference Include="HeuristicLab.Data-3.3">
58      <HintPath>..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
59    </Reference>
60    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
61      <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
62    </Reference>
63    <Reference Include="HeuristicLab.Operators-3.3">
64      <HintPath>..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
65    </Reference>
66    <Reference Include="HeuristicLab.Optimization-3.3">
67      <HintPath>..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
68    </Reference>
69    <Reference Include="HeuristicLab.Parameters-3.3">
70      <HintPath>..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
71    </Reference>
72    <Reference Include="HeuristicLab.Persistence-3.3">
73      <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
74    </Reference>
75    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
76      <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
77    </Reference>
78    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
79      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
80    </Reference>
81    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">
82      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
83    </Reference>
84    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4">
85      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
86    </Reference>
87    <Reference Include="HeuristicLab.Problems.Instances-3.3">
88      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
89    </Reference>
90    <Reference Include="HeuristicLab.Random-3.3">
91      <HintPath>..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath>
92    </Reference>
93    <Reference Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3">
94      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll</HintPath>
95    </Reference>
96  </ItemGroup>
97  <Choose>
98    <When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'">
99      <ItemGroup>
100        <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
101      </ItemGroup>
102    </When>
103    <Otherwise>
104      <ItemGroup>
105        <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework">
106          <Private>False</Private>
107        </Reference>
108      </ItemGroup>
109    </Otherwise>
110  </Choose>
111  <ItemGroup>
112    <Compile Include="GrammarEnumerationTest.cs" />
113    <Compile Include="Properties\AssemblyInfo.cs" />
114    <Compile Include="TreeHashingTest.cs" />
115  </ItemGroup>
116  <ItemGroup>
117    <ProjectReference Include="..\HeuristicLab.Algorithms.DataAnalysis.SymRegGrammarEnumeration\HeuristicLab.Algorithms.DataAnalysis.SymRegGrammarEnumeration.csproj">
118      <Project>{dc3deb6c-0d1c-4f23-a9ba-67896da700d3}</Project>
119      <Name>HeuristicLab.Algorithms.DataAnalysis.SymRegGrammarEnumeration</Name>
120    </ProjectReference>
121  </ItemGroup>
122  <Choose>
123    <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
124      <ItemGroup>
125        <Reference Include="Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
126          <Private>False</Private>
127        </Reference>
128        <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
129          <Private>False</Private>
130        </Reference>
131        <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
132          <Private>False</Private>
133        </Reference>
134        <Reference Include="Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
135          <Private>False</Private>
136        </Reference>
137      </ItemGroup>
138    </When>
139  </Choose>
140  <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
141  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
142  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
143       Other similar extension points exist, see Microsoft.Common.targets.
144  <Target Name="BeforeBuild">
145  </Target>
146  <Target Name="AfterBuild">
147  </Target>
148  -->
149</Project>
Note: See TracBrowser for help on using the repository browser.