Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 8563 was 8563, checked in by jkarder, 12 years ago

#1926:

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