Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataAnalysis/HeuristicLab.Problems.DataAnalysis/3.3/Tests/HeuristicLab.Problems.DataAnalysis.Tests-3.3.csproj @ 11987

Last change on this file since 11987 was 5275, checked in by gkronber, 13 years ago

Merged changes from trunk to data analysis exploration branch and added fractional distance metric evaluator. #1142

File size: 10.6 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.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    <ProductVersion>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{5A4679EF-A8F3-4647-B722-441A36B3BA6B}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.DataAnalysis.Tests_3._3</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.DataAnalysis.Tests-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
16    <FileUpgradeFlags>
17    </FileUpgradeFlags>
18    <OldToolsVersion>3.5</OldToolsVersion>
19    <UpgradeBackupLocation />
20    <PublishUrl>publish\</PublishUrl>
21    <Install>true</Install>
22    <InstallFrom>Disk</InstallFrom>
23    <UpdateEnabled>false</UpdateEnabled>
24    <UpdateMode>Foreground</UpdateMode>
25    <UpdateInterval>7</UpdateInterval>
26    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
27    <UpdatePeriodically>false</UpdatePeriodically>
28    <UpdateRequired>false</UpdateRequired>
29    <MapFileExtensions>true</MapFileExtensions>
30    <ApplicationRevision>0</ApplicationRevision>
31    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
32    <IsWebBootstrapper>false</IsWebBootstrapper>
33    <UseApplicationTrust>false</UseApplicationTrust>
34    <BootstrapperEnabled>true</BootstrapperEnabled>
35  </PropertyGroup>
36  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
37    <DebugSymbols>true</DebugSymbols>
38    <DebugType>full</DebugType>
39    <Optimize>false</Optimize>
40    <OutputPath>bin\Debug\</OutputPath>
41    <DefineConstants>DEBUG;TRACE</DefineConstants>
42    <ErrorReport>prompt</ErrorReport>
43    <WarningLevel>4</WarningLevel>
44    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
45  </PropertyGroup>
46  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
47    <DebugType>pdbonly</DebugType>
48    <Optimize>true</Optimize>
49    <OutputPath>bin\Release\</OutputPath>
50    <DefineConstants>TRACE</DefineConstants>
51    <ErrorReport>prompt</ErrorReport>
52    <WarningLevel>4</WarningLevel>
53    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
54  </PropertyGroup>
55  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
56    <DebugSymbols>true</DebugSymbols>
57    <OutputPath>bin\x64\Debug\</OutputPath>
58    <DefineConstants>DEBUG;TRACE</DefineConstants>
59    <DebugType>full</DebugType>
60    <PlatformTarget>x64</PlatformTarget>
61    <ErrorReport>prompt</ErrorReport>
62  </PropertyGroup>
63  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
64    <OutputPath>bin\x64\Release\</OutputPath>
65    <DefineConstants>TRACE</DefineConstants>
66    <Optimize>true</Optimize>
67    <DebugType>pdbonly</DebugType>
68    <PlatformTarget>x64</PlatformTarget>
69    <ErrorReport>prompt</ErrorReport>
70  </PropertyGroup>
71  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
72    <DebugSymbols>true</DebugSymbols>
73    <OutputPath>bin\x86\Debug\</OutputPath>
74    <DefineConstants>DEBUG;TRACE</DefineConstants>
75    <DebugType>full</DebugType>
76    <PlatformTarget>x86</PlatformTarget>
77    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Problems.DataAnalysis.Tests-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
78    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
79    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
80    <ErrorReport>prompt</ErrorReport>
81    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
82    <CodeAnalysisRuleSetDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
83    <CodeAnalysisRuleDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
84    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
85    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
86  </PropertyGroup>
87  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
88    <OutputPath>bin\x86\Release\</OutputPath>
89    <DefineConstants>TRACE</DefineConstants>
90    <Optimize>true</Optimize>
91    <DebugType>pdbonly</DebugType>
92    <PlatformTarget>x86</PlatformTarget>
93    <CodeAnalysisLogFile>bin\Release\HeuristicLab.Problems.DataAnalysis.Tests-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
94    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
95    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
96    <ErrorReport>prompt</ErrorReport>
97    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
98    <CodeAnalysisRuleSetDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
99    <CodeAnalysisRuleDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
100    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
101    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
102  </PropertyGroup>
103  <ItemGroup>
104    <Reference Include="ALGLIB-3.1.0">
105      <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\ALGLIB-3.1.0.dll</HintPath>
106    </Reference>
107    <Reference Include="HeuristicLab.ALGLIB-3.1.0">
108      <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.ALGLIB-3.1.0.dll</HintPath>
109    </Reference>
110    <Reference Include="HeuristicLab.Common-3.3">
111      <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
112    </Reference>
113    <Reference Include="HeuristicLab.Core-3.3">
114      <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
115    </Reference>
116    <Reference Include="HeuristicLab.Data-3.3">
117      <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
118    </Reference>
119    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3">
120      <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.dll</HintPath>
121    </Reference>
122    <Reference Include="HeuristicLab.Operators-3.3">
123      <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Operators-3.3.dll</HintPath>
124    </Reference>
125    <Reference Include="HeuristicLab.Optimization-3.3">
126      <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
127    </Reference>
128    <Reference Include="HeuristicLab.Random-3.3">
129      <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Random-3.3.dll</HintPath>
130    </Reference>
131    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
132    <Reference Include="System" />
133    <Reference Include="System.Core">
134      <RequiredTargetFramework>3.5</RequiredTargetFramework>
135    </Reference>
136  </ItemGroup>
137  <ItemGroup>
138    <Compile Include="SymbolicSimplifierTest.cs" />
139    <Compile Include="StatisticCalculatorsTest.cs" />
140    <Compile Include="LinearScalingTest.cs" />
141    <Compile Include="Properties\AssemblyInfo.cs" />
142    <Compile Include="SimpleArithmeticExpressionInterpreterTest.cs" />
143    <Compile Include="SymbolicExpressionImporter.cs" />
144    <Compile Include="Token.cs" />
145    <Compile Include="Util.cs" />
146  </ItemGroup>
147  <ItemGroup>
148    <ProjectReference Include="..\..\..\HeuristicLab.Problems.DataAnalysis.Regression\3.3\HeuristicLab.Problems.DataAnalysis.Regression-3.3.csproj">
149      <Project>{BDF86B1D-630E-4CE2-8A49-8C90B1BDE4C9}</Project>
150      <Name>HeuristicLab.Problems.DataAnalysis.Regression-3.3</Name>
151    </ProjectReference>
152    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis-3.3.csproj">
153      <Project>{70DFD984-B1D9-46FE-8EB7-4DE92D71A9FC}</Project>
154      <Name>HeuristicLab.Problems.DataAnalysis-3.3</Name>
155    </ProjectReference>
156  </ItemGroup>
157  <ItemGroup>
158    <Folder Include="bin\" />
159  </ItemGroup>
160  <ItemGroup>
161    <BootstrapperPackage Include=".NETFramework,Version=v4.0">
162      <Visible>False</Visible>
163      <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
164      <Install>true</Install>
165    </BootstrapperPackage>
166    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
167      <Visible>False</Visible>
168      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
169      <Install>false</Install>
170    </BootstrapperPackage>
171    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
172      <Visible>False</Visible>
173      <ProductName>.NET Framework 3.5 SP1</ProductName>
174      <Install>false</Install>
175    </BootstrapperPackage>
176    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
177      <Visible>False</Visible>
178      <ProductName>Windows Installer 3.1</ProductName>
179      <Install>true</Install>
180    </BootstrapperPackage>
181  </ItemGroup>
182  <ItemGroup>
183    <None Include="RegressionSolution01.hl">
184      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
185    </None>
186    <None Include="RegressionSolution02.hl">
187      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
188    </None>
189    <None Include="RegressionSolution03.hl">
190      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
191    </None>
192    <None Include="RegressionSolution04.hl">
193      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
194    </None>
195    <None Include="RegressionSolution05.hl">
196      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
197    </None>
198    <None Include="RegressionSolution06.hl">
199      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
200    </None>
201  </ItemGroup>
202  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
203  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
204       Other similar extension points exist, see Microsoft.Common.targets.
205  <Target Name="BeforeBuild">
206  </Target>
207  <Target Name="AfterBuild">
208  </Target>
209  -->
210</Project>
Note: See TracBrowser for help on using the repository browser.