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
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>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Data</RootNamespace>
12    <AssemblyName>HeuristicLab.Data-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    <IsWebBootstrapper>true</IsWebBootstrapper>
21    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
22    <TargetFrameworkProfile></TargetFrameworkProfile>
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>
48    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
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>
57    <DocumentationFile>bin\Release\HeuristicLab.Data-3.3.xml</DocumentationFile>
58    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
59    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
60  </PropertyGroup>
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>
68    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
69  </PropertyGroup>
70  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
71    <OutputPath>bin\x86\Release\</OutputPath>
72    <DefineConstants>TRACE</DefineConstants>
73    <DocumentationFile>bin\x86\Release\HeuristicLab.Data-3.3.xml</DocumentationFile>
74    <Optimize>true</Optimize>
75    <DebugType>pdbonly</DebugType>
76    <PlatformTarget>x86</PlatformTarget>
77    <ErrorReport>prompt</ErrorReport>
78    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
79  </PropertyGroup>
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>
87    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
88  </PropertyGroup>
89  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
90    <OutputPath>bin\x64\Release\</OutputPath>
91    <DefineConstants>TRACE</DefineConstants>
92    <DocumentationFile>bin\x64\Release\HeuristicLab.Data-3.3.xml</DocumentationFile>
93    <Optimize>true</Optimize>
94    <DebugType>pdbonly</DebugType>
95    <PlatformTarget>x64</PlatformTarget>
96    <ErrorReport>prompt</ErrorReport>
97    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
98  </PropertyGroup>
99  <ItemGroup>
100    <Reference Include="System" />
101    <Reference Include="System.Core">
102      <RequiredTargetFramework>3.5</RequiredTargetFramework>
103    </Reference>
104    <Reference Include="System.Data" />
105    <Reference Include="System.Drawing" />
106    <Reference Include="System.Xml" />
107  </ItemGroup>
108  <ItemGroup>
109    <None Include="HeuristicLabDataPlugin.cs.frame" />
110    <Compile Include="BoolArray.cs" />
111    <Compile Include="BoolMatrix.cs" />
112    <Compile Include="BoolValue.cs" />
113    <Compile Include="Comparison.cs" />
114    <Compile Include="ComparisonType.cs" />
115    <Compile Include="PercentValue.cs" />
116    <Compile Include="DateTimeValue.cs" />
117    <Compile Include="DoubleArray.cs" />
118    <Compile Include="DoubleMatrix.cs" />
119    <Compile Include="DoubleValue.cs" />
120    <Compile Include="FormatPatterns.cs" />
121    <Compile Include="HeuristicLabDataPlugin.cs" />
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" />
128    <Compile Include="Properties\AssemblyInfo.cs" />
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" />
136  </ItemGroup>
137  <ItemGroup>
138    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
139      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
140      <Name>HeuristicLab.Common.Resources-3.3</Name>
141    </ProjectReference>
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>
145    </ProjectReference>
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>
149    </ProjectReference>
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>
154    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
155      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
156      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
157    </ProjectReference>
158  </ItemGroup>
159  <ItemGroup>
160    <None Include="HeuristicLab.snk" />
161    <None Include="Properties\AssemblyInfo.frame" />
162  </ItemGroup>
163  <ItemGroup>
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>
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>
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>
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  -->
198  <PropertyGroup>
199    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
200set ProjectDir=$(ProjectDir)
201set SolutionDir=$(SolutionDir)
202set Outdir=$(Outdir)
203
204call PreBuildEvent.cmd
205SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabDataPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabDataPlugin.cs"</PreBuildEvent>
206  </PropertyGroup>
207</Project>
Note: See TracBrowser for help on using the repository browser.