Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.PluginInfrastructure/3.3/HeuristicLab.PluginInfrastructure-3.3.csproj @ 11920

Last change on this file since 11920 was 11920, checked in by ascheibe, 9 years ago

#2280 merged r11623, r11631, r11634 into stable

File size: 17.5 KB
RevLine 
[4065]1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
[2]3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
[858]6    <ProductVersion>9.0.30729</ProductVersion>
[2]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>
[3832]12    <AssemblyName>HeuristicLab.PluginInfrastructure-3.3</AssemblyName>
[2]13    <StartupObject>
14    </StartupObject>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17    <FileUpgradeFlags>
18    </FileUpgradeFlags>
[4065]19    <OldToolsVersion>3.5</OldToolsVersion>
[2]20    <UpgradeBackupLocation>
21    </UpgradeBackupLocation>
[11920]22    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
[5741]23    <TargetFrameworkProfile>
24    </TargetFrameworkProfile>
[4065]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>
[2]40  </PropertyGroup>
41  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
42    <DebugSymbols>true</DebugSymbols>
43    <DebugType>full</DebugType>
44    <Optimize>false</Optimize>
[6866]45    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[2]46    <DefineConstants>DEBUG;TRACE</DefineConstants>
47    <ErrorReport>prompt</ErrorReport>
48    <WarningLevel>4</WarningLevel>
[4065]49    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11920]50    <Prefer32Bit>false</Prefer32Bit>
[2]51  </PropertyGroup>
52  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
53    <DebugType>pdbonly</DebugType>
54    <Optimize>true</Optimize>
[6866]55    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[2]56    <DefineConstants>TRACE</DefineConstants>
57    <ErrorReport>prompt</ErrorReport>
58    <WarningLevel>4</WarningLevel>
59    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
[6866]60    <DocumentationFile>
61    </DocumentationFile>
[4065]62    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11920]63    <Prefer32Bit>false</Prefer32Bit>
[2]64  </PropertyGroup>
[564]65  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
66    <DebugSymbols>true</DebugSymbols>
[6866]67    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[564]68    <DefineConstants>DEBUG;TRACE</DefineConstants>
69    <DebugType>full</DebugType>
70    <PlatformTarget>x86</PlatformTarget>
71    <ErrorReport>prompt</ErrorReport>
[4065]72    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11920]73    <Prefer32Bit>false</Prefer32Bit>
[564]74  </PropertyGroup>
75  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
[6866]76    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[564]77    <DefineConstants>TRACE</DefineConstants>
[6866]78    <DocumentationFile>
79    </DocumentationFile>
[564]80    <Optimize>true</Optimize>
81    <DebugType>pdbonly</DebugType>
82    <PlatformTarget>x86</PlatformTarget>
83    <ErrorReport>prompt</ErrorReport>
[4065]84    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11920]85    <Prefer32Bit>false</Prefer32Bit>
[564]86  </PropertyGroup>
[1474]87  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
88    <DebugSymbols>true</DebugSymbols>
[6866]89    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[1474]90    <DefineConstants>DEBUG;TRACE</DefineConstants>
91    <DebugType>full</DebugType>
92    <PlatformTarget>x64</PlatformTarget>
93    <ErrorReport>prompt</ErrorReport>
[4065]94    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11920]95    <Prefer32Bit>false</Prefer32Bit>
[1474]96  </PropertyGroup>
97  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
[6866]98    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[1474]99    <DefineConstants>TRACE</DefineConstants>
[6866]100    <DocumentationFile>
101    </DocumentationFile>
[1474]102    <Optimize>true</Optimize>
103    <DebugType>pdbonly</DebugType>
104    <PlatformTarget>x64</PlatformTarget>
105    <ErrorReport>prompt</ErrorReport>
[4065]106    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11920]107    <Prefer32Bit>false</Prefer32Bit>
[1474]108  </PropertyGroup>
[2]109  <ItemGroup>
110    <Reference Include="System" />
[8587]111    <Reference Include="System.Core" />
[2]112    <Reference Include="System.Data" />
113    <Reference Include="System.Deployment" />
114    <Reference Include="System.Drawing" />
[8587]115    <Reference Include="System.IdentityModel" />
116    <Reference Include="System.Runtime.Serialization" />
117    <Reference Include="System.ServiceModel" />
[2]118    <Reference Include="System.Windows.Forms" />
119    <Reference Include="System.Xml" />
[8587]120    <Reference Include="ICSharpCode.SharpZipLib">
121      <HintPath>ICSharpCode.SharpZipLib.dll</HintPath>
122    </Reference>
[2]123  </ItemGroup>
124  <ItemGroup>
[3629]125    <Compile Include="Advanced\AvailablePluginsView.cs">
126      <SubType>UserControl</SubType>
127    </Compile>
128    <Compile Include="Advanced\AvailablePluginsView.Designer.cs">
129      <DependentUpon>AvailablePluginsView.cs</DependentUpon>
130    </Compile>
[3547]131    <Compile Include="Advanced\BasicUpdateView.cs">
132      <SubType>UserControl</SubType>
133    </Compile>
134    <Compile Include="Advanced\BasicUpdateView.Designer.cs">
135      <DependentUpon>BasicUpdateView.cs</DependentUpon>
136    </Compile>
[3069]137    <Compile Include="Advanced\ConfirmationDialog.cs">
138      <SubType>Form</SubType>
139    </Compile>
140    <Compile Include="Advanced\ConfirmationDialog.Designer.cs">
141      <DependentUpon>ConfirmationDialog.cs</DependentUpon>
142    </Compile>
[3006]143    <Compile Include="Advanced\ConnectionSetupView.cs">
[3474]144      <SubType>Form</SubType>
[3006]145    </Compile>
146    <Compile Include="Advanced\ConnectionSetupView.Designer.cs">
147      <DependentUpon>ConnectionSetupView.cs</DependentUpon>
148    </Compile>
[6413]149    <Compile Include="Advanced\PluginUpdaterForm.cs">
150      <SubType>Form</SubType>
151    </Compile>
152    <Compile Include="Advanced\PluginUpdaterForm.Designer.cs">
153      <DependentUpon>PluginUpdaterForm.cs</DependentUpon>
154    </Compile>
[4495]155    <Compile Include="Advanced\DeploymentService\AdminServiceClientFactory.cs" />
[3771]156    <Compile Include="Advanced\DeploymentService\DeploymentServerCertificateValidator.cs" />
[4495]157    <Compile Include="Advanced\DeploymentService\ServiceClients.cs" />
158    <Compile Include="Advanced\DeploymentService\UpdateServiceClientFactory.cs" />
[3629]159    <Compile Include="Advanced\EditProductsView.cs">
160      <SubType>UserControl</SubType>
161    </Compile>
162    <Compile Include="Advanced\EditProductsView.Designer.cs">
163      <DependentUpon>EditProductsView.cs</DependentUpon>
164    </Compile>
165    <Compile Include="Advanced\InstalledPluginsView.cs">
166      <SubType>UserControl</SubType>
167    </Compile>
168    <Compile Include="Advanced\InstalledPluginsView.Designer.cs">
169      <DependentUpon>InstalledPluginsView.cs</DependentUpon>
170    </Compile>
171    <Compile Include="Advanced\LicenseConfirmationDialog.cs">
172      <SubType>Form</SubType>
173    </Compile>
174    <Compile Include="Advanced\LicenseConfirmationDialog.Designer.cs">
175      <DependentUpon>LicenseConfirmationDialog.cs</DependentUpon>
176    </Compile>
177    <Compile Include="Advanced\UploadPluginsView.cs">
178      <SubType>UserControl</SubType>
179    </Compile>
180    <Compile Include="Advanced\UploadPluginsView.Designer.cs">
181      <DependentUpon>UploadPluginsView.cs</DependentUpon>
182    </Compile>
[3624]183    <Compile Include="Advanced\Util.cs" />
[3547]184    <Compile Include="Advanced\InstallationManagerControl.cs">
185      <SubType>UserControl</SubType>
186    </Compile>
187    <Compile Include="Advanced\InstallationManagerControl.Designer.cs">
188      <DependentUpon>InstallationManagerControl.cs</DependentUpon>
189    </Compile>
[3508]190    <Compile Include="Advanced\InstallationManagerException.cs" />
[2513]191    <Compile Include="Advanced\InstallationManager.cs" />
[2748]192    <Compile Include="Advanced\InstallationManagerForm.cs">
193      <SubType>Form</SubType>
194    </Compile>
195    <Compile Include="Advanced\InstallationManagerForm.Designer.cs">
196      <DependentUpon>InstallationManagerForm.cs</DependentUpon>
197    </Compile>
[2811]198    <Compile Include="Advanced\DeploymentService\PluginDescription.cs">
199      <SubType>Code</SubType>
200    </Compile>
201    <Compile Include="Advanced\DeploymentService\ProductDescription.cs">
202      <SubType>Code</SubType>
203    </Compile>
[3573]204    <Compile Include="Advanced\IStatusDisplay.cs" />
[3006]205    <Compile Include="Advanced\LicenseView.cs">
[3474]206      <SubType>Form</SubType>
[3006]207    </Compile>
208    <Compile Include="Advanced\LicenseView.Designer.cs">
209      <DependentUpon>LicenseView.cs</DependentUpon>
210    </Compile>
[3068]211    <Compile Include="Advanced\MultiSelectListView.cs">
212      <SubType>Component</SubType>
213    </Compile>
214    <Compile Include="Advanced\MultiSelectListView.Designer.cs">
215      <DependentUpon>MultiSelectListView.cs</DependentUpon>
216    </Compile>
[3006]217    <Compile Include="Advanced\PluginView.cs">
[3547]218      <SubType>Form</SubType>
[3006]219    </Compile>
220    <Compile Include="Advanced\PluginView.Designer.cs">
221      <DependentUpon>PluginView.cs</DependentUpon>
222    </Compile>
[11121]223    <Compile Include="AssemblyHelpers.cs" />
[8818]224    <Compile Include="CommandLineArgumentHandling\Arguments\OpenArgument.cs" />
[8748]225    <Compile Include="CommandLineArgumentHandling\Arguments\HideStarterArgument.cs" />
226    <Compile Include="CommandLineArgumentHandling\Arguments\StartArgument.cs" />
227    <Compile Include="CommandLineArgumentHandling\CommandLineArgument.cs" />
228    <Compile Include="CommandLineArgumentHandling\CommandLineArgumentHandling.cs" />
229    <Compile Include="CommandLineArgumentHandling\ICommandLineArgument.cs" />
[2488]230    <Compile Include="Attributes\ApplicationAttribute.cs" />
[2778]231    <Compile Include="Attributes\ContactInformationAttribute.cs" />
[5741]232    <Compile Include="Attributes\NonDiscoverableTypeAttribute.cs" />
[2488]233    <Compile Include="Attributes\PluginAttribute.cs" />
[2475]234    <Compile Include="Attributes\PluginDependencyAttribute.cs" />
235    <Compile Include="Attributes\PluginFileAttribute.cs" />
[2]236    <Compile Include="BaseClasses\ApplicationBase.cs" />
237    <Compile Include="BaseClasses\PluginBase.cs" />
[6174]238    <Compile Include="SandboxApplicationManager.cs" />
[3247]239    <Compile Include="DefaultApplicationManager.cs" />
[3758]240    <Compile Include="ErrorHandling\ErrorDialog.cs">
241      <SubType>Form</SubType>
242    </Compile>
243    <Compile Include="ErrorHandling\ErrorDialog.Designer.cs">
244      <DependentUpon>ErrorDialog.cs</DependentUpon>
245    </Compile>
246    <Compile Include="ErrorHandling\ErrorHandling.cs">
247    </Compile>
[5997]248    <Compile Include="ErrorHandling\FrameworkVersionErrorDialog.cs">
249      <SubType>Form</SubType>
250    </Compile>
251    <Compile Include="ErrorHandling\FrameworkVersionErrorDialog.Designer.cs">
252      <DependentUpon>FrameworkVersionErrorDialog.cs</DependentUpon>
253    </Compile>
[3247]254    <Compile Include="LightweightApplicationManager.cs" />
[2688]255    <Compile Include="Interfaces\IPluginFile.cs" />
[2488]256    <Compile Include="Interfaces\IApplicationManager.cs" />
257    <Compile Include="Interfaces\IApplicationDescription.cs" />
[2]258    <Compile Include="Interfaces\IApplication.cs" />
259    <Compile Include="Interfaces\IControlManager.cs" />
260    <Compile Include="Interfaces\IPlugin.cs" />
[2481]261    <Compile Include="ControlManager.cs" />
[2488]262    <Compile Include="Interfaces\IPluginDescription.cs" />
[2481]263    <Compile Include="InvalidPluginException.cs" />
[2504]264    <Compile Include="Manager\ApplicationDescription.cs" />
[2688]265    <Compile Include="Manager\PluginFile.cs" />
[2517]266    <Compile Include="Manager\PluginInfrastructureCancelEventArgs.cs" />
[2504]267    <Compile Include="Manager\PluginDescription.cs" />
268    <Compile Include="Manager\PluginInfrastructureEventArgs.cs" />
269    <Compile Include="Manager\PluginManager.cs" />
270    <Compile Include="Manager\PluginValidator.cs" />
[2488]271    <Compile Include="PluginDescriptionIterator.cs" />
272    <Compile Include="ApplicationManager.cs" />
273    <Compile Include="PluginState.cs" />
[2599]274    <Compile Include="Main.cs" />
[2]275    <Compile Include="Properties\AssemblyInfo.cs" />
[8571]276    <Compile Include="TypeExtensions.cs" />
[4495]277    <None Include="Advanced\DeploymentService\GenerateServiceClients.cmd" />
[6413]278    <None Include="app.config">
279      <SubType>Designer</SubType>
280    </None>
[2]281    <None Include="HeuristicLab.snk" />
[6866]282    <None Include="Properties\AssemblyInfo.cs.frame" />
[2]283    <None Include="Properties\Settings.settings">
[854]284      <Generator>PublicSettingsSingleFileGenerator</Generator>
[2]285      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
286    </None>
287    <Compile Include="Properties\Settings.Designer.cs">
288      <AutoGen>True</AutoGen>
289      <DependentUpon>Settings.settings</DependentUpon>
290      <DesignTimeSharedInput>True</DesignTimeSharedInput>
291    </Compile>
[3749]292    <Compile Include="Resources.Designer.cs">
[3748]293      <AutoGen>True</AutoGen>
294      <DesignTime>True</DesignTime>
295      <DependentUpon>Resources.resx</DependentUpon>
296    </Compile>
[2592]297    <Compile Include="Sandboxing\SandboxManager.cs" />
[3736]298    <Compile Include="Starter\AboutDialog.cs">
299      <SubType>Form</SubType>
300    </Compile>
301    <Compile Include="Starter\AboutDialog.Designer.cs">
302      <DependentUpon>AboutDialog.cs</DependentUpon>
303    </Compile>
[2504]304    <Compile Include="Starter\SplashScreen.cs">
305      <SubType>Form</SubType>
306    </Compile>
307    <Compile Include="Starter\SplashScreen.Designer.cs">
308      <DependentUpon>SplashScreen.cs</DependentUpon>
309    </Compile>
[2507]310    <Compile Include="Starter\StarterForm.cs">
311      <SubType>Form</SubType>
312    </Compile>
313    <Compile Include="Starter\StarterForm.Designer.cs">
314      <DependentUpon>StarterForm.cs</DependentUpon>
315    </Compile>
[2]316  </ItemGroup>
[2503]317  <ItemGroup>
[2600]318    <Content Include="ICSharpCode.SharpZipLib License.txt">
[7649]319      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
[2600]320    </Content>
321    <Content Include="ICSharpCode.SharpZipLib.dll">
[7649]322      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
[2600]323    </Content>
[3771]324    <EmbeddedResource Include="Advanced\DeploymentService\services.heuristiclab.com.cer" />
[3758]325    <None Include="Resources\Error.ico" />
[2504]326    <Content Include="Resources\HeuristicLab.ico" />
[3761]327    <None Include="Resources\HeuristicLabLogo.png" />
328    <None Include="Resources\HeuristicLabBanner.png" />
[6413]329    <Content Include="Resources\UpdateAvailable.ico" />
[3721]330    <Content Include="Resources\VS2008ImageLibrary_Actions_PublishToWebHS.png" />
331    <Content Include="Resources\VS2008ImageLibrary_Actions_RepeatHS.png" />
[3758]332    <None Include="Resources\VS2008ImageLibrary_Annotations_Error.png" />
[3721]333    <Content Include="Resources\VS2008ImageLibrary_CommonElements_Actions_Add.png" />
334    <Content Include="Resources\VS2008ImageLibrary_Objects_Plugin.png" />
335    <EmbeddedResource Include="Resources.resx">
[3749]336      <Generator>ResXFileCodeGenerator</Generator>
337      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
[3721]338      <SubType>Designer</SubType>
339    </EmbeddedResource>
[2922]340    <None Include="Resources\VS2008ImageLibrary_CommonElements_Actions_Remove.png" />
[3573]341    <None Include="Resources\show_icons.png" />
342    <None Include="Resources\show_details.png" />
[3608]343    <None Include="Resources\Setup_Install.ico" />
[3508]344    <None Include="Resources\VS2008ImageLibrary_Objects_NetworkConnections.png" />
[3474]345    <None Include="Resources\VS2008ImageLibrary_CommonElements_Objects_Arrow_Up.png" />
[3006]346    <None Include="Resources\VS2008ImageLibrary_Objects_File.png" />
347    <None Include="Resources\VS2008ImageLibrary_Objects_Document.png" />
[2922]348    <None Include="Resources\VS2008ImageLibrary_Objects_Internet.png" />
349    <None Include="Resources\VS2008ImageLibrary_Objects_Install.png" />
350    <None Include="Resources\VS2008ImageLibrary_Objects_Assembly.png" />
[2503]351  </ItemGroup>
[2517]352  <ItemGroup>
353    <WCFMetadata Include="Service References\" />
354  </ItemGroup>
[4065]355  <ItemGroup>
356    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
357      <Visible>False</Visible>
358      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
359      <Install>false</Install>
360    </BootstrapperPackage>
361    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
362      <Visible>False</Visible>
363      <ProductName>.NET Framework 3.5 SP1</ProductName>
364      <Install>true</Install>
365    </BootstrapperPackage>
366    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
367      <Visible>False</Visible>
368      <ProductName>Windows Installer 3.1</ProductName>
369      <Install>true</Install>
370    </BootstrapperPackage>
371  </ItemGroup>
[2]372  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
373  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
374       Other similar extension points exist, see Microsoft.Common.targets.
375  <Target Name="BeforeBuild">
376  </Target>
377  <Target Name="AfterBuild">
378  </Target>
379  -->
[30]380  <PropertyGroup>
[8632]381    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
[852]382set ProjectDir=$(ProjectDir)
383set SolutionDir=$(SolutionDir)
384set Outdir=$(Outdir)
385
386call PreBuildEvent.cmd</PreBuildEvent>
[8632]387    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
[8600]388export ProjectDir=$(ProjectDir)
389export SolutionDir=$(SolutionDir)
390
391$SolutionDir/PreBuildEvent.sh
392</PreBuildEvent>
[30]393  </PropertyGroup>
[2]394</Project>
Note: See TracBrowser for help on using the repository browser.