Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 15974 was 15974, checked in by bburlacu, 6 years ago

#2886: implement LRU cache for storing search nodes, introduce SortedSet for handling priorities, fix serialization and cloning

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