Free cookie consent management tool by TermsFeed Policy Generator

source: branches/NET40/sources/HeuristicLab.PluginInfrastructure/3.3/HeuristicLab.PluginInfrastructure-3.3.csproj @ 5142

Last change on this file since 5142 was 5142, checked in by swagner, 13 years ago

Migrated projects to .NET 4.0 (#1350)

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