Free cookie consent management tool by TermsFeed Policy Generator

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

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

Reintegrated .NET 4.0 migration branch (#1350)

File size: 9.9 KB
RevLine 
[2663]1<?xml version="1.0" encoding="utf-8"?>
[4065]2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
[2663]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>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Data.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Data.Views-3.3</AssemblyName>
[5163]13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <TargetFrameworkProfile></TargetFrameworkProfile>
[2663]15    <FileAlignment>512</FileAlignment>
16    <SignAssembly>true</SignAssembly>
17    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
[4065]18    <FileUpgradeFlags>
19    </FileUpgradeFlags>
20    <OldToolsVersion>3.5</OldToolsVersion>
21    <UpgradeBackupLocation />
22    <PublishUrl>publish\</PublishUrl>
23    <Install>true</Install>
24    <InstallFrom>Disk</InstallFrom>
25    <UpdateEnabled>false</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    <IsWebBootstrapper>false</IsWebBootstrapper>
35    <UseApplicationTrust>false</UseApplicationTrust>
36    <BootstrapperEnabled>true</BootstrapperEnabled>
[2663]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>
[4065]46    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2663]47  </PropertyGroup>
48  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
49    <DebugType>pdbonly</DebugType>
50    <Optimize>true</Optimize>
51    <OutputPath>bin\Release\</OutputPath>
52    <DefineConstants>TRACE</DefineConstants>
53    <ErrorReport>prompt</ErrorReport>
54    <WarningLevel>4</WarningLevel>
55    <DocumentationFile>bin\Release\HeuristicLab.Data.Views-3.3.XML</DocumentationFile>
[4065]56    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2663]57  </PropertyGroup>
[2803]58  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
59    <DebugSymbols>true</DebugSymbols>
60    <OutputPath>bin\x64\Debug\</OutputPath>
61    <DefineConstants>DEBUG;TRACE</DefineConstants>
62    <DebugType>full</DebugType>
63    <PlatformTarget>x64</PlatformTarget>
64    <ErrorReport>prompt</ErrorReport>
[4065]65    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2803]66  </PropertyGroup>
67  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
68    <OutputPath>bin\x64\Release\</OutputPath>
69    <DefineConstants>TRACE</DefineConstants>
[2900]70    <DocumentationFile>bin\x64\Release\HeuristicLab.Data.Views-3.3.XML</DocumentationFile>
[2803]71    <Optimize>true</Optimize>
72    <DebugType>pdbonly</DebugType>
73    <PlatformTarget>x64</PlatformTarget>
74    <ErrorReport>prompt</ErrorReport>
[4065]75    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2803]76  </PropertyGroup>
[2900]77  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
78    <DebugSymbols>true</DebugSymbols>
79    <OutputPath>bin\x86\Debug\</OutputPath>
80    <DefineConstants>DEBUG;TRACE</DefineConstants>
81    <DebugType>full</DebugType>
82    <PlatformTarget>x86</PlatformTarget>
83    <ErrorReport>prompt</ErrorReport>
[4065]84    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2900]85  </PropertyGroup>
86  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
87    <OutputPath>bin\x86\Release\</OutputPath>
88    <DefineConstants>TRACE</DefineConstants>
89    <DocumentationFile>bin\x86\Release\HeuristicLab.Data.Views-3.3.XML</DocumentationFile>
90    <Optimize>true</Optimize>
91    <DebugType>pdbonly</DebugType>
92    <PlatformTarget>x86</PlatformTarget>
93    <ErrorReport>prompt</ErrorReport>
[4065]94    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2900]95  </PropertyGroup>
[2663]96  <ItemGroup>
97    <Reference Include="System" />
98    <Reference Include="System.Core">
99      <RequiredTargetFramework>3.5</RequiredTargetFramework>
100    </Reference>
101    <Reference Include="System.Drawing" />
102    <Reference Include="System.Windows.Forms" />
103    <Reference Include="System.Xml.Linq">
104      <RequiredTargetFramework>3.5</RequiredTargetFramework>
105    </Reference>
106    <Reference Include="System.Data.DataSetExtensions">
107      <RequiredTargetFramework>3.5</RequiredTargetFramework>
108    </Reference>
109    <Reference Include="System.Data" />
110    <Reference Include="System.Xml" />
111  </ItemGroup>
112  <ItemGroup>
[3047]113    <None Include="HeuristicLabDataViewsPlugin.cs.frame" />
114    <Compile Include="BoolValueView.cs">
[2663]115      <SubType>UserControl</SubType>
116    </Compile>
[3047]117    <Compile Include="BoolValueView.Designer.cs">
118      <DependentUpon>BoolValueView.cs</DependentUpon>
[2663]119    </Compile>
[3316]120    <Compile Include="ColumnsVisibilityDialog.cs">
121      <SubType>Form</SubType>
122    </Compile>
123    <Compile Include="ColumnsVisibilityDialog.Designer.cs">
124      <DependentUpon>ColumnsVisibilityDialog.cs</DependentUpon>
125    </Compile>
[3047]126    <Compile Include="ComparisonView.cs">
[2757]127      <SubType>UserControl</SubType>
128    </Compile>
[3047]129    <Compile Include="ComparisonView.Designer.cs">
130      <DependentUpon>ComparisonView.cs</DependentUpon>
[2757]131    </Compile>
[3047]132    <Compile Include="HeuristicLabDataViewsPlugin.cs" />
133    <Compile Include="Properties\AssemblyInfo.cs" />
134    <Compile Include="StringConvertibleArrayView.cs">
[2973]135      <SubType>UserControl</SubType>
136    </Compile>
[3047]137    <Compile Include="StringConvertibleArrayView.Designer.cs">
138      <DependentUpon>StringConvertibleArrayView.cs</DependentUpon>
[2973]139    </Compile>
[3047]140    <Compile Include="StringConvertibleMatrixView.cs">
[2665]141      <SubType>UserControl</SubType>
142    </Compile>
[3047]143    <Compile Include="StringConvertibleMatrixView.Designer.cs">
144      <DependentUpon>StringConvertibleMatrixView.cs</DependentUpon>
[2665]145    </Compile>
[3047]146    <Compile Include="StringConvertibleValueView.cs">
[2677]147      <SubType>UserControl</SubType>
148    </Compile>
[3047]149    <Compile Include="StringConvertibleValueView.Designer.cs">
150      <DependentUpon>StringConvertibleValueView.cs</DependentUpon>
[2677]151    </Compile>
[2663]152  </ItemGroup>
153  <ItemGroup>
154    <None Include="HeuristicLab.snk" />
155    <None Include="Properties\AssemblyInfo.frame" />
156  </ItemGroup>
157  <ItemGroup>
[3384]158    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
159      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
160      <Name>HeuristicLab.Common-3.3</Name>
[2669]161    </ProjectReference>
[2663]162    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
163      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
164      <Name>HeuristicLab.Core.Views-3.3</Name>
165    </ProjectReference>
166    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
167      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
168      <Name>HeuristicLab.Core-3.3</Name>
169    </ProjectReference>
170    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
171      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
172      <Name>HeuristicLab.Data-3.3</Name>
173    </ProjectReference>
[3437]174    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
[2663]175      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
[3437]176      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
[2663]177    </ProjectReference>
[3437]178    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
[2663]179      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
[3437]180      <Name>HeuristicLab.MainForm-3.3</Name>
[2663]181    </ProjectReference>
[3832]182    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
[2663]183      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
[3832]184      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
[2663]185    </ProjectReference>
186  </ItemGroup>
[4065]187  <ItemGroup>
188    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
189      <Visible>False</Visible>
190      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
191      <Install>false</Install>
192    </BootstrapperPackage>
193    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
194      <Visible>False</Visible>
195      <ProductName>.NET Framework 3.5 SP1</ProductName>
196      <Install>true</Install>
197    </BootstrapperPackage>
198    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
199      <Visible>False</Visible>
200      <ProductName>Windows Installer 3.1</ProductName>
201      <Install>true</Install>
202    </BootstrapperPackage>
203  </ItemGroup>
[2663]204  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
205  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
206       Other similar extension points exist, see Microsoft.Common.targets.
207  <Target Name="BeforeBuild">
208  </Target>
209  <Target Name="AfterBuild">
210  </Target>
211  -->
212  <PropertyGroup>
213    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
214set ProjectDir=$(ProjectDir)
215set SolutionDir=$(SolutionDir)
216set Outdir=$(Outdir)
217
[2754]218call PreBuildEvent.cmd
219SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabDataViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabDataViewsPlugin.cs"</PreBuildEvent>
[2663]220  </PropertyGroup>
221</Project>
Note: See TracBrowser for help on using the repository browser.