Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.2/sources/HeuristicLab.PluginInfrastructure/HeuristicLab.PluginInfrastructure.csproj @ 4539

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

Implemented a list of review comments by swagner. #989 (Implement review comments in plugin infrastructure)

File size: 16.7 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\BasicUpdateView.cs">
96      <SubType>UserControl</SubType>
97    </Compile>
98    <Compile Include="Advanced\BasicUpdateView.Designer.cs">
99      <DependentUpon>BasicUpdateView.cs</DependentUpon>
100    </Compile>
101    <Compile Include="Advanced\ConfirmationDialog.cs">
102      <SubType>Form</SubType>
103    </Compile>
104    <Compile Include="Advanced\ConfirmationDialog.Designer.cs">
105      <DependentUpon>ConfirmationDialog.cs</DependentUpon>
106    </Compile>
107    <Compile Include="Advanced\ConnectionSetupView.cs">
108      <SubType>Form</SubType>
109    </Compile>
110    <Compile Include="Advanced\ConnectionSetupView.Designer.cs">
111      <DependentUpon>ConnectionSetupView.cs</DependentUpon>
112    </Compile>
113    <Compile Include="Advanced\InstallationManagerControl.cs">
114      <SubType>UserControl</SubType>
115    </Compile>
116    <Compile Include="Advanced\InstallationManagerControl.Designer.cs">
117      <DependentUpon>InstallationManagerControl.cs</DependentUpon>
118    </Compile>
119    <Compile Include="Advanced\InstallationManagerException.cs" />
120    <Compile Include="Advanced\DeploymentService\AdminClientFactory.cs" />
121    <Compile Include="Advanced\DeploymentService\DeploymentService.cs" />
122    <Compile Include="Advanced\DeploymentService\UpdateClientFactory.cs" />
123    <Compile Include="Advanced\InstallationManagerConsole.cs" />
124    <Compile Include="Advanced\InstallationManager.cs" />
125    <Compile Include="Advanced\InstallationManagerForm.cs">
126      <SubType>Form</SubType>
127    </Compile>
128    <Compile Include="Advanced\InstallationManagerForm.Designer.cs">
129      <DependentUpon>InstallationManagerForm.cs</DependentUpon>
130    </Compile>
131    <Compile Include="Advanced\DeploymentService\PluginDescription.cs">
132      <SubType>Code</SubType>
133    </Compile>
134    <Compile Include="Advanced\DeploymentService\ProductDescription.cs">
135      <SubType>Code</SubType>
136    </Compile>
137    <Compile Include="Advanced\IStatusDisplay.cs" />
138    <Compile Include="Advanced\LicenseConfirmationBox.cs">
139      <SubType>Form</SubType>
140    </Compile>
141    <Compile Include="Advanced\LicenseConfirmationBox.Designer.cs">
142      <DependentUpon>LicenseConfirmationBox.cs</DependentUpon>
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\LocalPluginsView.cs">
151      <SubType>UserControl</SubType>
152    </Compile>
153    <Compile Include="Advanced\LocalPluginsView.Designer.cs">
154      <DependentUpon>LocalPluginsView.cs</DependentUpon>
155    </Compile>
156    <Compile Include="Advanced\MultiSelectListView.cs">
157      <SubType>Component</SubType>
158    </Compile>
159    <Compile Include="Advanced\MultiSelectListView.Designer.cs">
160      <DependentUpon>MultiSelectListView.cs</DependentUpon>
161    </Compile>
162    <Compile Include="Advanced\PluginComparisonView.cs">
163      <SubType>Form</SubType>
164    </Compile>
165    <Compile Include="Advanced\PluginComparisonView.Designer.cs">
166      <DependentUpon>PluginComparisonView.cs</DependentUpon>
167    </Compile>
168    <Compile Include="Advanced\PluginEditor.cs">
169      <SubType>UserControl</SubType>
170    </Compile>
171    <Compile Include="Advanced\PluginEditor.Designer.cs">
172      <DependentUpon>PluginEditor.cs</DependentUpon>
173    </Compile>
174    <Compile Include="Advanced\PluginListView.cs">
175      <SubType>UserControl</SubType>
176    </Compile>
177    <Compile Include="Advanced\PluginListView.Designer.cs">
178      <DependentUpon>PluginListView.cs</DependentUpon>
179    </Compile>
180    <Compile Include="Advanced\PluginView.cs">
181      <SubType>Form</SubType>
182    </Compile>
183    <Compile Include="Advanced\PluginView.Designer.cs">
184      <DependentUpon>PluginView.cs</DependentUpon>
185    </Compile>
186    <Compile Include="Advanced\ProductEditor.cs">
187      <SubType>UserControl</SubType>
188    </Compile>
189    <Compile Include="Advanced\ProductEditor.Designer.cs">
190      <DependentUpon>ProductEditor.cs</DependentUpon>
191    </Compile>
192    <Compile Include="Advanced\RemotePluginInstaller.cs">
193      <SubType>UserControl</SubType>
194    </Compile>
195    <Compile Include="Advanced\RemotePluginInstaller.Designer.cs">
196      <DependentUpon>RemotePluginInstaller.cs</DependentUpon>
197    </Compile>
198    <Compile Include="Attributes\ApplicationAttribute.cs" />
199    <Compile Include="Attributes\AssemblyBuildDateAttribute.cs" />
200    <Compile Include="Attributes\ContactInformationAttribute.cs" />
201    <Compile Include="Attributes\PluginAttribute.cs" />
202    <Compile Include="Attributes\PluginDependencyAttribute.cs" />
203    <Compile Include="Attributes\PluginFileAttribute.cs" />
204    <Compile Include="BaseClasses\ApplicationBase.cs" />
205    <Compile Include="BaseClasses\PluginBase.cs" />
206    <Compile Include="DefaultApplicationManager.cs" />
207    <Compile Include="LightweightApplicationManager.cs" />
208    <Compile Include="Interfaces\IPluginFile.cs" />
209    <Compile Include="Interfaces\IApplicationManager.cs" />
210    <Compile Include="Interfaces\IApplicationDescription.cs" />
211    <Compile Include="Interfaces\IApplication.cs" />
212    <Compile Include="Interfaces\IControlManager.cs" />
213    <Compile Include="Interfaces\IPlugin.cs" />
214    <Compile Include="ControlManager.cs" />
215    <Compile Include="Interfaces\IPluginDescription.cs" />
216    <Compile Include="InvalidPluginException.cs" />
217    <Compile Include="Manager\ApplicationDescription.cs" />
218    <Compile Include="Manager\PluginFile.cs" />
219    <Compile Include="Manager\PluginInfrastructureCancelEventArgs.cs" />
220    <Compile Include="Manager\PluginDescription.cs" />
221    <Compile Include="Manager\PluginInfrastructureEventArgs.cs" />
222    <Compile Include="Manager\PluginManager.cs" />
223    <Compile Include="Manager\PluginValidator.cs" />
224    <Compile Include="PluginDescriptionIterator.cs" />
225    <Compile Include="ApplicationManager.cs" />
226    <Compile Include="PluginState.cs" />
227    <Compile Include="Main.cs" />
228    <Compile Include="Properties\AssemblyInfo.cs" />
229    <EmbeddedResource Include="Advanced\InstallationManagerForm.resx">
230      <DependentUpon>InstallationManagerForm.cs</DependentUpon>
231    </EmbeddedResource>
232    <EmbeddedResource Include="Advanced\RemotePluginInstaller.resx">
233      <DependentUpon>RemotePluginInstaller.cs</DependentUpon>
234    </EmbeddedResource>
235    <EmbeddedResource Include="Properties\Resources.resx">
236      <Generator>ResXFileCodeGenerator</Generator>
237      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
238      <SubType>Designer</SubType>
239    </EmbeddedResource>
240    <EmbeddedResource Include="Resources\Resources.resx">
241      <Generator>ResXFileCodeGenerator</Generator>
242      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
243    </EmbeddedResource>
244    <EmbeddedResource Include="Starter\SplashScreen.resx">
245      <DependentUpon>SplashScreen.cs</DependentUpon>
246    </EmbeddedResource>
247    <EmbeddedResource Include="Starter\StarterForm.resx">
248      <DependentUpon>StarterForm.cs</DependentUpon>
249    </EmbeddedResource>
250    <Compile Include="Properties\Resources.Designer.cs">
251      <AutoGen>True</AutoGen>
252      <DependentUpon>Resources.resx</DependentUpon>
253      <DesignTime>True</DesignTime>
254    </Compile>
255    <None Include="app.config" />
256    <None Include="HeuristicLab.snk" />
257    <None Include="Properties\AssemblyInfo.frame" />
258    <None Include="Properties\Settings.settings">
259      <Generator>PublicSettingsSingleFileGenerator</Generator>
260      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
261    </None>
262    <Compile Include="Properties\Settings.Designer.cs">
263      <AutoGen>True</AutoGen>
264      <DependentUpon>Settings.settings</DependentUpon>
265      <DesignTimeSharedInput>True</DesignTimeSharedInput>
266    </Compile>
267    <Compile Include="Resources\Resources.Designer.cs">
268      <AutoGen>True</AutoGen>
269      <DesignTime>True</DesignTime>
270      <DependentUpon>Resources.resx</DependentUpon>
271    </Compile>
272    <Compile Include="Sandboxing\SandboxManager.cs" />
273    <Compile Include="Starter\SplashScreen.cs">
274      <SubType>Form</SubType>
275    </Compile>
276    <Compile Include="Starter\SplashScreen.Designer.cs">
277      <DependentUpon>SplashScreen.cs</DependentUpon>
278    </Compile>
279    <Compile Include="Starter\StarterForm.cs">
280      <SubType>Form</SubType>
281    </Compile>
282    <Compile Include="Starter\StarterForm.Designer.cs">
283      <DependentUpon>StarterForm.cs</DependentUpon>
284    </Compile>
285  </ItemGroup>
286  <ItemGroup>
287    <Content Include="ICSharpCode.SharpZipLib License.txt">
288      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
289    </Content>
290    <Content Include="ICSharpCode.SharpZipLib.dll">
291      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
292    </Content>
293    <Content Include="Resources\Details.gif" />
294    <Content Include="Resources\HeuristicLab.ico" />
295    <Content Include="Resources\LargeIcons.gif" />
296    <Content Include="Resources\List.gif" />
297    <Content Include="Resources\Logo_white.gif" />
298    <EmbeddedResource Include="Advanced\BasicUpdateView.resx">
299      <DependentUpon>BasicUpdateView.cs</DependentUpon>
300    </EmbeddedResource>
301    <EmbeddedResource Include="Advanced\ConfirmationDialog.resx">
302      <DependentUpon>ConfirmationDialog.cs</DependentUpon>
303    </EmbeddedResource>
304    <EmbeddedResource Include="Advanced\ConnectionSetupView.resx">
305      <DependentUpon>ConnectionSetupView.cs</DependentUpon>
306    </EmbeddedResource>
307    <EmbeddedResource Include="Advanced\DeploymentService\servdev.cer" />
308    <EmbeddedResource Include="Advanced\LicenseConfirmationBox.resx">
309      <DependentUpon>LicenseConfirmationBox.cs</DependentUpon>
310    </EmbeddedResource>
311    <EmbeddedResource Include="Advanced\LicenseView.resx">
312      <DependentUpon>LicenseView.cs</DependentUpon>
313    </EmbeddedResource>
314    <EmbeddedResource Include="Advanced\LocalPluginsView.resx">
315      <DependentUpon>LocalPluginsView.cs</DependentUpon>
316    </EmbeddedResource>
317    <EmbeddedResource Include="Advanced\PluginComparisonView.resx">
318      <DependentUpon>PluginComparisonView.cs</DependentUpon>
319    </EmbeddedResource>
320    <EmbeddedResource Include="Advanced\PluginEditor.resx">
321      <DependentUpon>PluginEditor.cs</DependentUpon>
322    </EmbeddedResource>
323    <EmbeddedResource Include="Advanced\PluginListView.resx">
324      <DependentUpon>PluginListView.cs</DependentUpon>
325    </EmbeddedResource>
326    <EmbeddedResource Include="Advanced\PluginView.resx">
327      <DependentUpon>PluginView.cs</DependentUpon>
328    </EmbeddedResource>
329    <EmbeddedResource Include="Advanced\ProductEditor.resx">
330      <DependentUpon>ProductEditor.cs</DependentUpon>
331    </EmbeddedResource>
332    <None Include="Resources\VS2008ImageLibrary_Actions_Delete.png" />
333    <None Include="Resources\VS2008ImageLibrary_CommonElements_Actions_Remove.png" />
334    <None Include="Resources\VS2008ImageLibrary_CommonElements_Actions_Remove1.png" />
335    <None Include="Resources\show_icons.png" />
336    <None Include="Resources\show_details.png" />
337    <Content Include="Resources\VS2008ImageLibrary_CommonElements_Objects_Arrow_Down.png" />
338    <None Include="Resources\VS2008ImageLibrary_Objects_NetworkConnections.png" />
339    <None Include="Resources\VS2008ImageLibrary_Objects_Install1.png" />
340    <None Include="Resources\VS2008ImageLibrary_Objects_Internet1.png" />
341    <None Include="Resources\VS2008ImageLibrary_CommonElements_Objects_Arrow_Up.png" />
342    <None Include="Resources\VS2008ImageLibrary_Objects_File.png" />
343    <None Include="Resources\VS2008ImageLibrary_Objects_Document.png" />
344    <None Include="Resources\VS2008ImageLibrary_Objects_Internet.png" />
345    <None Include="Resources\VS2008ImageLibrary_Objects_Install.png" />
346    <None Include="Resources\VS2008ImageLibrary_Objects_Assembly.png" />
347    <None Include="Advanced\DeploymentService\RegenerateServiceClasses.cmd" />
348  </ItemGroup>
349  <ItemGroup>
350    <WCFMetadata Include="Service References\" />
351  </ItemGroup>
352  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
353  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
354       Other similar extension points exist, see Microsoft.Common.targets.
355  <Target Name="BeforeBuild">
356  </Target>
357  <Target Name="AfterBuild">
358  </Target>
359  -->
360  <PropertyGroup>
361    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
362set ProjectDir=$(ProjectDir)
363set SolutionDir=$(SolutionDir)
364set Outdir=$(Outdir)
365
366call PreBuildEvent.cmd</PreBuildEvent>
367  </PropertyGroup>
368</Project>
Note: See TracBrowser for help on using the repository browser.