Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 6967 was 6866, checked in by mkommend, 13 years ago

#1653: Merged new HL solution into the trunk.

File size: 16.8 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>
[5741]22    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
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>
[2]50  </PropertyGroup>
51  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
52    <DebugType>pdbonly</DebugType>
53    <Optimize>true</Optimize>
[6866]54    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[2]55    <DefineConstants>TRACE</DefineConstants>
56    <ErrorReport>prompt</ErrorReport>
57    <WarningLevel>4</WarningLevel>
58    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
[6866]59    <DocumentationFile>
60    </DocumentationFile>
[4065]61    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2]62  </PropertyGroup>
[564]63  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
64    <DebugSymbols>true</DebugSymbols>
[6866]65    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[564]66    <DefineConstants>DEBUG;TRACE</DefineConstants>
67    <DebugType>full</DebugType>
68    <PlatformTarget>x86</PlatformTarget>
69    <ErrorReport>prompt</ErrorReport>
[4065]70    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[564]71  </PropertyGroup>
72  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
[6866]73    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[564]74    <DefineConstants>TRACE</DefineConstants>
[6866]75    <DocumentationFile>
76    </DocumentationFile>
[564]77    <Optimize>true</Optimize>
78    <DebugType>pdbonly</DebugType>
79    <PlatformTarget>x86</PlatformTarget>
80    <ErrorReport>prompt</ErrorReport>
[4065]81    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[564]82  </PropertyGroup>
[1474]83  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
84    <DebugSymbols>true</DebugSymbols>
[6866]85    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[1474]86    <DefineConstants>DEBUG;TRACE</DefineConstants>
87    <DebugType>full</DebugType>
88    <PlatformTarget>x64</PlatformTarget>
89    <ErrorReport>prompt</ErrorReport>
[4065]90    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[1474]91  </PropertyGroup>
92  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
[6866]93    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[1474]94    <DefineConstants>TRACE</DefineConstants>
[6866]95    <DocumentationFile>
96    </DocumentationFile>
[1474]97    <Optimize>true</Optimize>
98    <DebugType>pdbonly</DebugType>
99    <PlatformTarget>x64</PlatformTarget>
100    <ErrorReport>prompt</ErrorReport>
[4065]101    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[1474]102  </PropertyGroup>
[2]103  <ItemGroup>
[2922]104    <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL" />
[2]105    <Reference Include="System" />
[2475]106    <Reference Include="System.Core">
107      <RequiredTargetFramework>3.5</RequiredTargetFramework>
108    </Reference>
[2]109    <Reference Include="System.Data" />
110    <Reference Include="System.Deployment" />
111    <Reference Include="System.Drawing" />
[3771]112    <Reference Include="System.IdentityModel">
113      <RequiredTargetFramework>3.0</RequiredTargetFramework>
114    </Reference>
[2517]115    <Reference Include="System.Runtime.Serialization">
116      <RequiredTargetFramework>3.0</RequiredTargetFramework>
117    </Reference>
118    <Reference Include="System.ServiceModel">
119      <RequiredTargetFramework>3.0</RequiredTargetFramework>
120    </Reference>
[2]121    <Reference Include="System.Windows.Forms" />
122    <Reference Include="System.Xml" />
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>
[2488]223    <Compile Include="Attributes\ApplicationAttribute.cs" />
[2778]224    <Compile Include="Attributes\ContactInformationAttribute.cs" />
[5741]225    <Compile Include="Attributes\NonDiscoverableTypeAttribute.cs" />
[2488]226    <Compile Include="Attributes\PluginAttribute.cs" />
[2475]227    <Compile Include="Attributes\PluginDependencyAttribute.cs" />
228    <Compile Include="Attributes\PluginFileAttribute.cs" />
[2]229    <Compile Include="BaseClasses\ApplicationBase.cs" />
230    <Compile Include="BaseClasses\PluginBase.cs" />
[6174]231    <Compile Include="SandboxApplicationManager.cs" />
[3247]232    <Compile Include="DefaultApplicationManager.cs" />
[3758]233    <Compile Include="ErrorHandling\ErrorDialog.cs">
234      <SubType>Form</SubType>
235    </Compile>
236    <Compile Include="ErrorHandling\ErrorDialog.Designer.cs">
237      <DependentUpon>ErrorDialog.cs</DependentUpon>
238    </Compile>
239    <Compile Include="ErrorHandling\ErrorHandling.cs">
240    </Compile>
[5997]241    <Compile Include="ErrorHandling\FrameworkVersionErrorDialog.cs">
242      <SubType>Form</SubType>
243    </Compile>
244    <Compile Include="ErrorHandling\FrameworkVersionErrorDialog.Designer.cs">
245      <DependentUpon>FrameworkVersionErrorDialog.cs</DependentUpon>
246    </Compile>
[3247]247    <Compile Include="LightweightApplicationManager.cs" />
[2688]248    <Compile Include="Interfaces\IPluginFile.cs" />
[2488]249    <Compile Include="Interfaces\IApplicationManager.cs" />
250    <Compile Include="Interfaces\IApplicationDescription.cs" />
[2]251    <Compile Include="Interfaces\IApplication.cs" />
252    <Compile Include="Interfaces\IControlManager.cs" />
253    <Compile Include="Interfaces\IPlugin.cs" />
[2481]254    <Compile Include="ControlManager.cs" />
[2488]255    <Compile Include="Interfaces\IPluginDescription.cs" />
[2481]256    <Compile Include="InvalidPluginException.cs" />
[2504]257    <Compile Include="Manager\ApplicationDescription.cs" />
[2688]258    <Compile Include="Manager\PluginFile.cs" />
[2517]259    <Compile Include="Manager\PluginInfrastructureCancelEventArgs.cs" />
[2504]260    <Compile Include="Manager\PluginDescription.cs" />
261    <Compile Include="Manager\PluginInfrastructureEventArgs.cs" />
262    <Compile Include="Manager\PluginManager.cs" />
263    <Compile Include="Manager\PluginValidator.cs" />
[2488]264    <Compile Include="PluginDescriptionIterator.cs" />
265    <Compile Include="ApplicationManager.cs" />
266    <Compile Include="PluginState.cs" />
[2599]267    <Compile Include="Main.cs" />
[2]268    <Compile Include="Properties\AssemblyInfo.cs" />
[4495]269    <None Include="Advanced\DeploymentService\GenerateServiceClients.cmd" />
[6413]270    <None Include="app.config">
271      <SubType>Designer</SubType>
272    </None>
[2]273    <None Include="HeuristicLab.snk" />
[6866]274    <None Include="Properties\AssemblyInfo.cs.frame" />
[2]275    <None Include="Properties\Settings.settings">
[854]276      <Generator>PublicSettingsSingleFileGenerator</Generator>
[2]277      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
278    </None>
279    <Compile Include="Properties\Settings.Designer.cs">
280      <AutoGen>True</AutoGen>
281      <DependentUpon>Settings.settings</DependentUpon>
282      <DesignTimeSharedInput>True</DesignTimeSharedInput>
283    </Compile>
[3749]284    <Compile Include="Resources.Designer.cs">
[3748]285      <AutoGen>True</AutoGen>
286      <DesignTime>True</DesignTime>
287      <DependentUpon>Resources.resx</DependentUpon>
288    </Compile>
[2592]289    <Compile Include="Sandboxing\SandboxManager.cs" />
[3736]290    <Compile Include="Starter\AboutDialog.cs">
291      <SubType>Form</SubType>
292    </Compile>
293    <Compile Include="Starter\AboutDialog.Designer.cs">
294      <DependentUpon>AboutDialog.cs</DependentUpon>
295    </Compile>
[2504]296    <Compile Include="Starter\SplashScreen.cs">
297      <SubType>Form</SubType>
298    </Compile>
299    <Compile Include="Starter\SplashScreen.Designer.cs">
300      <DependentUpon>SplashScreen.cs</DependentUpon>
301    </Compile>
[2507]302    <Compile Include="Starter\StarterForm.cs">
303      <SubType>Form</SubType>
304    </Compile>
305    <Compile Include="Starter\StarterForm.Designer.cs">
306      <DependentUpon>StarterForm.cs</DependentUpon>
307    </Compile>
[2]308  </ItemGroup>
[2503]309  <ItemGroup>
[2600]310    <Content Include="ICSharpCode.SharpZipLib License.txt">
311      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
312    </Content>
313    <Content Include="ICSharpCode.SharpZipLib.dll">
314      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
315    </Content>
[3771]316    <EmbeddedResource Include="Advanced\DeploymentService\services.heuristiclab.com.cer" />
[3758]317    <None Include="Resources\Error.ico" />
[2504]318    <Content Include="Resources\HeuristicLab.ico" />
[3761]319    <None Include="Resources\HeuristicLabLogo.png" />
320    <None Include="Resources\HeuristicLabBanner.png" />
[6413]321    <Content Include="Resources\UpdateAvailable.ico" />
[3721]322    <Content Include="Resources\VS2008ImageLibrary_Actions_PublishToWebHS.png" />
323    <Content Include="Resources\VS2008ImageLibrary_Actions_RepeatHS.png" />
[3758]324    <None Include="Resources\VS2008ImageLibrary_Annotations_Error.png" />
[3721]325    <Content Include="Resources\VS2008ImageLibrary_CommonElements_Actions_Add.png" />
326    <Content Include="Resources\VS2008ImageLibrary_Objects_Plugin.png" />
327    <EmbeddedResource Include="Resources.resx">
[3749]328      <Generator>ResXFileCodeGenerator</Generator>
329      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
[3721]330      <SubType>Designer</SubType>
331    </EmbeddedResource>
[2922]332    <None Include="Resources\VS2008ImageLibrary_CommonElements_Actions_Remove.png" />
[3573]333    <None Include="Resources\show_icons.png" />
334    <None Include="Resources\show_details.png" />
[3608]335    <None Include="Resources\Setup_Install.ico" />
[3508]336    <None Include="Resources\VS2008ImageLibrary_Objects_NetworkConnections.png" />
[3474]337    <None Include="Resources\VS2008ImageLibrary_CommonElements_Objects_Arrow_Up.png" />
[3006]338    <None Include="Resources\VS2008ImageLibrary_Objects_File.png" />
339    <None Include="Resources\VS2008ImageLibrary_Objects_Document.png" />
[2922]340    <None Include="Resources\VS2008ImageLibrary_Objects_Internet.png" />
341    <None Include="Resources\VS2008ImageLibrary_Objects_Install.png" />
342    <None Include="Resources\VS2008ImageLibrary_Objects_Assembly.png" />
[2503]343  </ItemGroup>
[2517]344  <ItemGroup>
345    <WCFMetadata Include="Service References\" />
346  </ItemGroup>
[4065]347  <ItemGroup>
348    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
349      <Visible>False</Visible>
350      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
351      <Install>false</Install>
352    </BootstrapperPackage>
353    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
354      <Visible>False</Visible>
355      <ProductName>.NET Framework 3.5 SP1</ProductName>
356      <Install>true</Install>
357    </BootstrapperPackage>
358    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
359      <Visible>False</Visible>
360      <ProductName>Windows Installer 3.1</ProductName>
361      <Install>true</Install>
362    </BootstrapperPackage>
363  </ItemGroup>
[2]364  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
365  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
366       Other similar extension points exist, see Microsoft.Common.targets.
367  <Target Name="BeforeBuild">
368  </Target>
369  <Target Name="AfterBuild">
370  </Target>
371  -->
[30]372  <PropertyGroup>
[852]373    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
374set ProjectDir=$(ProjectDir)
375set SolutionDir=$(SolutionDir)
376set Outdir=$(Outdir)
377
378call PreBuildEvent.cmd</PreBuildEvent>
[30]379  </PropertyGroup>
[2]380</Project>
Note: See TracBrowser for help on using the repository browser.