Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.3/HeuristicLab.Algorithms.DataAnalysis-3.3.csproj @ 4065

Last change on this file since 4065 was 4065, checked in by swagner, 14 years ago

Migrated solution and projects to Visual Studio 2010 (#1093)

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>v3.5</TargetFrameworkVersion>
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>bin\Debug\</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>bin\Release\</OutputPath>
53    <DefineConstants>TRACE</DefineConstants>
54    <ErrorReport>prompt</ErrorReport>
55    <WarningLevel>4</WarningLevel>
56    <DocumentationFile>bin\Release\HeuristicLab.Algorithms.DataAnalysis-3.3.xml</DocumentationFile>
57    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
58  </PropertyGroup>
59  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
60    <DebugSymbols>true</DebugSymbols>
61    <OutputPath>bin\x86\Debug\</OutputPath>
62    <DefineConstants>DEBUG;TRACE</DefineConstants>
63    <DebugType>full</DebugType>
64    <PlatformTarget>x86</PlatformTarget>
65    <ErrorReport>prompt</ErrorReport>
66    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
67  </PropertyGroup>
68  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
69    <OutputPath>bin\x86\Release\</OutputPath>
70    <DefineConstants>TRACE</DefineConstants>
71    <DocumentationFile>bin\x86\Release\HeuristicLab.Algorithms.DataAnalysis-3.3.xml</DocumentationFile>
72    <Optimize>true</Optimize>
73    <DebugType>pdbonly</DebugType>
74    <PlatformTarget>x86</PlatformTarget>
75    <ErrorReport>prompt</ErrorReport>
76    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
77  </PropertyGroup>
78  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
79    <DebugSymbols>true</DebugSymbols>
80    <OutputPath>bin\x64\Debug\</OutputPath>
81    <DefineConstants>DEBUG;TRACE</DefineConstants>
82    <DebugType>full</DebugType>
83    <PlatformTarget>x64</PlatformTarget>
84    <ErrorReport>prompt</ErrorReport>
85    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
86  </PropertyGroup>
87  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
88    <OutputPath>bin\x64\Release\</OutputPath>
89    <DefineConstants>TRACE</DefineConstants>
90    <DocumentationFile>bin\x64\Release\HeuristicLab.Algorithms.DataAnalysis-3.3.xml</DocumentationFile>
91    <Optimize>true</Optimize>
92    <DebugType>pdbonly</DebugType>
93    <PlatformTarget>x64</PlatformTarget>
94    <ErrorReport>prompt</ErrorReport>
95    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
96  </PropertyGroup>
97  <ItemGroup>
98    <Reference Include="System" />
99    <Reference Include="System.Core">
100      <RequiredTargetFramework>3.5</RequiredTargetFramework>
101    </Reference>
102    <Reference Include="System.Data" />
103    <Reference Include="System.Xml" />
104  </ItemGroup>
105  <ItemGroup>
106    <Compile Include="SupportVectorMachine.cs" />
107    <Compile Include="HeuristicLabAlgorithmsDataAnalysisPlugin.cs" />
108    <Compile Include="LinearRegression.cs" />
109    <Compile Include="Properties\AssemblyInfo.cs" />
110  </ItemGroup>
111  <ItemGroup>
112    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
113      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
114      <Name>HeuristicLab.Analysis-3.3</Name>
115    </ProjectReference>
116    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
117      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
118      <Name>HeuristicLab.Collections-3.3</Name>
119    </ProjectReference>
120    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
121      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
122      <Name>HeuristicLab.Common-3.3</Name>
123    </ProjectReference>
124    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
125      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
126      <Name>HeuristicLab.Core-3.3</Name>
127    </ProjectReference>
128    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
129      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
130      <Name>HeuristicLab.Data-3.3</Name>
131    </ProjectReference>
132    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">
133      <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project>
134      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name>
135    </ProjectReference>
136    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
137      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
138      <Name>HeuristicLab.Operators-3.3</Name>
139    </ProjectReference>
140    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
141      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
142      <Name>HeuristicLab.Optimization-3.3</Name>
143    </ProjectReference>
144    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
145      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
146      <Name>HeuristicLab.Parameters-3.3</Name>
147    </ProjectReference>
148    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
149      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
150      <Name>HeuristicLab.Persistence-3.3</Name>
151    </ProjectReference>
152    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
153      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
154      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
155    </ProjectReference>
156    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Regression\3.3\HeuristicLab.Problems.DataAnalysis.Regression-3.3.csproj">
157      <Project>{BDF86B1D-630E-4CE2-8A49-8C90B1BDE4C9}</Project>
158      <Name>HeuristicLab.Problems.DataAnalysis.Regression-3.3</Name>
159    </ProjectReference>
160    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.3\HeuristicLab.Problems.DataAnalysis-3.3.csproj">
161      <Project>{70DFD984-B1D9-46FE-8EB7-4DE92D71A9FC}</Project>
162      <Name>HeuristicLab.Problems.DataAnalysis-3.3</Name>
163    </ProjectReference>
164    <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
165      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
166      <Name>HeuristicLab.Random-3.3</Name>
167    </ProjectReference>
168  </ItemGroup>
169  <ItemGroup>
170    <None Include="HeuristicLab.snk" />
171    <None Include="HeuristicLabAlgorithmsDataAnalysisPlugin.cs.frame" />
172    <None Include="Properties\AssemblyInfo.frame" />
173  </ItemGroup>
174  <ItemGroup>
175    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
176      <Visible>False</Visible>
177      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
178      <Install>false</Install>
179    </BootstrapperPackage>
180    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
181      <Visible>False</Visible>
182      <ProductName>.NET Framework 3.5 SP1</ProductName>
183      <Install>true</Install>
184    </BootstrapperPackage>
185    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
186      <Visible>False</Visible>
187      <ProductName>Windows Installer 3.1</ProductName>
188      <Install>true</Install>
189    </BootstrapperPackage>
190  </ItemGroup>
191  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
192  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
193       Other similar extension points exist, see Microsoft.Common.targets.
194  <Target Name="BeforeBuild">
195  </Target>
196  <Target Name="AfterBuild">
197  </Target>
198  -->
199  <PropertyGroup>
200    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
201set ProjectDir=$(ProjectDir)
202set SolutionDir=$(SolutionDir)
203set Outdir=$(Outdir)
204
205call PreBuildEvent.cmd
206SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabAlgorithmsDataAnalysisPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabAlgorithmsDataAnalysisPlugin.cs"</PreBuildEvent>
207  </PropertyGroup>
208</Project>
Note: See TracBrowser for help on using the repository browser.