Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive.Azure/HeuristicLab.Problems.DataAnalysis/3.3/HeuristicLab.Problems.DataAnalysis-3.3.csproj @ 7215

Last change on this file since 7215 was 7215, checked in by spimming, 12 years ago

#1680:

  • merged changes from trunk into branch

' removed pre-build event for multiple app.configs

File size: 13.2 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>{70DFD984-B1D9-46FE-8EB7-4DE92D71A9FC}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.DataAnalysis</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.DataAnalysis-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
16    <FileAlignment>512</FileAlignment>
17    <SignAssembly>true</SignAssembly>
18    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
19    <FileUpgradeFlags>
20    </FileUpgradeFlags>
21    <OldToolsVersion>3.5</OldToolsVersion>
22    <UpgradeBackupLocation />
23    <PublishUrl>publish\</PublishUrl>
24    <Install>true</Install>
25    <InstallFrom>Disk</InstallFrom>
26    <UpdateEnabled>false</UpdateEnabled>
27    <UpdateMode>Foreground</UpdateMode>
28    <UpdateInterval>7</UpdateInterval>
29    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
30    <UpdatePeriodically>false</UpdatePeriodically>
31    <UpdateRequired>false</UpdateRequired>
32    <MapFileExtensions>true</MapFileExtensions>
33    <ApplicationRevision>0</ApplicationRevision>
34    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
35    <IsWebBootstrapper>false</IsWebBootstrapper>
36    <UseApplicationTrust>false</UseApplicationTrust>
37    <BootstrapperEnabled>true</BootstrapperEnabled>
38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
40    <DebugSymbols>true</DebugSymbols>
41    <DebugType>full</DebugType>
42    <Optimize>false</Optimize>
43    <OutputPath>$(SolutionDir)\bin\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
50    <DebugType>pdbonly</DebugType>
51    <Optimize>true</Optimize>
52    <OutputPath>$(SolutionDir)\bin\</OutputPath>
53    <DefineConstants>TRACE</DefineConstants>
54    <ErrorReport>prompt</ErrorReport>
55    <WarningLevel>4</WarningLevel>
56    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
57  </PropertyGroup>
58  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
59    <DebugSymbols>true</DebugSymbols>
60    <OutputPath>$(SolutionDir)\bin\</OutputPath>
61    <DefineConstants>DEBUG;TRACE</DefineConstants>
62    <DebugType>full</DebugType>
63    <PlatformTarget>x64</PlatformTarget>
64    <ErrorReport>prompt</ErrorReport>
65    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
66  </PropertyGroup>
67  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
68    <OutputPath>$(SolutionDir)\bin\</OutputPath>
69    <DefineConstants>TRACE</DefineConstants>
70    <Optimize>true</Optimize>
71    <DebugType>pdbonly</DebugType>
72    <PlatformTarget>x64</PlatformTarget>
73    <ErrorReport>prompt</ErrorReport>
74    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
75  </PropertyGroup>
76  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
77    <DebugSymbols>true</DebugSymbols>
78    <OutputPath>$(SolutionDir)\bin\</OutputPath>
79    <DefineConstants>DEBUG;TRACE</DefineConstants>
80    <DebugType>full</DebugType>
81    <PlatformTarget>x86</PlatformTarget>
82    <ErrorReport>prompt</ErrorReport>
83    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
84  </PropertyGroup>
85  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
86    <OutputPath>$(SolutionDir)\bin\</OutputPath>
87    <DefineConstants>TRACE</DefineConstants>
88    <Optimize>true</Optimize>
89    <DebugType>pdbonly</DebugType>
90    <PlatformTarget>x86</PlatformTarget>
91    <ErrorReport>prompt</ErrorReport>
92    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
93  </PropertyGroup>
94  <ItemGroup>
95    <Reference Include="LibSVM-1.6.3, Version=1.6.3.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
96      <HintPath>bin\LibSVM-1.6.3.dll</HintPath>
97      <Private>False</Private>
98    </Reference>
99    <Reference Include="System" />
100    <Reference Include="System.Core">
101      <RequiredTargetFramework>3.5</RequiredTargetFramework>
102    </Reference>
103    <Reference Include="System.Drawing" />
104    <Reference Include="System.Xml.Linq">
105      <RequiredTargetFramework>3.5</RequiredTargetFramework>
106    </Reference>
107    <Reference Include="System.Data.DataSetExtensions">
108      <RequiredTargetFramework>3.5</RequiredTargetFramework>
109    </Reference>
110    <Reference Include="System.Data" />
111    <Reference Include="System.Xml" />
112  </ItemGroup>
113  <ItemGroup>
114    <Compile Include="Plugin.cs" />
115    <Compile Include="Symbolic\Formatters\SymbolicExpressionTreeLatexFormatter.cs" />
116    <Compile Include="Symbolic\Formatters\SymbolicExpressionTreeMATLABFormatter.cs" />
117    <Compile Include="Symbolic\Symbols\Root.cs" />
118    <Compile Include="Symbolic\Symbols\Derivative.cs" />
119    <Compile Include="Symbolic\Symbols\Integral.cs" />
120    <Compile Include="Symbolic\Symbols\TimeLag.cs" />
121    <Compile Include="Symbolic\TypeCoherentExpressionGrammar.cs" />
122    <Compile Include="Symbolic\Symbols\Power.cs" />
123    <Compile Include="Symbolic\Symbols\VariableCondition.cs" />
124    <Compile Include="Symbolic\Symbols\VariableConditionTreeNode.cs" />
125    <Compile Include="TableFileParser.cs" />
126    <None Include="HeuristicLab.snk" />
127    <None Include="Plugin.cs.frame" />
128    <None Include="Properties\AssemblyInfo.cs.frame" />
129    <Compile Include="Evaluators\OnlineCovarianceEvaluator.cs" />
130    <Compile Include="Evaluators\OnlineMeanAndVarianceCalculator.cs" />
131    <Compile Include="Evaluators\OnlineNormalizedMeanSquaredErrorEvaluator.cs" />
132    <Compile Include="DataAnalysisSolution.cs" />
133    <Compile Include="DataAnalysisProblem.cs" />
134    <Compile Include="DataAnalysisProblemData.cs" />
135    <Compile Include="DataFormatException.cs" />
136    <Compile Include="Dataset.cs" />
137    <Compile Include="Evaluators\OnlineMeanAbsolutePercentageErrorEvaluator.cs" />
138    <Compile Include="Evaluators\OnlineMeanSquaredErrorEvaluator.cs" />
139    <Compile Include="Evaluators\OnlinePearsonsRSquaredEvaluator.cs" />
140    <Compile Include="Evaluators\SimpleEvaluator.cs" />
141    <Compile Include="Evaluators\SimpleMeanAbsolutePercentageErrorEvaluator.cs" />
142    <Compile Include="Evaluators\SimpleMeanAbsolutePercentageOfRangeErrorEvaluator.cs" />
143    <Compile Include="Evaluators\SimpleMSEEvaluator.cs" />
144    <Compile Include="Evaluators\SimpleNMSEEvaluator.cs" />
145    <Compile Include="Evaluators\SimpleRSquaredEvaluator.cs" />
146    <Compile Include="Evaluators\SimpleVarianceAccountedForEvaluator.cs" />
147    <Compile Include="Interfaces\ILaggedTreeNode.cs" />
148    <Compile Include="Interfaces\ISingleObjectiveDataAnalysisProblem.cs" />
149    <Compile Include="Interfaces\IDataAnalysisModel.cs" />
150    <Compile Include="Interfaces\IDataAnalysisProblem.cs" />
151    <Compile Include="Interfaces\IOnlineEvaluator.cs" />
152    <Compile Include="MatrixExtensions.cs" />
153    <Compile Include="Properties\AssemblyInfo.cs" />
154    <Compile Include="RandomEnumerable.cs" />
155    <Compile Include="SupportVectorMachine\SupportVectorMachineCrossValidationEvaluator.cs" />
156    <Compile Include="SupportVectorMachine\SupportVectorMachineModel.cs" />
157    <Compile Include="SupportVectorMachine\SupportVectorMachineModelCreator.cs" />
158    <Compile Include="SupportVectorMachine\SupportVectorMachineModelEvaluator.cs" />
159    <Compile Include="SupportVectorMachine\SupportVectorMachineUtil.cs" />
160    <Compile Include="Symbolic\ArithmeticExpressionGrammar.cs" />
161    <Compile Include="Symbolic\FullFunctionalExpressionGrammar.cs" />
162    <Compile Include="Symbolic\ISymbolicExpressionTreeInterpreter.cs" />
163    <Compile Include="Symbolic\SimpleArithmeticExpressionInterpreter.cs" />
164    <Compile Include="Symbolic\SymbolicSimplifier.cs" />
165    <Compile Include="Symbolic\Symbols\Addition.cs" />
166    <Compile Include="Symbolic\Symbols\LaggedSymbol.cs" />
167    <Compile Include="Symbolic\Symbols\Constant.cs" />
168    <Compile Include="Symbolic\Symbols\ConstantTreeNode.cs" />
169    <Compile Include="Symbolic\Symbols\LaggedTreeNode.cs" />
170    <Compile Include="Symbolic\Symbols\LaggedVariable.cs" />
171    <Compile Include="Symbolic\Symbols\LaggedVariableTreeNode.cs" />
172    <Compile Include="Symbolic\Symbols\GreaterThan.cs" />
173    <Compile Include="Symbolic\Symbols\LessThan.cs" />
174    <Compile Include="Symbolic\Symbols\And.cs" />
175    <Compile Include="Symbolic\Symbols\Or.cs" />
176    <Compile Include="Symbolic\Symbols\Not.cs" />
177    <Compile Include="Symbolic\Symbols\Logarithm.cs" />
178    <Compile Include="Symbolic\Symbols\Exponential.cs" />
179    <Compile Include="Symbolic\Symbols\Sine.cs" />
180    <Compile Include="Symbolic\Symbols\Cosine.cs" />
181    <Compile Include="Symbolic\Symbols\Tangent.cs" />
182    <Compile Include="Symbolic\Symbols\Average.cs" />
183    <Compile Include="Symbolic\Symbols\IfThenElse.cs" />
184    <Compile Include="Symbolic\Symbols\Division.cs" />
185    <Compile Include="Symbolic\Symbols\Multiplication.cs" />
186    <Compile Include="Symbolic\Symbols\Subtraction.cs" />
187    <Compile Include="Symbolic\Symbols\Variable.cs" />
188    <Compile Include="Symbolic\Symbols\VariableTreeNode.cs" />
189    <Compile Include="Symbolic\VariableFrequencyAnalyser.cs" />
190  </ItemGroup>
191  <ItemGroup>
192    <Reference Include="HeuristicLab.Collections-3.3">
193      <HintPath>..\..\bin\HeuristicLab.Collections-3.3.dll</HintPath>
194      <Private>False</Private>
195    </Reference>
196    <Reference Include="HeuristicLab.Common.Resources-3.3">
197      <HintPath>..\..\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
198      <Private>False</Private>
199    </Reference>
200    <Reference Include="HeuristicLab.Common-3.3">
201      <HintPath>..\..\bin\HeuristicLab.Common-3.3.dll</HintPath>
202      <Private>False</Private>
203    </Reference>
204    <Reference Include="HeuristicLab.Core-3.3">
205      <HintPath>..\..\bin\HeuristicLab.Core-3.3.dll</HintPath>
206      <Private>False</Private>
207    </Reference>
208    <Reference Include="HeuristicLab.Data-3.3">
209      <HintPath>..\..\bin\HeuristicLab.Data-3.3.dll</HintPath>
210      <Private>False</Private>
211    </Reference>
212    <Reference Include="HeuristicLab.Operators-3.3">
213      <HintPath>..\..\bin\HeuristicLab.Operators-3.3.dll</HintPath>
214      <Private>False</Private>
215    </Reference>
216    <Reference Include="HeuristicLab.Optimization-3.3">
217      <HintPath>..\..\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
218      <Private>False</Private>
219    </Reference>
220    <Reference Include="HeuristicLab.Parameters-3.3">
221      <HintPath>..\..\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
222      <Private>False</Private>
223    </Reference>
224    <Reference Include="HeuristicLab.Persistence-3.3">
225      <HintPath>..\..\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
226      <Private>False</Private>
227    </Reference>
228    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
229      <HintPath>..\..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
230      <Private>False</Private>
231    </Reference>
232    <Reference Include="HeuristicLab.Random-3.3">
233      <HintPath>..\..\bin\HeuristicLab.Random-3.3.dll</HintPath>
234      <Private>False</Private>
235    </Reference>
236  </ItemGroup>
237  <ItemGroup>
238    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
239      <Visible>False</Visible>
240      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
241      <Install>false</Install>
242    </BootstrapperPackage>
243    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
244      <Visible>False</Visible>
245      <ProductName>.NET Framework 3.5 SP1</ProductName>
246      <Install>true</Install>
247    </BootstrapperPackage>
248    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
249      <Visible>False</Visible>
250      <ProductName>Windows Installer 3.1</ProductName>
251      <Install>true</Install>
252    </BootstrapperPackage>
253  </ItemGroup>
254  <ItemGroup>
255    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">
256      <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project>
257      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name>
258      <Private>False</Private>
259    </ProjectReference>
260  </ItemGroup>
261  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
262  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
263       Other similar extension points exist, see Microsoft.Common.targets.
264  <Target Name="BeforeBuild">
265  </Target>
266  <Target Name="AfterBuild">
267  </Target>
268  -->
269  <PropertyGroup>
270    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
271set ProjectDir=$(ProjectDir)
272set SolutionDir=$(SolutionDir)
273set Outdir=$(Outdir)
274
275call PreBuildEvent.cmd
276</PreBuildEvent>
277  </PropertyGroup>
278</Project>
Note: See TracBrowser for help on using the repository browser.