Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Trunk/HeuristicLab.Problems.DataAnalysis.Classification/3.3/HeuristicLab.Problems.DataAnalysis.Classification-3.3.csproj @ 6833

Last change on this file since 6833 was 6833, checked in by mkommend, 13 years ago

#1653: Renamed frame files.

File size: 12.4 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>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{D35FD6DB-D704-4BEA-BDAE-C40ABFB5B13E}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.DataAnalysis.Classification</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.DataAnalysis.Classification-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
16    <FileAlignment>512</FileAlignment>
17    <TargetFrameworkProfile />
18  </PropertyGroup>
19  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20    <DebugSymbols>true</DebugSymbols>
21    <DebugType>full</DebugType>
22    <Optimize>false</Optimize>
23    <OutputPath>$(SolutionDir)\bin\Debug\</OutputPath>
24    <DefineConstants>DEBUG;TRACE</DefineConstants>
25    <ErrorReport>prompt</ErrorReport>
26    <WarningLevel>4</WarningLevel>
27  </PropertyGroup>
28  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29    <DebugType>pdbonly</DebugType>
30    <Optimize>true</Optimize>
31    <OutputPath>$(SolutionDir)\bin\Release\</OutputPath>
32    <DefineConstants>TRACE</DefineConstants>
33    <ErrorReport>prompt</ErrorReport>
34    <WarningLevel>4</WarningLevel>
35  </PropertyGroup>
36  <PropertyGroup>
37    <SignAssembly>true</SignAssembly>
38  </PropertyGroup>
39  <PropertyGroup>
40    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
41  </PropertyGroup>
42  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
43    <DebugSymbols>true</DebugSymbols>
44    <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath>
45    <DefineConstants>DEBUG;TRACE</DefineConstants>
46    <DebugType>full</DebugType>
47    <PlatformTarget>x64</PlatformTarget>
48    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Problems.DataAnalysis.Classification-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
49    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
50    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
51    <ErrorReport>prompt</ErrorReport>
52    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
53    <CodeAnalysisRuleSetDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
54    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
55    <CodeAnalysisRuleDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
56    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
57  </PropertyGroup>
58  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
59    <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath>
60    <DefineConstants>TRACE</DefineConstants>
61    <Optimize>true</Optimize>
62    <DebugType>pdbonly</DebugType>
63    <PlatformTarget>x64</PlatformTarget>
64    <CodeAnalysisLogFile>bin\Release\HeuristicLab.Problems.DataAnalysis.Classification-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
65    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
66    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
67    <ErrorReport>prompt</ErrorReport>
68    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
69    <CodeAnalysisRuleSetDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
70    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
71    <CodeAnalysisRuleDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
72    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
73  </PropertyGroup>
74  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
75    <DebugSymbols>true</DebugSymbols>
76    <OutputPath>$(SolutionDir)\bin\x86\Debug\</OutputPath>
77    <DefineConstants>DEBUG;TRACE</DefineConstants>
78    <DebugType>full</DebugType>
79    <PlatformTarget>x86</PlatformTarget>
80    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Problems.DataAnalysis.Classification-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
81    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
82    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
83    <ErrorReport>prompt</ErrorReport>
84    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
85    <CodeAnalysisRuleSetDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
86    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
87    <CodeAnalysisRuleDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
88    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
89  </PropertyGroup>
90  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
91    <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath>
92    <DefineConstants>TRACE</DefineConstants>
93    <Optimize>true</Optimize>
94    <DebugType>pdbonly</DebugType>
95    <PlatformTarget>x86</PlatformTarget>
96    <CodeAnalysisLogFile>bin\Release\HeuristicLab.Problems.DataAnalysis.Classification-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
97    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
98    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
99    <ErrorReport>prompt</ErrorReport>
100    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
101    <CodeAnalysisRuleSetDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
102    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
103    <CodeAnalysisRuleDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
104    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
105  </PropertyGroup>
106  <ItemGroup>
107    <Reference Include="System" />
108    <Reference Include="System.Core" />
109    <Reference Include="System.Drawing" />
110    <Reference Include="System.Data" />
111  </ItemGroup>
112  <ItemGroup>
113    <Compile Include="ClassificationProblemData.cs" />
114    <Compile Include="Interfaces\IClassificationSolution.cs" />
115    <Compile Include="Plugin.cs" />
116    <Compile Include="SingleObjectiveClassificationProblem.cs" />
117    <Compile Include="Interfaces\ISymbolicClassificationEvaluator.cs" />
118    <Compile Include="Properties\AssemblyInfo.cs" />
119    <Compile Include="Interfaces\ISymbolicClassificationAnalyzer.cs" />
120    <Compile Include="Symbolic\Analyzer\TrainingBestSymbolicClassificationSolutionAnalyzer.cs" />
121    <Compile Include="Symbolic\Analyzer\ValidationBestSymbolicClassificationSolutionAnalyzer.cs" />
122    <Compile Include="Symbolic\Evaluators\OnlineAccuracyEvaluator.cs" />
123    <Compile Include="Symbolic\Evaluators\SymbolicClassificationPearsonRSquaredEvaluator.cs" />
124    <Compile Include="Symbolic\SymbolicClassificationSolution.cs" />
125    <Compile Include="Symbolic\Evaluators\SymbolicClassificationMeanSquaredErrorEvaluator.cs" />
126    <Compile Include="Symbolic\SymbolicClassificationProblem.cs" />
127  </ItemGroup>
128  <ItemGroup>
129    <None Include="Plugin.cs.frame" />
130    <None Include="HeuristicLab.snk" />
131    <None Include="Properties\AssemblyInfo.cs.frame" />
132  </ItemGroup>
133  <ItemGroup>
134    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
135      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
136      <Name>HeuristicLab.Analysis-3.3</Name>
137      <Private>False</Private>
138    </ProjectReference>
139    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
140      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
141      <Name>HeuristicLab.Collections-3.3</Name>
142      <Private>False</Private>
143    </ProjectReference>
144    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
145      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
146      <Name>HeuristicLab.Common-3.3</Name>
147      <Private>False</Private>
148    </ProjectReference>
149    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
150      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
151      <Name>HeuristicLab.Core-3.3</Name>
152      <Private>False</Private>
153    </ProjectReference>
154    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
155      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
156      <Name>HeuristicLab.Data-3.3</Name>
157      <Private>False</Private>
158    </ProjectReference>
159    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">
160      <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project>
161      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name>
162      <Private>False</Private>
163    </ProjectReference>
164    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
165      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
166      <Name>HeuristicLab.Operators-3.3</Name>
167      <Private>False</Private>
168    </ProjectReference>
169    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
170      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
171      <Name>HeuristicLab.Optimization-3.3</Name>
172      <Private>False</Private>
173    </ProjectReference>
174    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
175      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
176      <Name>HeuristicLab.Parameters-3.3</Name>
177      <Private>False</Private>
178    </ProjectReference>
179    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
180      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
181      <Name>HeuristicLab.Persistence-3.3</Name>
182      <Private>False</Private>
183    </ProjectReference>
184    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
185      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
186      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
187      <Private>False</Private>
188    </ProjectReference>
189    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Regression\3.3\HeuristicLab.Problems.DataAnalysis.Regression-3.3.csproj">
190      <Project>{BDF86B1D-630E-4CE2-8A49-8C90B1BDE4C9}</Project>
191      <Name>HeuristicLab.Problems.DataAnalysis.Regression-3.3</Name>
192      <Private>False</Private>
193    </ProjectReference>
194    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.3\HeuristicLab.Problems.DataAnalysis-3.3.csproj">
195      <Project>{70DFD984-B1D9-46FE-8EB7-4DE92D71A9FC}</Project>
196      <Name>HeuristicLab.Problems.DataAnalysis-3.3</Name>
197      <Private>False</Private>
198    </ProjectReference>
199  </ItemGroup>
200  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
201  <PropertyGroup>
202    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
203set ProjectDir=$(ProjectDir)
204set SolutionDir=$(SolutionDir)
205set Outdir=$(Outdir)
206
207call PreBuildEvent.cmd
208</PreBuildEvent>
209  </PropertyGroup>
210  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
211       Other similar extension points exist, see Microsoft.Common.targets.
212  <Target Name="BeforeBuild">
213  </Target>
214  <Target Name="AfterBuild">
215  </Target>
216  -->
217</Project>
Note: See TracBrowser for help on using the repository browser.