Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 6538 was 6413, checked in by gkronber, 13 years ago

#1536 implemented feature that checks for plugin updates on each application start and allows to install plugin updates easily. Removed more advanced plugin management features for all users except if it is manually reenabled in the HeuristicLab.config file.

File size: 16.9 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\PluginUpdaterForm.cs">
147      <SubType>Form</SubType>
148    </Compile>
149    <Compile Include="Advanced\PluginUpdaterForm.Designer.cs">
150      <DependentUpon>PluginUpdaterForm.cs</DependentUpon>
151    </Compile>
152    <Compile Include="Advanced\DeploymentService\AdminServiceClientFactory.cs" />
153    <Compile Include="Advanced\DeploymentService\DeploymentServerCertificateValidator.cs" />
154    <Compile Include="Advanced\DeploymentService\ServiceClients.cs" />
155    <Compile Include="Advanced\DeploymentService\UpdateServiceClientFactory.cs" />
156    <Compile Include="Advanced\EditProductsView.cs">
157      <SubType>UserControl</SubType>
158    </Compile>
159    <Compile Include="Advanced\EditProductsView.Designer.cs">
160      <DependentUpon>EditProductsView.cs</DependentUpon>
161    </Compile>
162    <Compile Include="Advanced\InstalledPluginsView.cs">
163      <SubType>UserControl</SubType>
164    </Compile>
165    <Compile Include="Advanced\InstalledPluginsView.Designer.cs">
166      <DependentUpon>InstalledPluginsView.cs</DependentUpon>
167    </Compile>
168    <Compile Include="Advanced\LicenseConfirmationDialog.cs">
169      <SubType>Form</SubType>
170    </Compile>
171    <Compile Include="Advanced\LicenseConfirmationDialog.Designer.cs">
172      <DependentUpon>LicenseConfirmationDialog.cs</DependentUpon>
173    </Compile>
174    <Compile Include="Advanced\UploadPluginsView.cs">
175      <SubType>UserControl</SubType>
176    </Compile>
177    <Compile Include="Advanced\UploadPluginsView.Designer.cs">
178      <DependentUpon>UploadPluginsView.cs</DependentUpon>
179    </Compile>
180    <Compile Include="Advanced\Util.cs" />
181    <Compile Include="Advanced\InstallationManagerControl.cs">
182      <SubType>UserControl</SubType>
183    </Compile>
184    <Compile Include="Advanced\InstallationManagerControl.Designer.cs">
185      <DependentUpon>InstallationManagerControl.cs</DependentUpon>
186    </Compile>
187    <Compile Include="Advanced\InstallationManagerException.cs" />
188    <Compile Include="Advanced\InstallationManager.cs" />
189    <Compile Include="Advanced\InstallationManagerForm.cs">
190      <SubType>Form</SubType>
191    </Compile>
192    <Compile Include="Advanced\InstallationManagerForm.Designer.cs">
193      <DependentUpon>InstallationManagerForm.cs</DependentUpon>
194    </Compile>
195    <Compile Include="Advanced\DeploymentService\PluginDescription.cs">
196      <SubType>Code</SubType>
197    </Compile>
198    <Compile Include="Advanced\DeploymentService\ProductDescription.cs">
199      <SubType>Code</SubType>
200    </Compile>
201    <Compile Include="Advanced\IStatusDisplay.cs" />
202    <Compile Include="Advanced\LicenseView.cs">
203      <SubType>Form</SubType>
204    </Compile>
205    <Compile Include="Advanced\LicenseView.Designer.cs">
206      <DependentUpon>LicenseView.cs</DependentUpon>
207    </Compile>
208    <Compile Include="Advanced\MultiSelectListView.cs">
209      <SubType>Component</SubType>
210    </Compile>
211    <Compile Include="Advanced\MultiSelectListView.Designer.cs">
212      <DependentUpon>MultiSelectListView.cs</DependentUpon>
213    </Compile>
214    <Compile Include="Advanced\PluginView.cs">
215      <SubType>Form</SubType>
216    </Compile>
217    <Compile Include="Advanced\PluginView.Designer.cs">
218      <DependentUpon>PluginView.cs</DependentUpon>
219    </Compile>
220    <Compile Include="Attributes\ApplicationAttribute.cs" />
221    <Compile Include="Attributes\ContactInformationAttribute.cs" />
222    <Compile Include="Attributes\NonDiscoverableTypeAttribute.cs" />
223    <Compile Include="Attributes\PluginAttribute.cs" />
224    <Compile Include="Attributes\PluginDependencyAttribute.cs" />
225    <Compile Include="Attributes\PluginFileAttribute.cs" />
226    <Compile Include="BaseClasses\ApplicationBase.cs" />
227    <Compile Include="BaseClasses\PluginBase.cs" />
228    <Compile Include="SandboxApplicationManager.cs" />
229    <Compile Include="DefaultApplicationManager.cs" />
230    <Compile Include="ErrorHandling\ErrorDialog.cs">
231      <SubType>Form</SubType>
232    </Compile>
233    <Compile Include="ErrorHandling\ErrorDialog.Designer.cs">
234      <DependentUpon>ErrorDialog.cs</DependentUpon>
235    </Compile>
236    <Compile Include="ErrorHandling\ErrorHandling.cs">
237    </Compile>
238    <Compile Include="ErrorHandling\FrameworkVersionErrorDialog.cs">
239      <SubType>Form</SubType>
240    </Compile>
241    <Compile Include="ErrorHandling\FrameworkVersionErrorDialog.Designer.cs">
242      <DependentUpon>FrameworkVersionErrorDialog.cs</DependentUpon>
243    </Compile>
244    <Compile Include="LightweightApplicationManager.cs" />
245    <Compile Include="Interfaces\IPluginFile.cs" />
246    <Compile Include="Interfaces\IApplicationManager.cs" />
247    <Compile Include="Interfaces\IApplicationDescription.cs" />
248    <Compile Include="Interfaces\IApplication.cs" />
249    <Compile Include="Interfaces\IControlManager.cs" />
250    <Compile Include="Interfaces\IPlugin.cs" />
251    <Compile Include="ControlManager.cs" />
252    <Compile Include="Interfaces\IPluginDescription.cs" />
253    <Compile Include="InvalidPluginException.cs" />
254    <Compile Include="Manager\ApplicationDescription.cs" />
255    <Compile Include="Manager\PluginFile.cs" />
256    <Compile Include="Manager\PluginInfrastructureCancelEventArgs.cs" />
257    <Compile Include="Manager\PluginDescription.cs" />
258    <Compile Include="Manager\PluginInfrastructureEventArgs.cs" />
259    <Compile Include="Manager\PluginManager.cs" />
260    <Compile Include="Manager\PluginValidator.cs" />
261    <Compile Include="PluginDescriptionIterator.cs" />
262    <Compile Include="ApplicationManager.cs" />
263    <Compile Include="PluginState.cs" />
264    <Compile Include="Main.cs" />
265    <Compile Include="Properties\AssemblyInfo.cs" />
266    <None Include="Advanced\DeploymentService\GenerateServiceClients.cmd" />
267    <None Include="app.config">
268      <SubType>Designer</SubType>
269    </None>
270    <None Include="HeuristicLab.snk" />
271    <None Include="Properties\AssemblyInfo.frame" />
272    <None Include="Properties\Settings.settings">
273      <Generator>PublicSettingsSingleFileGenerator</Generator>
274      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
275    </None>
276    <Compile Include="Properties\Settings.Designer.cs">
277      <AutoGen>True</AutoGen>
278      <DependentUpon>Settings.settings</DependentUpon>
279      <DesignTimeSharedInput>True</DesignTimeSharedInput>
280    </Compile>
281    <Compile Include="Resources.Designer.cs">
282      <AutoGen>True</AutoGen>
283      <DesignTime>True</DesignTime>
284      <DependentUpon>Resources.resx</DependentUpon>
285    </Compile>
286    <Compile Include="Sandboxing\SandboxManager.cs" />
287    <Compile Include="Starter\AboutDialog.cs">
288      <SubType>Form</SubType>
289    </Compile>
290    <Compile Include="Starter\AboutDialog.Designer.cs">
291      <DependentUpon>AboutDialog.cs</DependentUpon>
292    </Compile>
293    <Compile Include="Starter\SplashScreen.cs">
294      <SubType>Form</SubType>
295    </Compile>
296    <Compile Include="Starter\SplashScreen.Designer.cs">
297      <DependentUpon>SplashScreen.cs</DependentUpon>
298    </Compile>
299    <Compile Include="Starter\StarterForm.cs">
300      <SubType>Form</SubType>
301    </Compile>
302    <Compile Include="Starter\StarterForm.Designer.cs">
303      <DependentUpon>StarterForm.cs</DependentUpon>
304    </Compile>
305  </ItemGroup>
306  <ItemGroup>
307    <Content Include="ICSharpCode.SharpZipLib License.txt">
308      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
309    </Content>
310    <Content Include="ICSharpCode.SharpZipLib.dll">
311      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
312    </Content>
313    <EmbeddedResource Include="Advanced\DeploymentService\services.heuristiclab.com.cer" />
314    <None Include="Resources\Error.ico" />
315    <Content Include="Resources\HeuristicLab.ico" />
316    <None Include="Resources\HeuristicLabLogo.png" />
317    <None Include="Resources\HeuristicLabBanner.png" />
318    <Content Include="Resources\UpdateAvailable.ico" />
319    <Content Include="Resources\VS2008ImageLibrary_Actions_PublishToWebHS.png" />
320    <Content Include="Resources\VS2008ImageLibrary_Actions_RepeatHS.png" />
321    <None Include="Resources\VS2008ImageLibrary_Annotations_Error.png" />
322    <Content Include="Resources\VS2008ImageLibrary_CommonElements_Actions_Add.png" />
323    <Content Include="Resources\VS2008ImageLibrary_Objects_Plugin.png" />
324    <EmbeddedResource Include="Resources.resx">
325      <Generator>ResXFileCodeGenerator</Generator>
326      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
327      <SubType>Designer</SubType>
328    </EmbeddedResource>
329    <None Include="Resources\VS2008ImageLibrary_CommonElements_Actions_Remove.png" />
330    <None Include="Resources\show_icons.png" />
331    <None Include="Resources\show_details.png" />
332    <None Include="Resources\Setup_Install.ico" />
333    <None Include="Resources\VS2008ImageLibrary_Objects_NetworkConnections.png" />
334    <None Include="Resources\VS2008ImageLibrary_CommonElements_Objects_Arrow_Up.png" />
335    <None Include="Resources\VS2008ImageLibrary_Objects_File.png" />
336    <None Include="Resources\VS2008ImageLibrary_Objects_Document.png" />
337    <None Include="Resources\VS2008ImageLibrary_Objects_Internet.png" />
338    <None Include="Resources\VS2008ImageLibrary_Objects_Install.png" />
339    <None Include="Resources\VS2008ImageLibrary_Objects_Assembly.png" />
340  </ItemGroup>
341  <ItemGroup>
342    <WCFMetadata Include="Service References\" />
343  </ItemGroup>
344  <ItemGroup>
345    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
346      <Visible>False</Visible>
347      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
348      <Install>false</Install>
349    </BootstrapperPackage>
350    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
351      <Visible>False</Visible>
352      <ProductName>.NET Framework 3.5 SP1</ProductName>
353      <Install>true</Install>
354    </BootstrapperPackage>
355    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
356      <Visible>False</Visible>
357      <ProductName>Windows Installer 3.1</ProductName>
358      <Install>true</Install>
359    </BootstrapperPackage>
360  </ItemGroup>
361  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
362  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
363       Other similar extension points exist, see Microsoft.Common.targets.
364  <Target Name="BeforeBuild">
365  </Target>
366  <Target Name="AfterBuild">
367  </Target>
368  -->
369  <PropertyGroup>
370    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
371set ProjectDir=$(ProjectDir)
372set SolutionDir=$(SolutionDir)
373set Outdir=$(Outdir)
374
375call PreBuildEvent.cmd</PreBuildEvent>
376  </PropertyGroup>
377</Project>
Note: See TracBrowser for help on using the repository browser.