Free cookie consent management tool by TermsFeed Policy Generator

source: branches/NET40/sources/HeuristicLab.Data/3.3/HeuristicLab.Data-3.3.csproj @ 5142

Last change on this file since 5142 was 5142, checked in by swagner, 13 years ago

Migrated projects to .NET 4.0 (#1350)

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