Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.PluginInfrastructure/HeuristicLab.PluginInfrastructure.csproj @ 3509

Last change on this file since 3509 was 3509, checked in by gkronber, 14 years ago

Reintegrated plugin administration controls. #989

File size: 15.9 KB
Line 
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2  <PropertyGroup>
3    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5    <ProductVersion>9.0.30729</ProductVersion>
6    <SchemaVersion>2.0</SchemaVersion>
7    <ProjectGuid>{94186A6A-5176-4402-AE83-886557B53CCA}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.PluginInfrastructure</RootNamespace>
11    <AssemblyName>HeuristicLab.PluginInfrastructure</AssemblyName>
12    <StartupObject>
13    </StartupObject>
14    <SignAssembly>true</SignAssembly>
15    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
16    <FileUpgradeFlags>
17    </FileUpgradeFlags>
18    <OldToolsVersion>2.0</OldToolsVersion>
19    <UpgradeBackupLocation>
20    </UpgradeBackupLocation>
21    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
22  </PropertyGroup>
23  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
24    <DebugSymbols>true</DebugSymbols>
25    <DebugType>full</DebugType>
26    <Optimize>false</Optimize>
27    <OutputPath>bin\Debug\</OutputPath>
28    <DefineConstants>DEBUG;TRACE</DefineConstants>
29    <ErrorReport>prompt</ErrorReport>
30    <WarningLevel>4</WarningLevel>
31  </PropertyGroup>
32  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
33    <DebugType>pdbonly</DebugType>
34    <Optimize>true</Optimize>
35    <OutputPath>bin\Release\</OutputPath>
36    <DefineConstants>TRACE</DefineConstants>
37    <ErrorReport>prompt</ErrorReport>
38    <WarningLevel>4</WarningLevel>
39    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
40    <DocumentationFile>bin\Release\HeuristicLab.PluginInfrastructure.XML</DocumentationFile>
41  </PropertyGroup>
42  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
43    <DebugSymbols>true</DebugSymbols>
44    <OutputPath>bin\x86\Debug\</OutputPath>
45    <DefineConstants>DEBUG;TRACE</DefineConstants>
46    <DebugType>full</DebugType>
47    <PlatformTarget>x86</PlatformTarget>
48    <ErrorReport>prompt</ErrorReport>
49  </PropertyGroup>
50  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
51    <OutputPath>bin\x86\Release\</OutputPath>
52    <DefineConstants>TRACE</DefineConstants>
53    <DocumentationFile>bin\x86\Release\HeuristicLab.PluginInfrastructure.XML</DocumentationFile>
54    <Optimize>true</Optimize>
55    <DebugType>pdbonly</DebugType>
56    <PlatformTarget>x86</PlatformTarget>
57    <ErrorReport>prompt</ErrorReport>
58  </PropertyGroup>
59  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
60    <DebugSymbols>true</DebugSymbols>
61    <OutputPath>bin\x64\Debug\</OutputPath>
62    <DefineConstants>DEBUG;TRACE</DefineConstants>
63    <DebugType>full</DebugType>
64    <PlatformTarget>x64</PlatformTarget>
65    <ErrorReport>prompt</ErrorReport>
66  </PropertyGroup>
67  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
68    <OutputPath>bin\x64\Release\</OutputPath>
69    <DefineConstants>TRACE</DefineConstants>
70    <DocumentationFile>bin\x64\Release\HeuristicLab.PluginInfrastructure.XML</DocumentationFile>
71    <Optimize>true</Optimize>
72    <DebugType>pdbonly</DebugType>
73    <PlatformTarget>x64</PlatformTarget>
74    <ErrorReport>prompt</ErrorReport>
75  </PropertyGroup>
76  <ItemGroup>
77    <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL" />
78    <Reference Include="System" />
79    <Reference Include="System.Core">
80      <RequiredTargetFramework>3.5</RequiredTargetFramework>
81    </Reference>
82    <Reference Include="System.Data" />
83    <Reference Include="System.Deployment" />
84    <Reference Include="System.Drawing" />
85    <Reference Include="System.Runtime.Serialization">
86      <RequiredTargetFramework>3.0</RequiredTargetFramework>
87    </Reference>
88    <Reference Include="System.ServiceModel">
89      <RequiredTargetFramework>3.0</RequiredTargetFramework>
90    </Reference>
91    <Reference Include="System.Windows.Forms" />
92    <Reference Include="System.Xml" />
93  </ItemGroup>
94  <ItemGroup>
95    <Compile Include="Advanced\ConfirmationDialog.cs">
96      <SubType>Form</SubType>
97    </Compile>
98    <Compile Include="Advanced\ConfirmationDialog.Designer.cs">
99      <DependentUpon>ConfirmationDialog.cs</DependentUpon>
100    </Compile>
101    <Compile Include="Advanced\ConnectionSetupView.cs">
102      <SubType>Form</SubType>
103    </Compile>
104    <Compile Include="Advanced\ConnectionSetupView.Designer.cs">
105      <DependentUpon>ConnectionSetupView.cs</DependentUpon>
106    </Compile>
107    <Compile Include="Advanced\InstallationManagerException.cs" />
108    <Compile Include="Advanced\DeploymentService\AdminClientFactory.cs" />
109    <Compile Include="Advanced\DeploymentService\DeploymentService.cs" />
110    <Compile Include="Advanced\DeploymentService\UpdateClientFactory.cs" />
111    <Compile Include="Advanced\InstallationManagerConsole.cs" />
112    <Compile Include="Advanced\InstallationManager.cs" />
113    <Compile Include="Advanced\InstallationManagerForm.cs">
114      <SubType>Form</SubType>
115    </Compile>
116    <Compile Include="Advanced\InstallationManagerForm.Designer.cs">
117      <DependentUpon>InstallationManagerForm.cs</DependentUpon>
118    </Compile>
119    <Compile Include="Advanced\DeploymentService\PluginDescription.cs">
120      <SubType>Code</SubType>
121    </Compile>
122    <Compile Include="Advanced\DeploymentService\ProductDescription.cs">
123      <SubType>Code</SubType>
124    </Compile>
125    <Compile Include="Advanced\LicenseConfirmationBox.cs">
126      <SubType>Form</SubType>
127    </Compile>
128    <Compile Include="Advanced\LicenseConfirmationBox.Designer.cs">
129      <DependentUpon>LicenseConfirmationBox.cs</DependentUpon>
130    </Compile>
131    <Compile Include="Advanced\LicenseView.cs">
132      <SubType>Form</SubType>
133    </Compile>
134    <Compile Include="Advanced\LicenseView.Designer.cs">
135      <DependentUpon>LicenseView.cs</DependentUpon>
136    </Compile>
137    <Compile Include="Advanced\LocalPluginManager.cs">
138      <SubType>UserControl</SubType>
139    </Compile>
140    <Compile Include="Advanced\LocalPluginManager.Designer.cs">
141      <DependentUpon>LocalPluginManager.cs</DependentUpon>
142    </Compile>
143    <Compile Include="Advanced\MultiSelectListView.cs">
144      <SubType>Component</SubType>
145    </Compile>
146    <Compile Include="Advanced\MultiSelectListView.Designer.cs">
147      <DependentUpon>MultiSelectListView.cs</DependentUpon>
148    </Compile>
149    <Compile Include="Advanced\PluginComparisonView.cs">
150      <SubType>Form</SubType>
151    </Compile>
152    <Compile Include="Advanced\PluginComparisonView.Designer.cs">
153      <DependentUpon>PluginComparisonView.cs</DependentUpon>
154    </Compile>
155    <Compile Include="Advanced\PluginEditor.cs">
156      <SubType>UserControl</SubType>
157    </Compile>
158    <Compile Include="Advanced\PluginEditor.Designer.cs">
159      <DependentUpon>PluginEditor.cs</DependentUpon>
160    </Compile>
161    <Compile Include="Advanced\PluginListView.cs">
162      <SubType>UserControl</SubType>
163    </Compile>
164    <Compile Include="Advanced\PluginListView.Designer.cs">
165      <DependentUpon>PluginListView.cs</DependentUpon>
166    </Compile>
167    <Compile Include="Advanced\PluginView.cs">
168      <SubType>UserControl</SubType>
169    </Compile>
170    <Compile Include="Advanced\PluginView.Designer.cs">
171      <DependentUpon>PluginView.cs</DependentUpon>
172    </Compile>
173    <Compile Include="Advanced\ProductEditor.cs">
174      <SubType>UserControl</SubType>
175    </Compile>
176    <Compile Include="Advanced\ProductEditor.Designer.cs">
177      <DependentUpon>ProductEditor.cs</DependentUpon>
178    </Compile>
179    <Compile Include="Advanced\RemotePluginInstaller.cs">
180      <SubType>UserControl</SubType>
181    </Compile>
182    <Compile Include="Advanced\RemotePluginInstaller.Designer.cs">
183      <DependentUpon>RemotePluginInstaller.cs</DependentUpon>
184    </Compile>
185    <Compile Include="Attributes\ApplicationAttribute.cs" />
186    <Compile Include="Attributes\AssemblyBuildDateAttribute.cs" />
187    <Compile Include="Attributes\ContactInformationAttribute.cs" />
188    <Compile Include="Attributes\PluginAttribute.cs" />
189    <Compile Include="Attributes\PluginDependencyAttribute.cs" />
190    <Compile Include="Attributes\PluginFileAttribute.cs" />
191    <Compile Include="BaseClasses\ApplicationBase.cs" />
192    <Compile Include="BaseClasses\PluginBase.cs" />
193    <Compile Include="DefaultApplicationManager.cs" />
194    <Compile Include="LightweightApplicationManager.cs" />
195    <Compile Include="Interfaces\IPluginFile.cs" />
196    <Compile Include="Interfaces\IApplicationManager.cs" />
197    <Compile Include="Interfaces\IApplicationDescription.cs" />
198    <Compile Include="Interfaces\IApplication.cs" />
199    <Compile Include="Interfaces\IControlManager.cs" />
200    <Compile Include="Interfaces\IPlugin.cs" />
201    <Compile Include="ControlManager.cs" />
202    <Compile Include="Interfaces\IPluginDescription.cs" />
203    <Compile Include="InvalidPluginException.cs" />
204    <Compile Include="Manager\ApplicationDescription.cs" />
205    <Compile Include="Manager\PluginFile.cs" />
206    <Compile Include="Manager\PluginInfrastructureCancelEventArgs.cs" />
207    <Compile Include="Manager\PluginDescription.cs" />
208    <Compile Include="Manager\PluginInfrastructureEventArgs.cs" />
209    <Compile Include="Manager\PluginManager.cs" />
210    <Compile Include="Manager\PluginValidator.cs" />
211    <Compile Include="PluginDescriptionIterator.cs" />
212    <Compile Include="ApplicationManager.cs" />
213    <Compile Include="PluginState.cs" />
214    <Compile Include="Main.cs" />
215    <Compile Include="Properties\AssemblyInfo.cs" />
216    <EmbeddedResource Include="Advanced\InstallationManagerForm.resx">
217      <DependentUpon>InstallationManagerForm.cs</DependentUpon>
218    </EmbeddedResource>
219    <EmbeddedResource Include="Advanced\LocalPluginManager.resx">
220      <DependentUpon>LocalPluginManager.cs</DependentUpon>
221    </EmbeddedResource>
222    <EmbeddedResource Include="Advanced\RemotePluginInstaller.resx">
223      <DependentUpon>RemotePluginInstaller.cs</DependentUpon>
224    </EmbeddedResource>
225    <EmbeddedResource Include="Properties\Resources.resx">
226      <Generator>ResXFileCodeGenerator</Generator>
227      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
228      <SubType>Designer</SubType>
229    </EmbeddedResource>
230    <EmbeddedResource Include="Resources\Resources.resx">
231      <Generator>ResXFileCodeGenerator</Generator>
232      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
233    </EmbeddedResource>
234    <EmbeddedResource Include="Starter\SplashScreen.resx">
235      <DependentUpon>SplashScreen.cs</DependentUpon>
236    </EmbeddedResource>
237    <EmbeddedResource Include="Starter\StarterForm.resx">
238      <DependentUpon>StarterForm.cs</DependentUpon>
239    </EmbeddedResource>
240    <Compile Include="Properties\Resources.Designer.cs">
241      <AutoGen>True</AutoGen>
242      <DependentUpon>Resources.resx</DependentUpon>
243      <DesignTime>True</DesignTime>
244    </Compile>
245    <None Include="app.config" />
246    <None Include="HeuristicLab.snk" />
247    <None Include="Properties\AssemblyInfo.frame" />
248    <None Include="Properties\Settings.settings">
249      <Generator>PublicSettingsSingleFileGenerator</Generator>
250      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
251    </None>
252    <Compile Include="Properties\Settings.Designer.cs">
253      <AutoGen>True</AutoGen>
254      <DependentUpon>Settings.settings</DependentUpon>
255      <DesignTimeSharedInput>True</DesignTimeSharedInput>
256    </Compile>
257    <Compile Include="Resources\Resources.Designer.cs">
258      <AutoGen>True</AutoGen>
259      <DesignTime>True</DesignTime>
260      <DependentUpon>Resources.resx</DependentUpon>
261    </Compile>
262    <Compile Include="Sandboxing\SandboxManager.cs" />
263    <Compile Include="Starter\SplashScreen.cs">
264      <SubType>Form</SubType>
265    </Compile>
266    <Compile Include="Starter\SplashScreen.Designer.cs">
267      <DependentUpon>SplashScreen.cs</DependentUpon>
268    </Compile>
269    <Compile Include="Starter\StarterForm.cs">
270      <SubType>Form</SubType>
271    </Compile>
272    <Compile Include="Starter\StarterForm.Designer.cs">
273      <DependentUpon>StarterForm.cs</DependentUpon>
274    </Compile>
275  </ItemGroup>
276  <ItemGroup>
277    <Content Include="ICSharpCode.SharpZipLib License.txt">
278      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
279    </Content>
280    <Content Include="ICSharpCode.SharpZipLib.dll">
281      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
282    </Content>
283    <Content Include="Resources\Details.gif" />
284    <Content Include="Resources\HeuristicLab.ico" />
285    <Content Include="Resources\LargeIcons.gif" />
286    <Content Include="Resources\List.gif" />
287    <Content Include="Resources\Logo_white.gif" />
288    <EmbeddedResource Include="Advanced\ConfirmationDialog.resx">
289      <DependentUpon>ConfirmationDialog.cs</DependentUpon>
290    </EmbeddedResource>
291    <EmbeddedResource Include="Advanced\ConnectionSetupView.resx">
292      <DependentUpon>ConnectionSetupView.cs</DependentUpon>
293    </EmbeddedResource>
294    <EmbeddedResource Include="Advanced\DeploymentService\servdev.cer" />
295    <EmbeddedResource Include="Advanced\LicenseConfirmationBox.resx">
296      <DependentUpon>LicenseConfirmationBox.cs</DependentUpon>
297    </EmbeddedResource>
298    <EmbeddedResource Include="Advanced\LicenseView.resx">
299      <DependentUpon>LicenseView.cs</DependentUpon>
300    </EmbeddedResource>
301    <EmbeddedResource Include="Advanced\PluginComparisonView.resx">
302      <DependentUpon>PluginComparisonView.cs</DependentUpon>
303    </EmbeddedResource>
304    <EmbeddedResource Include="Advanced\PluginEditor.resx">
305      <DependentUpon>PluginEditor.cs</DependentUpon>
306    </EmbeddedResource>
307    <EmbeddedResource Include="Advanced\PluginListView.resx">
308      <DependentUpon>PluginListView.cs</DependentUpon>
309    </EmbeddedResource>
310    <EmbeddedResource Include="Advanced\PluginView.resx">
311      <DependentUpon>PluginView.cs</DependentUpon>
312    </EmbeddedResource>
313    <EmbeddedResource Include="Advanced\ProductEditor.resx">
314      <DependentUpon>ProductEditor.cs</DependentUpon>
315    </EmbeddedResource>
316    <None Include="Resources\VS2008ImageLibrary_Actions_Delete.png" />
317    <None Include="Resources\VS2008ImageLibrary_CommonElements_Actions_Remove.png" />
318    <None Include="Resources\VS2008ImageLibrary_CommonElements_Actions_Remove1.png" />
319    <Content Include="Resources\VS2008ImageLibrary_CommonElements_Objects_Arrow_Down.png" />
320    <None Include="Resources\VS2008ImageLibrary_Objects_NetworkConnections.png" />
321    <None Include="Resources\VS2008ImageLibrary_Objects_Install1.png" />
322    <None Include="Resources\VS2008ImageLibrary_Objects_Internet1.png" />
323    <None Include="Resources\VS2008ImageLibrary_CommonElements_Objects_Arrow_Up.png" />
324    <None Include="Resources\VS2008ImageLibrary_Objects_File.png" />
325    <None Include="Resources\VS2008ImageLibrary_Objects_Document.png" />
326    <None Include="Resources\VS2008ImageLibrary_Objects_Internet.png" />
327    <None Include="Resources\VS2008ImageLibrary_Objects_Install.png" />
328    <None Include="Resources\VS2008ImageLibrary_Objects_Assembly.png" />
329    <None Include="Advanced\DeploymentService\RegenerateServiceClasses.cmd" />
330  </ItemGroup>
331  <ItemGroup>
332    <WCFMetadata Include="Service References\" />
333  </ItemGroup>
334  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
335  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
336       Other similar extension points exist, see Microsoft.Common.targets.
337  <Target Name="BeforeBuild">
338  </Target>
339  <Target Name="AfterBuild">
340  </Target>
341  -->
342  <PropertyGroup>
343    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
344set ProjectDir=$(ProjectDir)
345set SolutionDir=$(SolutionDir)
346set Outdir=$(Outdir)
347
348call PreBuildEvent.cmd</PreBuildEvent>
349  </PropertyGroup>
350</Project>
Note: See TracBrowser for help on using the repository browser.