Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/HeuristicLab.MainForm.WindowsForms-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: 11.2 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
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>{AB687BBE-1BFE-476B-906D-44237135431D}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.MainForm.WindowsForms</RootNamespace>
12    <AssemblyName>HeuristicLab.MainForm.WindowsForms-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <TargetFrameworkProfile></TargetFrameworkProfile>
15    <FileAlignment>512</FileAlignment>
16    <SignAssembly>true</SignAssembly>
17    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
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>
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    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
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.MainForm.WindowsForms-3.3.xml</DocumentationFile>
56    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
57  </PropertyGroup>
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>
65    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
66  </PropertyGroup>
67  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
68    <OutputPath>bin\x64\Release\</OutputPath>
69    <DefineConstants>TRACE</DefineConstants>
70    <Optimize>true</Optimize>
71    <DebugType>pdbonly</DebugType>
72    <PlatformTarget>x64</PlatformTarget>
73    <ErrorReport>prompt</ErrorReport>
74    <DocumentationFile>bin\x64\Release\HeuristicLab.MainForm.WindowsForms-3.3.xml</DocumentationFile>
75    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
76  </PropertyGroup>
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>
84    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
85  </PropertyGroup>
86  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
87    <OutputPath>bin\x86\Release\</OutputPath>
88    <DefineConstants>TRACE</DefineConstants>
89    <Optimize>true</Optimize>
90    <DebugType>pdbonly</DebugType>
91    <PlatformTarget>x86</PlatformTarget>
92    <ErrorReport>prompt</ErrorReport>
93    <DocumentationFile>bin\x86\Release\HeuristicLab.MainForm.WindowsForms-3.3.xml</DocumentationFile>
94    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
95  </PropertyGroup>
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>
113    <Compile Include="ActionUserInterfaceItem.cs" />
114    <Compile Include="AsynchronousContentView.cs">
115      <SubType>UserControl</SubType>
116    </Compile>
117    <Compile Include="AsynchronousContentView.Designer.cs">
118      <DependentUpon>AsynchronousContentView.cs</DependentUpon>
119    </Compile>
120    <Compile Include="ContentView.cs">
121      <SubType>UserControl</SubType>
122    </Compile>
123    <Compile Include="ContentView.Designer.cs">
124      <DependentUpon>ContentView.cs</DependentUpon>
125    </Compile>
126    <None Include="HeuristicLabMainFormWindowsFormsPlugin.cs.frame" />
127    <Compile Include="ControlExtensions.cs" />
128    <Compile Include="DockForm.cs">
129      <SubType>Form</SubType>
130    </Compile>
131    <Compile Include="DockForm.Designer.cs">
132      <DependentUpon>DockForm.cs</DependentUpon>
133    </Compile>
134    <Compile Include="DockingMainForm.cs">
135      <SubType>Form</SubType>
136    </Compile>
137    <Compile Include="DockingMainForm.Designer.cs">
138      <DependentUpon>DockingMainForm.cs</DependentUpon>
139    </Compile>
140    <Compile Include="Sidebar.cs">
141      <SubType>UserControl</SubType>
142    </Compile>
143    <Compile Include="Sidebar.Designer.cs">
144      <DependentUpon>Sidebar.cs</DependentUpon>
145    </Compile>
146    <Compile Include="DocumentForm.cs">
147      <SubType>Form</SubType>
148    </Compile>
149    <Compile Include="DocumentForm.Designer.cs">
150      <DependentUpon>DocumentForm.cs</DependentUpon>
151    </Compile>
152    <Compile Include="HeuristicLabMainFormWindowsFormsPlugin.cs" />
153    <Compile Include="MainForm.cs">
154      <SubType>Form</SubType>
155    </Compile>
156    <Compile Include="MainForm.Designer.cs">
157      <DependentUpon>MainForm.cs</DependentUpon>
158    </Compile>
159    <Compile Include="MenuItem.cs" />
160    <Compile Include="MultipleDocumentMainForm.cs">
161      <SubType>Form</SubType>
162    </Compile>
163    <Compile Include="MultipleDocumentMainForm.Designer.cs">
164      <DependentUpon>MultipleDocumentMainForm.cs</DependentUpon>
165    </Compile>
166    <Compile Include="Properties\AssemblyInfo.cs" />
167    <Compile Include="SingleDocumentMainForm.cs">
168      <SubType>Form</SubType>
169    </Compile>
170    <Compile Include="SingleDocumentMainForm.Designer.cs">
171      <DependentUpon>SingleDocumentMainForm.cs</DependentUpon>
172    </Compile>
173    <Compile Include="ToolBarItem.cs" />
174    <Compile Include="View.cs">
175      <SubType>UserControl</SubType>
176    </Compile>
177    <Compile Include="View.Designer.cs">
178      <DependentUpon>View.cs</DependentUpon>
179    </Compile>
180    <Compile Include="ViewContextMenuStrip.cs">
181      <SubType>Component</SubType>
182    </Compile>
183    <Compile Include="ViewContextMenuStrip.Designer.cs">
184      <DependentUpon>ViewContextMenuStrip.cs</DependentUpon>
185    </Compile>
186    <Compile Include="ViewHost.cs">
187      <SubType>UserControl</SubType>
188    </Compile>
189    <Compile Include="ViewHost.Designer.cs">
190      <DependentUpon>ViewHost.cs</DependentUpon>
191    </Compile>
192  </ItemGroup>
193  <ItemGroup>
194    <None Include="HeuristicLab.snk" />
195    <None Include="Properties\AssemblyInfo.frame" />
196  </ItemGroup>
197  <ItemGroup>
198    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
199      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
200      <Name>HeuristicLab.Common.Resources-3.3</Name>
201    </ProjectReference>
202    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
203      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
204      <Name>HeuristicLab.Common-3.3</Name>
205    </ProjectReference>
206    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.WinFormsUI\2.3.1\HeuristicLab.WinFormsUI-2.3.1\HeuristicLab.WinFormsUI-2.3.1.csproj">
207      <Project>{678E2145-8152-4E19-9646-07D439D00301}</Project>
208      <Name>HeuristicLab.WinFormsUI-2.3.1 %28HeuristicLab.ExtLibs\HeuristicLab.WinFormsUI\HeuristicLab.WinFormsUI-2.3.1\HeuristicLab.WinFormsUI-2.3.1%29</Name>
209    </ProjectReference>
210    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.WinFormsUI\2.3.1\WinFormsUI-2.3.1\WinFormsUI-2.3.1.csproj">
211      <Project>{1849A92E-DCFC-4E05-BB0A-D7B7A3DAFCFB}</Project>
212      <Name>WinFormsUI-2.3.1</Name>
213    </ProjectReference>
214    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
215      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
216      <Name>HeuristicLab.MainForm-3.3</Name>
217    </ProjectReference>
218    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
219      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
220      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
221    </ProjectReference>
222  </ItemGroup>
223  <ItemGroup>
224    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
225      <Visible>False</Visible>
226      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
227      <Install>false</Install>
228    </BootstrapperPackage>
229    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
230      <Visible>False</Visible>
231      <ProductName>.NET Framework 3.5 SP1</ProductName>
232      <Install>true</Install>
233    </BootstrapperPackage>
234    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
235      <Visible>False</Visible>
236      <ProductName>Windows Installer 3.1</ProductName>
237      <Install>true</Install>
238    </BootstrapperPackage>
239  </ItemGroup>
240  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
241  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
242       Other similar extension points exist, see Microsoft.Common.targets.
243  <Target Name="BeforeBuild">
244  </Target>
245  <Target Name="AfterBuild">
246  </Target>
247  -->
248  <PropertyGroup>
249    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
250set ProjectDir=$(ProjectDir)
251set SolutionDir=$(SolutionDir)
252set Outdir=$(Outdir)
253
254call PreBuildEvent.cmd
255SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabMainFormWindowsFormsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabMainFormWindowsFormsPlugin.cs"</PreBuildEvent>
256  </PropertyGroup>
257</Project>
Note: See TracBrowser for help on using the repository browser.