Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.PluginInfrastructure/3.3/HeuristicLab.PluginInfrastructure-3.3.csproj @ 6021

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

Restructured code and adapted layout of framework version error dialog (#1466)

File size: 16.6 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>{94186A6A-5176-4402-AE83-886557B53CCA}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.PluginInfrastructure</RootNamespace>
12    <AssemblyName>HeuristicLab.PluginInfrastructure-3.3</AssemblyName>
13    <StartupObject>
14    </StartupObject>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17    <FileUpgradeFlags>
18    </FileUpgradeFlags>
19    <OldToolsVersion>3.5</OldToolsVersion>
20    <UpgradeBackupLocation>
21    </UpgradeBackupLocation>
22    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
23    <TargetFrameworkProfile>
24    </TargetFrameworkProfile>
25    <PublishUrl>publish\</PublishUrl>
26    <Install>true</Install>
27    <InstallFrom>Disk</InstallFrom>
28    <UpdateEnabled>false</UpdateEnabled>
29    <UpdateMode>Foreground</UpdateMode>
30    <UpdateInterval>7</UpdateInterval>
31    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
32    <UpdatePeriodically>false</UpdatePeriodically>
33    <UpdateRequired>false</UpdateRequired>
34    <MapFileExtensions>true</MapFileExtensions>
35    <ApplicationRevision>0</ApplicationRevision>
36    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
37    <IsWebBootstrapper>false</IsWebBootstrapper>
38    <UseApplicationTrust>false</UseApplicationTrust>
39    <BootstrapperEnabled>true</BootstrapperEnabled>
40  </PropertyGroup>
41  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
42    <DebugSymbols>true</DebugSymbols>
43    <DebugType>full</DebugType>
44    <Optimize>false</Optimize>
45    <OutputPath>bin\Debug\</OutputPath>
46    <DefineConstants>DEBUG;TRACE</DefineConstants>
47    <ErrorReport>prompt</ErrorReport>
48    <WarningLevel>4</WarningLevel>
49    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
50  </PropertyGroup>
51  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
52    <DebugType>pdbonly</DebugType>
53    <Optimize>true</Optimize>
54    <OutputPath>bin\Release\</OutputPath>
55    <DefineConstants>TRACE</DefineConstants>
56    <ErrorReport>prompt</ErrorReport>
57    <WarningLevel>4</WarningLevel>
58    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
59    <DocumentationFile>bin\Release\HeuristicLab.PluginInfrastructure-3.3.xml</DocumentationFile>
60    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
61  </PropertyGroup>
62  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
63    <DebugSymbols>true</DebugSymbols>
64    <OutputPath>bin\x86\Debug\</OutputPath>
65    <DefineConstants>DEBUG;TRACE</DefineConstants>
66    <DebugType>full</DebugType>
67    <PlatformTarget>x86</PlatformTarget>
68    <ErrorReport>prompt</ErrorReport>
69    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
70  </PropertyGroup>
71  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
72    <OutputPath>bin\x86\Release\</OutputPath>
73    <DefineConstants>TRACE</DefineConstants>
74    <DocumentationFile>bin\x86\Release\HeuristicLab.PluginInfrastructure-3.3.xml</DocumentationFile>
75    <Optimize>true</Optimize>
76    <DebugType>pdbonly</DebugType>
77    <PlatformTarget>x86</PlatformTarget>
78    <ErrorReport>prompt</ErrorReport>
79    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
80  </PropertyGroup>
81  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
82    <DebugSymbols>true</DebugSymbols>
83    <OutputPath>bin\x64\Debug\</OutputPath>
84    <DefineConstants>DEBUG;TRACE</DefineConstants>
85    <DebugType>full</DebugType>
86    <PlatformTarget>x64</PlatformTarget>
87    <ErrorReport>prompt</ErrorReport>
88    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
89  </PropertyGroup>
90  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
91    <OutputPath>bin\x64\Release\</OutputPath>
92    <DefineConstants>TRACE</DefineConstants>
93    <DocumentationFile>bin\x64\Release\HeuristicLab.PluginInfrastructure-3.3.xml</DocumentationFile>
94    <Optimize>true</Optimize>
95    <DebugType>pdbonly</DebugType>
96    <PlatformTarget>x64</PlatformTarget>
97    <ErrorReport>prompt</ErrorReport>
98    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
99  </PropertyGroup>
100  <ItemGroup>
101    <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL" />
102    <Reference Include="System" />
103    <Reference Include="System.Core">
104      <RequiredTargetFramework>3.5</RequiredTargetFramework>
105    </Reference>
106    <Reference Include="System.Data" />
107    <Reference Include="System.Deployment" />
108    <Reference Include="System.Drawing" />
109    <Reference Include="System.IdentityModel">
110      <RequiredTargetFramework>3.0</RequiredTargetFramework>
111    </Reference>
112    <Reference Include="System.Runtime.Serialization">
113      <RequiredTargetFramework>3.0</RequiredTargetFramework>
114    </Reference>
115    <Reference Include="System.ServiceModel">
116      <RequiredTargetFramework>3.0</RequiredTargetFramework>
117    </Reference>
118    <Reference Include="System.Windows.Forms" />
119    <Reference Include="System.Xml" />
120  </ItemGroup>
121  <ItemGroup>
122    <Compile Include="Advanced\AvailablePluginsView.cs">
123      <SubType>UserControl</SubType>
124    </Compile>
125    <Compile Include="Advanced\AvailablePluginsView.Designer.cs">
126      <DependentUpon>AvailablePluginsView.cs</DependentUpon>
127    </Compile>
128    <Compile Include="Advanced\BasicUpdateView.cs">
129      <SubType>UserControl</SubType>
130    </Compile>
131    <Compile Include="Advanced\BasicUpdateView.Designer.cs">
132      <DependentUpon>BasicUpdateView.cs</DependentUpon>
133    </Compile>
134    <Compile Include="Advanced\ConfirmationDialog.cs">
135      <SubType>Form</SubType>
136    </Compile>
137    <Compile Include="Advanced\ConfirmationDialog.Designer.cs">
138      <DependentUpon>ConfirmationDialog.cs</DependentUpon>
139    </Compile>
140    <Compile Include="Advanced\ConnectionSetupView.cs">
141      <SubType>Form</SubType>
142    </Compile>
143    <Compile Include="Advanced\ConnectionSetupView.Designer.cs">
144      <DependentUpon>ConnectionSetupView.cs</DependentUpon>
145    </Compile>
146    <Compile Include="Advanced\DeploymentService\AdminServiceClientFactory.cs" />
147    <Compile Include="Advanced\DeploymentService\DeploymentServerCertificateValidator.cs" />
148    <Compile Include="Advanced\DeploymentService\ServiceClients.cs" />
149    <Compile Include="Advanced\DeploymentService\UpdateServiceClientFactory.cs" />
150    <Compile Include="Advanced\EditProductsView.cs">
151      <SubType>UserControl</SubType>
152    </Compile>
153    <Compile Include="Advanced\EditProductsView.Designer.cs">
154      <DependentUpon>EditProductsView.cs</DependentUpon>
155    </Compile>
156    <Compile Include="Advanced\InstalledPluginsView.cs">
157      <SubType>UserControl</SubType>
158    </Compile>
159    <Compile Include="Advanced\InstalledPluginsView.Designer.cs">
160      <DependentUpon>InstalledPluginsView.cs</DependentUpon>
161    </Compile>
162    <Compile Include="Advanced\LicenseConfirmationDialog.cs">
163      <SubType>Form</SubType>
164    </Compile>
165    <Compile Include="Advanced\LicenseConfirmationDialog.Designer.cs">
166      <DependentUpon>LicenseConfirmationDialog.cs</DependentUpon>
167    </Compile>
168    <Compile Include="Advanced\UploadPluginsView.cs">
169      <SubType>UserControl</SubType>
170    </Compile>
171    <Compile Include="Advanced\UploadPluginsView.Designer.cs">
172      <DependentUpon>UploadPluginsView.cs</DependentUpon>
173    </Compile>
174    <Compile Include="Advanced\Util.cs" />
175    <Compile Include="Advanced\InstallationManagerControl.cs">
176      <SubType>UserControl</SubType>
177    </Compile>
178    <Compile Include="Advanced\InstallationManagerControl.Designer.cs">
179      <DependentUpon>InstallationManagerControl.cs</DependentUpon>
180    </Compile>
181    <Compile Include="Advanced\InstallationManagerException.cs" />
182    <Compile Include="Advanced\InstallationManager.cs" />
183    <Compile Include="Advanced\InstallationManagerForm.cs">
184      <SubType>Form</SubType>
185    </Compile>
186    <Compile Include="Advanced\InstallationManagerForm.Designer.cs">
187      <DependentUpon>InstallationManagerForm.cs</DependentUpon>
188    </Compile>
189    <Compile Include="Advanced\DeploymentService\PluginDescription.cs">
190      <SubType>Code</SubType>
191    </Compile>
192    <Compile Include="Advanced\DeploymentService\ProductDescription.cs">
193      <SubType>Code</SubType>
194    </Compile>
195    <Compile Include="Advanced\IStatusDisplay.cs" />
196    <Compile Include="Advanced\LicenseView.cs">
197      <SubType>Form</SubType>
198    </Compile>
199    <Compile Include="Advanced\LicenseView.Designer.cs">
200      <DependentUpon>LicenseView.cs</DependentUpon>
201    </Compile>
202    <Compile Include="Advanced\MultiSelectListView.cs">
203      <SubType>Component</SubType>
204    </Compile>
205    <Compile Include="Advanced\MultiSelectListView.Designer.cs">
206      <DependentUpon>MultiSelectListView.cs</DependentUpon>
207    </Compile>
208    <Compile Include="Advanced\PluginView.cs">
209      <SubType>Form</SubType>
210    </Compile>
211    <Compile Include="Advanced\PluginView.Designer.cs">
212      <DependentUpon>PluginView.cs</DependentUpon>
213    </Compile>
214    <Compile Include="Attributes\ApplicationAttribute.cs" />
215    <Compile Include="Attributes\ContactInformationAttribute.cs" />
216    <Compile Include="Attributes\NonDiscoverableTypeAttribute.cs" />
217    <Compile Include="Attributes\PluginAttribute.cs" />
218    <Compile Include="Attributes\PluginDependencyAttribute.cs" />
219    <Compile Include="Attributes\PluginFileAttribute.cs" />
220    <Compile Include="BaseClasses\ApplicationBase.cs" />
221    <Compile Include="BaseClasses\PluginBase.cs" />
222    <Compile Include="DefaultApplicationManager.cs" />
223    <Compile Include="ErrorHandling\ErrorDialog.cs">
224      <SubType>Form</SubType>
225    </Compile>
226    <Compile Include="ErrorHandling\ErrorDialog.Designer.cs">
227      <DependentUpon>ErrorDialog.cs</DependentUpon>
228    </Compile>
229    <Compile Include="ErrorHandling\ErrorHandling.cs">
230    </Compile>
231    <Compile Include="ErrorHandling\FrameworkVersionErrorDialog.cs">
232      <SubType>Form</SubType>
233    </Compile>
234    <Compile Include="ErrorHandling\FrameworkVersionErrorDialog.Designer.cs">
235      <DependentUpon>FrameworkVersionErrorDialog.cs</DependentUpon>
236    </Compile>
237    <Compile Include="LightweightApplicationManager.cs" />
238    <Compile Include="Interfaces\IPluginFile.cs" />
239    <Compile Include="Interfaces\IApplicationManager.cs" />
240    <Compile Include="Interfaces\IApplicationDescription.cs" />
241    <Compile Include="Interfaces\IApplication.cs" />
242    <Compile Include="Interfaces\IControlManager.cs" />
243    <Compile Include="Interfaces\IPlugin.cs" />
244    <Compile Include="ControlManager.cs" />
245    <Compile Include="Interfaces\IPluginDescription.cs" />
246    <Compile Include="InvalidPluginException.cs" />
247    <Compile Include="Manager\ApplicationDescription.cs" />
248    <Compile Include="Manager\PluginFile.cs" />
249    <Compile Include="Manager\PluginInfrastructureCancelEventArgs.cs" />
250    <Compile Include="Manager\PluginDescription.cs" />
251    <Compile Include="Manager\PluginInfrastructureEventArgs.cs" />
252    <Compile Include="Manager\PluginManager.cs" />
253    <Compile Include="Manager\PluginValidator.cs" />
254    <Compile Include="PluginDescriptionIterator.cs" />
255    <Compile Include="ApplicationManager.cs" />
256    <Compile Include="PluginState.cs" />
257    <Compile Include="Main.cs" />
258    <Compile Include="Properties\AssemblyInfo.cs" />
259    <None Include="Advanced\DeploymentService\GenerateServiceClients.cmd" />
260    <None Include="app.config" />
261    <None Include="HeuristicLab.snk" />
262    <None Include="Properties\AssemblyInfo.frame" />
263    <None Include="Properties\Settings.settings">
264      <Generator>PublicSettingsSingleFileGenerator</Generator>
265      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
266    </None>
267    <Compile Include="Properties\Settings.Designer.cs">
268      <AutoGen>True</AutoGen>
269      <DependentUpon>Settings.settings</DependentUpon>
270      <DesignTimeSharedInput>True</DesignTimeSharedInput>
271    </Compile>
272    <Compile Include="Resources.Designer.cs">
273      <AutoGen>True</AutoGen>
274      <DesignTime>True</DesignTime>
275      <DependentUpon>Resources.resx</DependentUpon>
276    </Compile>
277    <Compile Include="Sandboxing\SandboxManager.cs" />
278    <Compile Include="Starter\AboutDialog.cs">
279      <SubType>Form</SubType>
280    </Compile>
281    <Compile Include="Starter\AboutDialog.Designer.cs">
282      <DependentUpon>AboutDialog.cs</DependentUpon>
283    </Compile>
284    <Compile Include="Starter\SplashScreen.cs">
285      <SubType>Form</SubType>
286    </Compile>
287    <Compile Include="Starter\SplashScreen.Designer.cs">
288      <DependentUpon>SplashScreen.cs</DependentUpon>
289    </Compile>
290    <Compile Include="Starter\StarterForm.cs">
291      <SubType>Form</SubType>
292    </Compile>
293    <Compile Include="Starter\StarterForm.Designer.cs">
294      <DependentUpon>StarterForm.cs</DependentUpon>
295    </Compile>
296  </ItemGroup>
297  <ItemGroup>
298    <Content Include="ICSharpCode.SharpZipLib License.txt">
299      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
300    </Content>
301    <Content Include="ICSharpCode.SharpZipLib.dll">
302      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
303    </Content>
304    <EmbeddedResource Include="Advanced\DeploymentService\services.heuristiclab.com.cer" />
305    <None Include="Resources\Error.ico" />
306    <Content Include="Resources\HeuristicLab.ico" />
307    <None Include="Resources\HeuristicLabLogo.png" />
308    <None Include="Resources\HeuristicLabBanner.png" />
309    <None Include="Resources\VS2008ImageLibrary_Actions_Delete.png" />
310    <Content Include="Resources\VS2008ImageLibrary_Actions_PublishToWebHS.png" />
311    <Content Include="Resources\VS2008ImageLibrary_Actions_RepeatHS.png" />
312    <None Include="Resources\VS2008ImageLibrary_Annotations_Error.png" />
313    <Content Include="Resources\VS2008ImageLibrary_CommonElements_Actions_Add.png" />
314    <Content Include="Resources\VS2008ImageLibrary_Objects_Plugin.png" />
315    <EmbeddedResource Include="Resources.resx">
316      <Generator>ResXFileCodeGenerator</Generator>
317      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
318      <SubType>Designer</SubType>
319    </EmbeddedResource>
320    <None Include="Resources\VS2008ImageLibrary_CommonElements_Actions_Remove.png" />
321    <None Include="Resources\show_icons.png" />
322    <None Include="Resources\show_details.png" />
323    <None Include="Resources\Setup_Install.ico" />
324    <None Include="Resources\VS2008ImageLibrary_Objects_NetworkConnections.png" />
325    <None Include="Resources\VS2008ImageLibrary_CommonElements_Objects_Arrow_Up.png" />
326    <None Include="Resources\VS2008ImageLibrary_Objects_File.png" />
327    <None Include="Resources\VS2008ImageLibrary_Objects_Document.png" />
328    <None Include="Resources\VS2008ImageLibrary_Objects_Internet.png" />
329    <None Include="Resources\VS2008ImageLibrary_Objects_Install.png" />
330    <None Include="Resources\VS2008ImageLibrary_Objects_Assembly.png" />
331  </ItemGroup>
332  <ItemGroup>
333    <WCFMetadata Include="Service References\" />
334  </ItemGroup>
335  <ItemGroup>
336    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
337      <Visible>False</Visible>
338      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
339      <Install>false</Install>
340    </BootstrapperPackage>
341    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
342      <Visible>False</Visible>
343      <ProductName>.NET Framework 3.5 SP1</ProductName>
344      <Install>true</Install>
345    </BootstrapperPackage>
346    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
347      <Visible>False</Visible>
348      <ProductName>Windows Installer 3.1</ProductName>
349      <Install>true</Install>
350    </BootstrapperPackage>
351  </ItemGroup>
352  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
353  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
354       Other similar extension points exist, see Microsoft.Common.targets.
355  <Target Name="BeforeBuild">
356  </Target>
357  <Target Name="AfterBuild">
358  </Target>
359  -->
360  <PropertyGroup>
361    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
362set ProjectDir=$(ProjectDir)
363set SolutionDir=$(SolutionDir)
364set Outdir=$(Outdir)
365
366call PreBuildEvent.cmd</PreBuildEvent>
367  </PropertyGroup>
368</Project>
Note: See TracBrowser for help on using the repository browser.