Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Data/3.3/HeuristicLab.Data-3.3.csproj @ 4477

Last change on this file since 4477 was 4477, checked in by gkronber, 14 years ago

Merged r4458, r4459,r4462,r4464 from data analysis exploration branch into trunk. #1142

File size: 9.1 KB
RevLine 
[4065]1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
[2]3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
[763]6    <ProductVersion>9.0.30729</ProductVersion>
[2]7    <SchemaVersion>2.0</SchemaVersion>
[1669]8    <ProjectGuid>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</ProjectGuid>
[2]9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Data</RootNamespace>
[1669]12    <AssemblyName>HeuristicLab.Data-3.3</AssemblyName>
[2]13    <SignAssembly>true</SignAssembly>
14    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
15    <FileUpgradeFlags>
16    </FileUpgradeFlags>
[4065]17    <OldToolsVersion>3.5</OldToolsVersion>
[2]18    <UpgradeBackupLocation>
19    </UpgradeBackupLocation>
[4065]20    <IsWebBootstrapper>true</IsWebBootstrapper>
21    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
[2]22    <PublishUrl>http://localhost/HeuristicLab.Data/</PublishUrl>
23    <Install>true</Install>
24    <InstallFrom>Web</InstallFrom>
25    <UpdateEnabled>true</UpdateEnabled>
26    <UpdateMode>Foreground</UpdateMode>
27    <UpdateInterval>7</UpdateInterval>
28    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
29    <UpdatePeriodically>false</UpdatePeriodically>
30    <UpdateRequired>false</UpdateRequired>
31    <MapFileExtensions>true</MapFileExtensions>
32    <ApplicationRevision>0</ApplicationRevision>
33    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
34    <UseApplicationTrust>false</UseApplicationTrust>
35    <BootstrapperEnabled>true</BootstrapperEnabled>
36  </PropertyGroup>
37  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
38    <DebugSymbols>true</DebugSymbols>
39    <DebugType>full</DebugType>
40    <Optimize>false</Optimize>
41    <OutputPath>bin\Debug\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <ErrorReport>prompt</ErrorReport>
44    <WarningLevel>4</WarningLevel>
45    <DocumentationFile>
46    </DocumentationFile>
[4065]47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2]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>
[1669]56    <DocumentationFile>bin\Release\HeuristicLab.Data-3.3.xml</DocumentationFile>
[2]57    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
[4065]58    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2]59  </PropertyGroup>
[564]60  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
61    <DebugSymbols>true</DebugSymbols>
62    <OutputPath>bin\x86\Debug\</OutputPath>
63    <DefineConstants>DEBUG;TRACE</DefineConstants>
64    <DebugType>full</DebugType>
65    <PlatformTarget>x86</PlatformTarget>
66    <ErrorReport>prompt</ErrorReport>
[4065]67    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[564]68  </PropertyGroup>
69  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
70    <OutputPath>bin\x86\Release\</OutputPath>
71    <DefineConstants>TRACE</DefineConstants>
[2900]72    <DocumentationFile>bin\x86\Release\HeuristicLab.Data-3.3.xml</DocumentationFile>
[564]73    <Optimize>true</Optimize>
74    <DebugType>pdbonly</DebugType>
75    <PlatformTarget>x86</PlatformTarget>
76    <ErrorReport>prompt</ErrorReport>
[4065]77    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[564]78  </PropertyGroup>
[1474]79  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
80    <DebugSymbols>true</DebugSymbols>
81    <OutputPath>bin\x64\Debug\</OutputPath>
82    <DefineConstants>DEBUG;TRACE</DefineConstants>
83    <DebugType>full</DebugType>
84    <PlatformTarget>x64</PlatformTarget>
85    <ErrorReport>prompt</ErrorReport>
[4065]86    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[1474]87  </PropertyGroup>
88  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
89    <OutputPath>bin\x64\Release\</OutputPath>
90    <DefineConstants>TRACE</DefineConstants>
[2900]91    <DocumentationFile>bin\x64\Release\HeuristicLab.Data-3.3.xml</DocumentationFile>
[1474]92    <Optimize>true</Optimize>
93    <DebugType>pdbonly</DebugType>
94    <PlatformTarget>x64</PlatformTarget>
95    <ErrorReport>prompt</ErrorReport>
[4065]96    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[1474]97  </PropertyGroup>
[2]98  <ItemGroup>
99    <Reference Include="System" />
[1669]100    <Reference Include="System.Core">
101      <RequiredTargetFramework>3.5</RequiredTargetFramework>
102    </Reference>
[2]103    <Reference Include="System.Data" />
[3306]104    <Reference Include="System.Drawing" />
[2]105    <Reference Include="System.Xml" />
106  </ItemGroup>
107  <ItemGroup>
[2754]108    <None Include="HeuristicLabDataPlugin.cs.frame" />
[3047]109    <Compile Include="BoolArray.cs" />
110    <Compile Include="BoolMatrix.cs" />
111    <Compile Include="BoolValue.cs" />
[2757]112    <Compile Include="Comparison.cs" />
[3047]113    <Compile Include="ComparisonType.cs" />
[3095]114    <Compile Include="PercentValue.cs" />
[3047]115    <Compile Include="DateTimeValue.cs" />
116    <Compile Include="DoubleArray.cs" />
117    <Compile Include="DoubleMatrix.cs" />
118    <Compile Include="DoubleValue.cs" />
[2694]119    <Compile Include="FormatPatterns.cs" />
[2663]120    <Compile Include="HeuristicLabDataPlugin.cs" />
[3047]121    <Compile Include="IntArray.cs" />
122    <Compile Include="IntMatrix.cs" />
123    <Compile Include="IntValue.cs" />
124    <Compile Include="IStringConvertibleArray.cs" />
125    <Compile Include="IStringConvertibleMatrix.cs" />
126    <Compile Include="IStringConvertibleValue.cs" />
[2]127    <Compile Include="Properties\AssemblyInfo.cs" />
[3047]128    <Compile Include="StringArray.cs" />
129    <Compile Include="StringMatrix.cs" />
130    <Compile Include="StringValue.cs" />
131    <Compile Include="TimeSpanValue.cs" />
132    <Compile Include="ValueTypeArray.cs" />
133    <Compile Include="ValueTypeMatrix.cs" />
134    <Compile Include="ValueTypeValue.cs" />
[2]135  </ItemGroup>
136  <ItemGroup>
[3702]137    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
[2663]138      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
[3702]139      <Name>HeuristicLab.Common.Resources-3.3</Name>
[2474]140    </ProjectReference>
[3384]141    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
142      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
143      <Name>HeuristicLab.Common-3.3</Name>
[2669]144    </ProjectReference>
[1669]145    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
146      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
147      <Name>HeuristicLab.Core-3.3</Name>
[2]148    </ProjectReference>
[1669]149    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
150      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
151      <Name>HeuristicLab.Persistence-3.3</Name>
152    </ProjectReference>
[3832]153    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
[2]154      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
[3832]155      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
[2]156    </ProjectReference>
157  </ItemGroup>
158  <ItemGroup>
159    <None Include="HeuristicLab.snk" />
[30]160    <None Include="Properties\AssemblyInfo.frame" />
[2]161  </ItemGroup>
162  <ItemGroup>
[4065]163    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
164      <Visible>False</Visible>
165      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
166      <Install>false</Install>
167    </BootstrapperPackage>
[2]168    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
169      <Visible>False</Visible>
170      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
171      <Install>true</Install>
172    </BootstrapperPackage>
173    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
174      <Visible>False</Visible>
175      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
176      <Install>false</Install>
177    </BootstrapperPackage>
178    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
179      <Visible>False</Visible>
180      <ProductName>.NET Framework 3.5</ProductName>
181      <Install>false</Install>
182    </BootstrapperPackage>
[4065]183    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
184      <Visible>False</Visible>
185      <ProductName>.NET Framework 3.5 SP1</ProductName>
186      <Install>false</Install>
187    </BootstrapperPackage>
[2]188  </ItemGroup>
189  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
190  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
191       Other similar extension points exist, see Microsoft.Common.targets.
192  <Target Name="BeforeBuild">
193  </Target>
194  <Target Name="AfterBuild">
195  </Target>
196  -->
[30]197  <PropertyGroup>
[852]198    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
199set ProjectDir=$(ProjectDir)
200set SolutionDir=$(SolutionDir)
201set Outdir=$(Outdir)
202
[2754]203call PreBuildEvent.cmd
204SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabDataPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabDataPlugin.cs"</PreBuildEvent>
[30]205  </PropertyGroup>
[2]206</Project>
Note: See TracBrowser for help on using the repository browser.