Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Trunk/HeuristicLab.Algorithms.DataAnalysis/3.3/HeuristicLab.Algorithms.DataAnalysis-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: 10.1 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
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>{A8D5676D-9662-437A-B44D-ECB4046CDE12}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Algorithms.DataAnalysis</RootNamespace>
12    <AssemblyName>HeuristicLab.Algorithms.DataAnalysis-3.3</AssemblyName>
13    <SignAssembly>true</SignAssembly>
14    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
15    <FileUpgradeFlags>
16    </FileUpgradeFlags>
17    <OldToolsVersion>3.5</OldToolsVersion>
18    <UpgradeBackupLocation>
19    </UpgradeBackupLocation>
20    <StartupObject>
21    </StartupObject>
22    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
23    <TargetFrameworkProfile>
24    </TargetFrameworkProfile>
25    <PublishUrl>publish\</PublishUrl>
26    <Install>true</Install>
27    <InstallFrom>Disk</InstallFrom>
28    <UpdateEnabled>false</UpdateEnabled>
29    <UpdateMode>Foreground</UpdateMode>
30    <UpdateInterval>7</UpdateInterval>
31    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
32    <UpdatePeriodically>false</UpdatePeriodically>
33    <UpdateRequired>false</UpdateRequired>
34    <MapFileExtensions>true</MapFileExtensions>
35    <ApplicationRevision>0</ApplicationRevision>
36    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
37    <IsWebBootstrapper>false</IsWebBootstrapper>
38    <UseApplicationTrust>false</UseApplicationTrust>
39    <BootstrapperEnabled>true</BootstrapperEnabled>
40  </PropertyGroup>
41  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
42    <DebugSymbols>true</DebugSymbols>
43    <DebugType>full</DebugType>
44    <Optimize>false</Optimize>
45    <OutputPath>$(SolutionDir)\bin\Debug\</OutputPath>
46    <DefineConstants>DEBUG;TRACE</DefineConstants>
47    <ErrorReport>prompt</ErrorReport>
48    <WarningLevel>4</WarningLevel>
49    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
50  </PropertyGroup>
51  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
52    <DebugType>pdbonly</DebugType>
53    <Optimize>true</Optimize>
54    <OutputPath>$(SolutionDir)\bin\Release\</OutputPath>
55    <DefineConstants>TRACE</DefineConstants>
56    <ErrorReport>prompt</ErrorReport>
57    <WarningLevel>4</WarningLevel>
58    <DocumentationFile>
59    </DocumentationFile>
60    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
61  </PropertyGroup>
62  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
63    <DebugSymbols>true</DebugSymbols>
64    <OutputPath>$(SolutionDir)\bin\x86\Debug\</OutputPath>
65    <DefineConstants>DEBUG;TRACE</DefineConstants>
66    <DebugType>full</DebugType>
67    <PlatformTarget>x86</PlatformTarget>
68    <ErrorReport>prompt</ErrorReport>
69    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
70  </PropertyGroup>
71  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
72    <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath>
73    <DefineConstants>TRACE</DefineConstants>
74    <DocumentationFile>
75    </DocumentationFile>
76    <Optimize>true</Optimize>
77    <DebugType>pdbonly</DebugType>
78    <PlatformTarget>x86</PlatformTarget>
79    <ErrorReport>prompt</ErrorReport>
80    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
81  </PropertyGroup>
82  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
83    <DebugSymbols>true</DebugSymbols>
84    <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath>
85    <DefineConstants>DEBUG;TRACE</DefineConstants>
86    <DebugType>full</DebugType>
87    <PlatformTarget>x64</PlatformTarget>
88    <ErrorReport>prompt</ErrorReport>
89    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
90  </PropertyGroup>
91  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
92    <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath>
93    <DefineConstants>TRACE</DefineConstants>
94    <DocumentationFile>
95    </DocumentationFile>
96    <Optimize>true</Optimize>
97    <DebugType>pdbonly</DebugType>
98    <PlatformTarget>x64</PlatformTarget>
99    <ErrorReport>prompt</ErrorReport>
100    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
101  </PropertyGroup>
102  <ItemGroup>
103    <Reference Include="System" />
104    <Reference Include="System.Core">
105      <RequiredTargetFramework>3.5</RequiredTargetFramework>
106    </Reference>
107    <Reference Include="System.Data" />
108    <Reference Include="System.Drawing" />
109    <Reference Include="System.Xml" />
110  </ItemGroup>
111  <ItemGroup>
112    <Compile Include="CrossValidation.cs" />
113    <Compile Include="Plugin.cs" />
114    <Compile Include="SupportVectorMachine.cs" />
115    <Compile Include="LinearRegression.cs" />
116    <Compile Include="Properties\AssemblyInfo.cs" />
117  </ItemGroup>
118  <ItemGroup>
119    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
120      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
121      <Name>HeuristicLab.Collections-3.3</Name>
122      <Private>False</Private>
123    </ProjectReference>
124    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
125      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
126      <Name>HeuristicLab.Common.Resources-3.3</Name>
127      <Private>False</Private>
128    </ProjectReference>
129    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
130      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
131      <Name>HeuristicLab.Common-3.3</Name>
132      <Private>False</Private>
133    </ProjectReference>
134    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
135      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
136      <Name>HeuristicLab.Core-3.3</Name>
137      <Private>False</Private>
138    </ProjectReference>
139    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
140      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
141      <Name>HeuristicLab.Data-3.3</Name>
142      <Private>False</Private>
143    </ProjectReference>
144    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">
145      <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project>
146      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name>
147      <Private>False</Private>
148    </ProjectReference>
149    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
150      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
151      <Name>HeuristicLab.Operators-3.3</Name>
152      <Private>False</Private>
153    </ProjectReference>
154    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
155      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
156      <Name>HeuristicLab.Optimization-3.3</Name>
157      <Private>False</Private>
158    </ProjectReference>
159    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
160      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
161      <Name>HeuristicLab.Parameters-3.3</Name>
162      <Private>False</Private>
163    </ProjectReference>
164    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
165      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
166      <Name>HeuristicLab.Persistence-3.3</Name>
167      <Private>False</Private>
168    </ProjectReference>
169    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
170      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
171      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
172      <Private>False</Private>
173    </ProjectReference>
174    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Regression\3.3\HeuristicLab.Problems.DataAnalysis.Regression-3.3.csproj">
175      <Project>{BDF86B1D-630E-4CE2-8A49-8C90B1BDE4C9}</Project>
176      <Name>HeuristicLab.Problems.DataAnalysis.Regression-3.3</Name>
177      <Private>False</Private>
178    </ProjectReference>
179    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.3\HeuristicLab.Problems.DataAnalysis-3.3.csproj">
180      <Project>{70DFD984-B1D9-46FE-8EB7-4DE92D71A9FC}</Project>
181      <Name>HeuristicLab.Problems.DataAnalysis-3.3</Name>
182      <Private>False</Private>
183    </ProjectReference>
184  </ItemGroup>
185  <ItemGroup>
186    <None Include="HeuristicLab.snk" />
187    <None Include="Plugin.cs.frame" />
188    <None Include="Properties\AssemblyInfo.cs.frame" />
189  </ItemGroup>
190  <ItemGroup>
191    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
192      <Visible>False</Visible>
193      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
194      <Install>false</Install>
195    </BootstrapperPackage>
196    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
197      <Visible>False</Visible>
198      <ProductName>.NET Framework 3.5 SP1</ProductName>
199      <Install>true</Install>
200    </BootstrapperPackage>
201    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
202      <Visible>False</Visible>
203      <ProductName>Windows Installer 3.1</ProductName>
204      <Install>true</Install>
205    </BootstrapperPackage>
206  </ItemGroup>
207  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
208  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
209       Other similar extension points exist, see Microsoft.Common.targets.
210  <Target Name="BeforeBuild">
211  </Target>
212  <Target Name="AfterBuild">
213  </Target>
214  -->
215  <PropertyGroup>
216    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
217set ProjectDir=$(ProjectDir)
218set SolutionDir=$(SolutionDir)
219set Outdir=$(Outdir)
220
221call PreBuildEvent.cmd
222</PreBuildEvent>
223  </PropertyGroup>
224</Project>
Note: See TracBrowser for help on using the repository browser.