Free cookie consent management tool by TermsFeed Policy Generator

source: branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure/3.3/HeuristicLab.PluginInfrastructure-3.3.csproj @ 13333

Last change on this file since 13333 was 13333, checked in by gkronber, 8 years ago

#2522: removed classes for plugin uploading and updating

File size: 14.5 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.5</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    <Prefer32Bit>false</Prefer32Bit>
51  </PropertyGroup>
52  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
53    <DebugType>pdbonly</DebugType>
54    <Optimize>true</Optimize>
55    <OutputPath>$(SolutionDir)\bin\</OutputPath>
56    <DefineConstants>TRACE</DefineConstants>
57    <ErrorReport>prompt</ErrorReport>
58    <WarningLevel>4</WarningLevel>
59    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
60    <DocumentationFile>
61    </DocumentationFile>
62    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
63    <Prefer32Bit>false</Prefer32Bit>
64  </PropertyGroup>
65  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
66    <DebugSymbols>true</DebugSymbols>
67    <OutputPath>$(SolutionDir)\bin\</OutputPath>
68    <DefineConstants>DEBUG;TRACE</DefineConstants>
69    <DebugType>full</DebugType>
70    <PlatformTarget>x86</PlatformTarget>
71    <ErrorReport>prompt</ErrorReport>
72    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
73    <Prefer32Bit>false</Prefer32Bit>
74  </PropertyGroup>
75  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
76    <OutputPath>$(SolutionDir)\bin\</OutputPath>
77    <DefineConstants>TRACE</DefineConstants>
78    <DocumentationFile>
79    </DocumentationFile>
80    <Optimize>true</Optimize>
81    <DebugType>pdbonly</DebugType>
82    <PlatformTarget>x86</PlatformTarget>
83    <ErrorReport>prompt</ErrorReport>
84    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
85    <Prefer32Bit>false</Prefer32Bit>
86  </PropertyGroup>
87  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
88    <DebugSymbols>true</DebugSymbols>
89    <OutputPath>$(SolutionDir)\bin\</OutputPath>
90    <DefineConstants>DEBUG;TRACE</DefineConstants>
91    <DebugType>full</DebugType>
92    <PlatformTarget>x64</PlatformTarget>
93    <ErrorReport>prompt</ErrorReport>
94    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
95    <Prefer32Bit>false</Prefer32Bit>
96  </PropertyGroup>
97  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
98    <OutputPath>$(SolutionDir)\bin\</OutputPath>
99    <DefineConstants>TRACE</DefineConstants>
100    <DocumentationFile>
101    </DocumentationFile>
102    <Optimize>true</Optimize>
103    <DebugType>pdbonly</DebugType>
104    <PlatformTarget>x64</PlatformTarget>
105    <ErrorReport>prompt</ErrorReport>
106    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
107    <Prefer32Bit>false</Prefer32Bit>
108  </PropertyGroup>
109  <ItemGroup>
110    <Reference Include="System" />
111    <Reference Include="System.Core" />
112    <Reference Include="System.Data" />
113    <Reference Include="System.Deployment" />
114    <Reference Include="System.Drawing" />
115    <Reference Include="System.IdentityModel" />
116    <Reference Include="System.IO.Compression" />
117    <Reference Include="System.Runtime.Serialization" />
118    <Reference Include="System.ServiceModel" />
119    <Reference Include="System.Windows.Forms" />
120    <Reference Include="System.Xml" />
121  </ItemGroup>
122  <ItemGroup>
123    <Compile Include="Advanced\InstallationManagerControl.cs">
124      <SubType>UserControl</SubType>
125    </Compile>
126    <Compile Include="Advanced\InstallationManagerControl.Designer.cs">
127      <DependentUpon>InstallationManagerControl.cs</DependentUpon>
128    </Compile>
129    <Compile Include="Advanced\InstallationManagerForm.cs">
130      <SubType>Form</SubType>
131    </Compile>
132    <Compile Include="Advanced\InstallationManagerForm.Designer.cs">
133      <DependentUpon>InstallationManagerForm.cs</DependentUpon>
134    </Compile>
135    <Compile Include="Advanced\InstalledPluginsView.cs">
136      <SubType>UserControl</SubType>
137    </Compile>
138    <Compile Include="Advanced\InstalledPluginsView.Designer.cs">
139      <DependentUpon>InstalledPluginsView.cs</DependentUpon>
140    </Compile>
141    <Compile Include="Advanced\IStatusDisplay.cs">
142      <SubType>Code</SubType>
143    </Compile>
144    <Compile Include="Advanced\LicenseView.cs">
145      <SubType>Form</SubType>
146    </Compile>
147    <Compile Include="Advanced\LicenseView.Designer.cs">
148      <DependentUpon>LicenseView.cs</DependentUpon>
149    </Compile>
150    <Compile Include="Advanced\MultiSelectListView.cs">
151      <SubType>Component</SubType>
152    </Compile>
153    <Compile Include="Advanced\MultiSelectListView.Designer.cs">
154      <DependentUpon>MultiSelectListView.cs</DependentUpon>
155    </Compile>
156    <Compile Include="Advanced\PluginView.cs">
157      <SubType>Form</SubType>
158    </Compile>
159    <Compile Include="Advanced\PluginView.Designer.cs">
160      <DependentUpon>PluginView.cs</DependentUpon>
161    </Compile>
162    <Compile Include="Advanced\Util.cs">
163      <SubType>Code</SubType>
164    </Compile>
165    <Compile Include="AssemblyHelpers.cs" />
166    <Compile Include="CommandLineArgumentHandling\Arguments\OpenArgument.cs" />
167    <Compile Include="CommandLineArgumentHandling\Arguments\HideStarterArgument.cs" />
168    <Compile Include="CommandLineArgumentHandling\Arguments\StartArgument.cs" />
169    <Compile Include="CommandLineArgumentHandling\CommandLineArgument.cs" />
170    <Compile Include="CommandLineArgumentHandling\CommandLineArgumentHandling.cs" />
171    <Compile Include="CommandLineArgumentHandling\ICommandLineArgument.cs" />
172    <Compile Include="Attributes\ApplicationAttribute.cs" />
173    <Compile Include="Attributes\ContactInformationAttribute.cs" />
174    <Compile Include="Attributes\NonDiscoverableTypeAttribute.cs" />
175    <Compile Include="Attributes\PluginAttribute.cs" />
176    <Compile Include="Attributes\PluginDependencyAttribute.cs" />
177    <Compile Include="Attributes\PluginFileAttribute.cs" />
178    <Compile Include="BaseClasses\ApplicationBase.cs" />
179    <Compile Include="BaseClasses\PluginBase.cs" />
180    <Compile Include="SandboxApplicationManager.cs" />
181    <Compile Include="DefaultApplicationManager.cs" />
182    <Compile Include="ErrorHandling\ErrorDialog.cs">
183      <SubType>Form</SubType>
184    </Compile>
185    <Compile Include="ErrorHandling\ErrorDialog.Designer.cs">
186      <DependentUpon>ErrorDialog.cs</DependentUpon>
187    </Compile>
188    <Compile Include="ErrorHandling\ErrorHandling.cs">
189    </Compile>
190    <Compile Include="ErrorHandling\FrameworkVersionErrorDialog.cs">
191      <SubType>Form</SubType>
192    </Compile>
193    <Compile Include="ErrorHandling\FrameworkVersionErrorDialog.Designer.cs">
194      <DependentUpon>FrameworkVersionErrorDialog.cs</DependentUpon>
195    </Compile>
196    <Compile Include="LightweightApplicationManager.cs" />
197    <Compile Include="Interfaces\IPluginFile.cs" />
198    <Compile Include="Interfaces\IApplicationManager.cs" />
199    <Compile Include="Interfaces\IApplicationDescription.cs" />
200    <Compile Include="Interfaces\IApplication.cs" />
201    <Compile Include="Interfaces\IControlManager.cs" />
202    <Compile Include="Interfaces\IPlugin.cs" />
203    <Compile Include="Interfaces\IPluginDescription.cs" />
204    <Compile Include="InvalidPluginException.cs" />
205    <Compile Include="Manager\ApplicationDescription.cs" />
206    <Compile Include="Manager\PluginFile.cs" />
207    <Compile Include="Manager\PluginInfrastructureCancelEventArgs.cs" />
208    <Compile Include="Manager\PluginDescription.cs" />
209    <Compile Include="Manager\PluginInfrastructureEventArgs.cs" />
210    <Compile Include="Manager\PluginManager.cs" />
211    <Compile Include="Manager\PluginValidator.cs" />
212    <Compile Include="PluginDescriptionIterator.cs" />
213    <Compile Include="ApplicationManager.cs" />
214    <Compile Include="PluginState.cs" />
215    <Compile Include="Main.cs" />
216    <Compile Include="Properties\AssemblyInfo.cs" />
217    <Compile Include="Sandboxing\SandboxManager.cs">
218      <SubType>Code</SubType>
219    </Compile>
220    <Compile Include="TypeExtensions.cs" />
221    <None Include="app.config">
222      <SubType>Designer</SubType>
223    </None>
224    <None Include="HeuristicLab.snk" />
225    <None Include="Properties\AssemblyInfo.cs.frame" />
226    <None Include="Properties\Settings.settings">
227      <Generator>PublicSettingsSingleFileGenerator</Generator>
228      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
229    </None>
230    <Compile Include="Properties\Settings.Designer.cs">
231      <AutoGen>True</AutoGen>
232      <DependentUpon>Settings.settings</DependentUpon>
233      <DesignTimeSharedInput>True</DesignTimeSharedInput>
234    </Compile>
235    <Compile Include="Resources.Designer.cs">
236      <AutoGen>True</AutoGen>
237      <DesignTime>True</DesignTime>
238      <DependentUpon>Resources.resx</DependentUpon>
239    </Compile>
240    <Compile Include="Starter\AboutDialog.cs">
241      <SubType>Form</SubType>
242    </Compile>
243    <Compile Include="Starter\AboutDialog.Designer.cs">
244      <DependentUpon>AboutDialog.cs</DependentUpon>
245    </Compile>
246    <Compile Include="Starter\SplashScreen.cs">
247      <SubType>Form</SubType>
248    </Compile>
249    <Compile Include="Starter\SplashScreen.Designer.cs">
250      <DependentUpon>SplashScreen.cs</DependentUpon>
251    </Compile>
252    <Compile Include="Starter\StarterForm.cs">
253      <SubType>Form</SubType>
254    </Compile>
255    <Compile Include="Starter\StarterForm.Designer.cs">
256      <DependentUpon>StarterForm.cs</DependentUpon>
257    </Compile>
258  </ItemGroup>
259  <ItemGroup>
260    <None Include="Resources\Error.ico" />
261    <Content Include="Resources\HeuristicLab.ico" />
262    <None Include="Resources\HeuristicLabLogo.png" />
263    <None Include="Resources\HeuristicLabBanner.png" />
264    <Content Include="Resources\UpdateAvailable.ico" />
265    <Content Include="Resources\VS2008ImageLibrary_Actions_PublishToWebHS.png" />
266    <Content Include="Resources\VS2008ImageLibrary_Actions_RepeatHS.png" />
267    <None Include="Resources\VS2008ImageLibrary_Annotations_Error.png" />
268    <Content Include="Resources\VS2008ImageLibrary_CommonElements_Actions_Add.png" />
269    <Content Include="Resources\VS2008ImageLibrary_Objects_Plugin.png" />
270    <EmbeddedResource Include="Resources.resx">
271      <Generator>ResXFileCodeGenerator</Generator>
272      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
273      <SubType>Designer</SubType>
274    </EmbeddedResource>
275    <None Include="Resources\VS2008ImageLibrary_CommonElements_Actions_Remove.png" />
276    <None Include="Resources\show_icons.png" />
277    <None Include="Resources\show_details.png" />
278    <None Include="Resources\Setup_Install.ico" />
279    <None Include="Resources\VS2008ImageLibrary_Objects_NetworkConnections.png" />
280    <None Include="Resources\VS2008ImageLibrary_CommonElements_Objects_Arrow_Up.png" />
281    <None Include="Resources\VS2008ImageLibrary_Objects_File.png" />
282    <None Include="Resources\VS2008ImageLibrary_Objects_Document.png" />
283    <None Include="Resources\VS2008ImageLibrary_Objects_Internet.png" />
284    <None Include="Resources\VS2008ImageLibrary_Objects_Install.png" />
285    <None Include="Resources\VS2008ImageLibrary_Objects_Assembly.png" />
286  </ItemGroup>
287  <ItemGroup>
288    <WCFMetadata Include="Service References\" />
289  </ItemGroup>
290  <ItemGroup>
291    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
292      <Visible>False</Visible>
293      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
294      <Install>false</Install>
295    </BootstrapperPackage>
296    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
297      <Visible>False</Visible>
298      <ProductName>.NET Framework 3.5 SP1</ProductName>
299      <Install>true</Install>
300    </BootstrapperPackage>
301    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
302      <Visible>False</Visible>
303      <ProductName>Windows Installer 3.1</ProductName>
304      <Install>true</Install>
305    </BootstrapperPackage>
306  </ItemGroup>
307  <ItemGroup>
308    <Folder Include="Advanced\DeploymentService\" />
309  </ItemGroup>
310  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
311  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
312       Other similar extension points exist, see Microsoft.Common.targets.
313  <Target Name="BeforeBuild">
314  </Target>
315  <Target Name="AfterBuild">
316  </Target>
317  -->
318  <PropertyGroup>
319    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
320set ProjectDir=$(ProjectDir)
321set SolutionDir=$(SolutionDir)
322set Outdir=$(Outdir)
323
324call PreBuildEvent.cmd</PreBuildEvent>
325    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
326export ProjectDir=$(ProjectDir)
327export SolutionDir=$(SolutionDir)
328
329$SolutionDir/PreBuildEvent.sh
330</PreBuildEvent>
331  </PropertyGroup>
332</Project>
Note: See TracBrowser for help on using the repository browser.