Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ParameterBinding/HeuristicLab.PluginInfrastructure/3.3/HeuristicLab.PluginInfrastructure-3.3.csproj @ 10088

Last change on this file since 10088 was 4495, checked in by swagner, 14 years ago

Adapted deployment service (#1165)

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