Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 8748 was 8748, checked in by jkarder, 11 years ago

#1926:

File size: 17.1 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="System" />
105    <Reference Include="System.Core" />
106    <Reference Include="System.Data" />
107    <Reference Include="System.Deployment" />
108    <Reference Include="System.Drawing" />
109    <Reference Include="System.IdentityModel" />
110    <Reference Include="System.Runtime.Serialization" />
111    <Reference Include="System.ServiceModel" />
112    <Reference Include="System.Windows.Forms" />
113    <Reference Include="System.Xml" />
114    <Reference Include="ICSharpCode.SharpZipLib">
115      <HintPath>ICSharpCode.SharpZipLib.dll</HintPath>
116    </Reference>
117  </ItemGroup>
118  <ItemGroup>
119    <Compile Include="Advanced\AvailablePluginsView.cs">
120      <SubType>UserControl</SubType>
121    </Compile>
122    <Compile Include="Advanced\AvailablePluginsView.Designer.cs">
123      <DependentUpon>AvailablePluginsView.cs</DependentUpon>
124    </Compile>
125    <Compile Include="Advanced\BasicUpdateView.cs">
126      <SubType>UserControl</SubType>
127    </Compile>
128    <Compile Include="Advanced\BasicUpdateView.Designer.cs">
129      <DependentUpon>BasicUpdateView.cs</DependentUpon>
130    </Compile>
131    <Compile Include="Advanced\ConfirmationDialog.cs">
132      <SubType>Form</SubType>
133    </Compile>
134    <Compile Include="Advanced\ConfirmationDialog.Designer.cs">
135      <DependentUpon>ConfirmationDialog.cs</DependentUpon>
136    </Compile>
137    <Compile Include="Advanced\ConnectionSetupView.cs">
138      <SubType>Form</SubType>
139    </Compile>
140    <Compile Include="Advanced\ConnectionSetupView.Designer.cs">
141      <DependentUpon>ConnectionSetupView.cs</DependentUpon>
142    </Compile>
143    <Compile Include="Advanced\PluginUpdaterForm.cs">
144      <SubType>Form</SubType>
145    </Compile>
146    <Compile Include="Advanced\PluginUpdaterForm.Designer.cs">
147      <DependentUpon>PluginUpdaterForm.cs</DependentUpon>
148    </Compile>
149    <Compile Include="Advanced\DeploymentService\AdminServiceClientFactory.cs" />
150    <Compile Include="Advanced\DeploymentService\DeploymentServerCertificateValidator.cs" />
151    <Compile Include="Advanced\DeploymentService\ServiceClients.cs" />
152    <Compile Include="Advanced\DeploymentService\UpdateServiceClientFactory.cs" />
153    <Compile Include="Advanced\EditProductsView.cs">
154      <SubType>UserControl</SubType>
155    </Compile>
156    <Compile Include="Advanced\EditProductsView.Designer.cs">
157      <DependentUpon>EditProductsView.cs</DependentUpon>
158    </Compile>
159    <Compile Include="Advanced\InstalledPluginsView.cs">
160      <SubType>UserControl</SubType>
161    </Compile>
162    <Compile Include="Advanced\InstalledPluginsView.Designer.cs">
163      <DependentUpon>InstalledPluginsView.cs</DependentUpon>
164    </Compile>
165    <Compile Include="Advanced\LicenseConfirmationDialog.cs">
166      <SubType>Form</SubType>
167    </Compile>
168    <Compile Include="Advanced\LicenseConfirmationDialog.Designer.cs">
169      <DependentUpon>LicenseConfirmationDialog.cs</DependentUpon>
170    </Compile>
171    <Compile Include="Advanced\UploadPluginsView.cs">
172      <SubType>UserControl</SubType>
173    </Compile>
174    <Compile Include="Advanced\UploadPluginsView.Designer.cs">
175      <DependentUpon>UploadPluginsView.cs</DependentUpon>
176    </Compile>
177    <Compile Include="Advanced\Util.cs" />
178    <Compile Include="Advanced\InstallationManagerControl.cs">
179      <SubType>UserControl</SubType>
180    </Compile>
181    <Compile Include="Advanced\InstallationManagerControl.Designer.cs">
182      <DependentUpon>InstallationManagerControl.cs</DependentUpon>
183    </Compile>
184    <Compile Include="Advanced\InstallationManagerException.cs" />
185    <Compile Include="Advanced\InstallationManager.cs" />
186    <Compile Include="Advanced\InstallationManagerForm.cs">
187      <SubType>Form</SubType>
188    </Compile>
189    <Compile Include="Advanced\InstallationManagerForm.Designer.cs">
190      <DependentUpon>InstallationManagerForm.cs</DependentUpon>
191    </Compile>
192    <Compile Include="Advanced\DeploymentService\PluginDescription.cs">
193      <SubType>Code</SubType>
194    </Compile>
195    <Compile Include="Advanced\DeploymentService\ProductDescription.cs">
196      <SubType>Code</SubType>
197    </Compile>
198    <Compile Include="Advanced\IStatusDisplay.cs" />
199    <Compile Include="Advanced\LicenseView.cs">
200      <SubType>Form</SubType>
201    </Compile>
202    <Compile Include="Advanced\LicenseView.Designer.cs">
203      <DependentUpon>LicenseView.cs</DependentUpon>
204    </Compile>
205    <Compile Include="Advanced\MultiSelectListView.cs">
206      <SubType>Component</SubType>
207    </Compile>
208    <Compile Include="Advanced\MultiSelectListView.Designer.cs">
209      <DependentUpon>MultiSelectListView.cs</DependentUpon>
210    </Compile>
211    <Compile Include="Advanced\PluginView.cs">
212      <SubType>Form</SubType>
213    </Compile>
214    <Compile Include="Advanced\PluginView.Designer.cs">
215      <DependentUpon>PluginView.cs</DependentUpon>
216    </Compile>
217    <Compile Include="CommandLineArgumentHandling\Arguments\HideStarterArgument.cs" />
218    <Compile Include="CommandLineArgumentHandling\Arguments\StartArgument.cs" />
219    <Compile Include="CommandLineArgumentHandling\CommandLineArgument.cs" />
220    <Compile Include="CommandLineArgumentHandling\CommandLineArgumentHandling.cs" />
221    <Compile Include="CommandLineArgumentHandling\ICommandLineArgument.cs" />
222    <Compile Include="Attributes\ApplicationAttribute.cs" />
223    <Compile Include="Attributes\ContactInformationAttribute.cs" />
224    <Compile Include="Attributes\NonDiscoverableTypeAttribute.cs" />
225    <Compile Include="Attributes\PluginAttribute.cs" />
226    <Compile Include="Attributes\PluginDependencyAttribute.cs" />
227    <Compile Include="Attributes\PluginFileAttribute.cs" />
228    <Compile Include="BaseClasses\ApplicationBase.cs" />
229    <Compile Include="BaseClasses\PluginBase.cs" />
230    <Compile Include="SandboxApplicationManager.cs" />
231    <Compile Include="DefaultApplicationManager.cs" />
232    <Compile Include="ErrorHandling\ErrorDialog.cs">
233      <SubType>Form</SubType>
234    </Compile>
235    <Compile Include="ErrorHandling\ErrorDialog.Designer.cs">
236      <DependentUpon>ErrorDialog.cs</DependentUpon>
237    </Compile>
238    <Compile Include="ErrorHandling\ErrorHandling.cs">
239    </Compile>
240    <Compile Include="ErrorHandling\FrameworkVersionErrorDialog.cs">
241      <SubType>Form</SubType>
242    </Compile>
243    <Compile Include="ErrorHandling\FrameworkVersionErrorDialog.Designer.cs">
244      <DependentUpon>FrameworkVersionErrorDialog.cs</DependentUpon>
245    </Compile>
246    <Compile Include="LightweightApplicationManager.cs" />
247    <Compile Include="Interfaces\IPluginFile.cs" />
248    <Compile Include="Interfaces\IApplicationManager.cs" />
249    <Compile Include="Interfaces\IApplicationDescription.cs" />
250    <Compile Include="Interfaces\IApplication.cs" />
251    <Compile Include="Interfaces\IControlManager.cs" />
252    <Compile Include="Interfaces\IPlugin.cs" />
253    <Compile Include="ControlManager.cs" />
254    <Compile Include="Interfaces\IPluginDescription.cs" />
255    <Compile Include="InvalidPluginException.cs" />
256    <Compile Include="Manager\ApplicationDescription.cs" />
257    <Compile Include="Manager\PluginFile.cs" />
258    <Compile Include="Manager\PluginInfrastructureCancelEventArgs.cs" />
259    <Compile Include="Manager\PluginDescription.cs" />
260    <Compile Include="Manager\PluginInfrastructureEventArgs.cs" />
261    <Compile Include="Manager\PluginManager.cs" />
262    <Compile Include="Manager\PluginValidator.cs" />
263    <Compile Include="PluginDescriptionIterator.cs" />
264    <Compile Include="ApplicationManager.cs" />
265    <Compile Include="PluginState.cs" />
266    <Compile Include="Main.cs" />
267    <Compile Include="Properties\AssemblyInfo.cs" />
268    <Compile Include="TypeExtensions.cs" />
269    <None Include="Advanced\DeploymentService\GenerateServiceClients.cmd" />
270    <None Include="app.config">
271      <SubType>Designer</SubType>
272    </None>
273    <None Include="HeuristicLab.snk" />
274    <None Include="Properties\AssemblyInfo.cs.frame" />
275    <None Include="Properties\Settings.settings">
276      <Generator>PublicSettingsSingleFileGenerator</Generator>
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>
284    <Compile Include="Resources.Designer.cs">
285      <AutoGen>True</AutoGen>
286      <DesignTime>True</DesignTime>
287      <DependentUpon>Resources.resx</DependentUpon>
288    </Compile>
289    <Compile Include="Sandboxing\SandboxManager.cs" />
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>
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>
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>
308  </ItemGroup>
309  <ItemGroup>
310    <Content Include="ICSharpCode.SharpZipLib License.txt">
311      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
312    </Content>
313    <Content Include="ICSharpCode.SharpZipLib.dll">
314      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
315    </Content>
316    <EmbeddedResource Include="Advanced\DeploymentService\services.heuristiclab.com.cer" />
317    <None Include="Resources\Error.ico" />
318    <Content Include="Resources\HeuristicLab.ico" />
319    <None Include="Resources\HeuristicLabLogo.png" />
320    <None Include="Resources\HeuristicLabBanner.png" />
321    <Content Include="Resources\UpdateAvailable.ico" />
322    <Content Include="Resources\VS2008ImageLibrary_Actions_PublishToWebHS.png" />
323    <Content Include="Resources\VS2008ImageLibrary_Actions_RepeatHS.png" />
324    <None Include="Resources\VS2008ImageLibrary_Annotations_Error.png" />
325    <Content Include="Resources\VS2008ImageLibrary_CommonElements_Actions_Add.png" />
326    <Content Include="Resources\VS2008ImageLibrary_Objects_Plugin.png" />
327    <EmbeddedResource Include="Resources.resx">
328      <Generator>ResXFileCodeGenerator</Generator>
329      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
330      <SubType>Designer</SubType>
331    </EmbeddedResource>
332    <None Include="Resources\VS2008ImageLibrary_CommonElements_Actions_Remove.png" />
333    <None Include="Resources\show_icons.png" />
334    <None Include="Resources\show_details.png" />
335    <None Include="Resources\Setup_Install.ico" />
336    <None Include="Resources\VS2008ImageLibrary_Objects_NetworkConnections.png" />
337    <None Include="Resources\VS2008ImageLibrary_CommonElements_Objects_Arrow_Up.png" />
338    <None Include="Resources\VS2008ImageLibrary_Objects_File.png" />
339    <None Include="Resources\VS2008ImageLibrary_Objects_Document.png" />
340    <None Include="Resources\VS2008ImageLibrary_Objects_Internet.png" />
341    <None Include="Resources\VS2008ImageLibrary_Objects_Install.png" />
342    <None Include="Resources\VS2008ImageLibrary_Objects_Assembly.png" />
343  </ItemGroup>
344  <ItemGroup>
345    <WCFMetadata Include="Service References\" />
346  </ItemGroup>
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>
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  -->
372  <PropertyGroup>
373    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
374set ProjectDir=$(ProjectDir)
375set SolutionDir=$(SolutionDir)
376set Outdir=$(Outdir)
377
378call PreBuildEvent.cmd</PreBuildEvent>
379    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
380export ProjectDir=$(ProjectDir)
381export SolutionDir=$(SolutionDir)
382
383$SolutionDir/PreBuildEvent.sh
384</PreBuildEvent>
385  </PropertyGroup>
386</Project>
Note: See TracBrowser for help on using the repository browser.