Free cookie consent management tool by TermsFeed Policy Generator

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

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

Migrated solution and projects to Visual Studio 2010 (#1093)

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>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\DeploymentServerCertificateValidator.cs" />
145    <Compile Include="Advanced\EditProductsView.cs">
146      <SubType>UserControl</SubType>
147    </Compile>
148    <Compile Include="Advanced\EditProductsView.Designer.cs">
149      <DependentUpon>EditProductsView.cs</DependentUpon>
150    </Compile>
151    <Compile Include="Advanced\InstalledPluginsView.cs">
152      <SubType>UserControl</SubType>
153    </Compile>
154    <Compile Include="Advanced\InstalledPluginsView.Designer.cs">
155      <DependentUpon>InstalledPluginsView.cs</DependentUpon>
156    </Compile>
157    <Compile Include="Advanced\LicenseConfirmationDialog.cs">
158      <SubType>Form</SubType>
159    </Compile>
160    <Compile Include="Advanced\LicenseConfirmationDialog.Designer.cs">
161      <DependentUpon>LicenseConfirmationDialog.cs</DependentUpon>
162    </Compile>
163    <Compile Include="Advanced\UploadPluginsView.cs">
164      <SubType>UserControl</SubType>
165    </Compile>
166    <Compile Include="Advanced\UploadPluginsView.Designer.cs">
167      <DependentUpon>UploadPluginsView.cs</DependentUpon>
168    </Compile>
169    <Compile Include="Advanced\Util.cs" />
170    <Compile Include="Advanced\InstallationManagerControl.cs">
171      <SubType>UserControl</SubType>
172    </Compile>
173    <Compile Include="Advanced\InstallationManagerControl.Designer.cs">
174      <DependentUpon>InstallationManagerControl.cs</DependentUpon>
175    </Compile>
176    <Compile Include="Advanced\InstallationManagerException.cs" />
177    <Compile Include="Advanced\DeploymentService\AdminClientFactory.cs" />
178    <Compile Include="Advanced\DeploymentService\DeploymentService.cs" />
179    <Compile Include="Advanced\DeploymentService\UpdateClientFactory.cs" />
180    <Compile Include="Advanced\InstallationManagerConsole.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\AssemblyBuildDateAttribute.cs" />
215    <Compile Include="Attributes\ContactInformationAttribute.cs" />
216    <Compile Include="Attributes\PluginAttribute.cs" />
217    <Compile Include="Attributes\PluginDependencyAttribute.cs" />
218    <Compile Include="Attributes\PluginFileAttribute.cs" />
219    <Compile Include="BaseClasses\ApplicationBase.cs" />
220    <Compile Include="BaseClasses\PluginBase.cs" />
221    <Compile Include="DefaultApplicationManager.cs" />
222    <Compile Include="ErrorHandling\ErrorDialog.cs">
223      <SubType>Form</SubType>
224    </Compile>
225    <Compile Include="ErrorHandling\ErrorDialog.Designer.cs">
226      <DependentUpon>ErrorDialog.cs</DependentUpon>
227    </Compile>
228    <Compile Include="ErrorHandling\ErrorHandling.cs">
229    </Compile>
230    <Compile Include="LightweightApplicationManager.cs" />
231    <Compile Include="Interfaces\IPluginFile.cs" />
232    <Compile Include="Interfaces\IApplicationManager.cs" />
233    <Compile Include="Interfaces\IApplicationDescription.cs" />
234    <Compile Include="Interfaces\IApplication.cs" />
235    <Compile Include="Interfaces\IControlManager.cs" />
236    <Compile Include="Interfaces\IPlugin.cs" />
237    <Compile Include="ControlManager.cs" />
238    <Compile Include="Interfaces\IPluginDescription.cs" />
239    <Compile Include="InvalidPluginException.cs" />
240    <Compile Include="Manager\ApplicationDescription.cs" />
241    <Compile Include="Manager\PluginFile.cs" />
242    <Compile Include="Manager\PluginInfrastructureCancelEventArgs.cs" />
243    <Compile Include="Manager\PluginDescription.cs" />
244    <Compile Include="Manager\PluginInfrastructureEventArgs.cs" />
245    <Compile Include="Manager\PluginManager.cs" />
246    <Compile Include="Manager\PluginValidator.cs" />
247    <Compile Include="PluginDescriptionIterator.cs" />
248    <Compile Include="ApplicationManager.cs" />
249    <Compile Include="PluginState.cs" />
250    <Compile Include="Main.cs" />
251    <Compile Include="Properties\AssemblyInfo.cs" />
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    <None Include="Advanced\DeploymentService\RegenerateServiceClasses.cmd" />
324  </ItemGroup>
325  <ItemGroup>
326    <WCFMetadata Include="Service References\" />
327  </ItemGroup>
328  <ItemGroup>
329    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
330      <Visible>False</Visible>
331      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
332      <Install>false</Install>
333    </BootstrapperPackage>
334    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
335      <Visible>False</Visible>
336      <ProductName>.NET Framework 3.5 SP1</ProductName>
337      <Install>true</Install>
338    </BootstrapperPackage>
339    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
340      <Visible>False</Visible>
341      <ProductName>Windows Installer 3.1</ProductName>
342      <Install>true</Install>
343    </BootstrapperPackage>
344  </ItemGroup>
345  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
346  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
347       Other similar extension points exist, see Microsoft.Common.targets.
348  <Target Name="BeforeBuild">
349  </Target>
350  <Target Name="AfterBuild">
351  </Target>
352  -->
353  <PropertyGroup>
354    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
355set ProjectDir=$(ProjectDir)
356set SolutionDir=$(SolutionDir)
357set Outdir=$(Outdir)
358
359call PreBuildEvent.cmd</PreBuildEvent>
360  </PropertyGroup>
361</Project>
Note: See TracBrowser for help on using the repository browser.