Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 3559 was 3547, checked in by gkronber, 15 years ago

Implemented review comments in plugin manager. #989 (Implement review comments in plugin infrastructure)

File size: 16.8 KB
RevLine 
[2]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>
[858]5    <ProductVersion>9.0.30729</ProductVersion>
[2]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>
[2475]21    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
[2]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>
[564]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>
[2900]53    <DocumentationFile>bin\x86\Release\HeuristicLab.PluginInfrastructure.XML</DocumentationFile>
[564]54    <Optimize>true</Optimize>
55    <DebugType>pdbonly</DebugType>
56    <PlatformTarget>x86</PlatformTarget>
57    <ErrorReport>prompt</ErrorReport>
58  </PropertyGroup>
[1474]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>
[2900]70    <DocumentationFile>bin\x64\Release\HeuristicLab.PluginInfrastructure.XML</DocumentationFile>
[1474]71    <Optimize>true</Optimize>
72    <DebugType>pdbonly</DebugType>
73    <PlatformTarget>x64</PlatformTarget>
74    <ErrorReport>prompt</ErrorReport>
75  </PropertyGroup>
[2]76  <ItemGroup>
[2922]77    <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL" />
[2]78    <Reference Include="System" />
[2475]79    <Reference Include="System.Core">
80      <RequiredTargetFramework>3.5</RequiredTargetFramework>
81    </Reference>
[2]82    <Reference Include="System.Data" />
83    <Reference Include="System.Deployment" />
84    <Reference Include="System.Drawing" />
[2517]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>
[2]91    <Reference Include="System.Windows.Forms" />
92    <Reference Include="System.Xml" />
93  </ItemGroup>
94  <ItemGroup>
[3547]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>
[3069]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>
[3006]107    <Compile Include="Advanced\ConnectionSetupView.cs">
[3474]108      <SubType>Form</SubType>
[3006]109    </Compile>
110    <Compile Include="Advanced\ConnectionSetupView.Designer.cs">
111      <DependentUpon>ConnectionSetupView.cs</DependentUpon>
112    </Compile>
[3547]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\LocalPluginsView.cs">
120      <SubType>UserControl</SubType>
121    </Compile>
122    <Compile Include="Advanced\LocalPluginsView.Designer.cs">
123      <DependentUpon>LocalPluginsView.cs</DependentUpon>
124    </Compile>
125    <Compile Include="Advanced\IStatusDisplay.cs" />
[3508]126    <Compile Include="Advanced\InstallationManagerException.cs" />
[3006]127    <Compile Include="Advanced\DeploymentService\AdminClientFactory.cs" />
[2811]128    <Compile Include="Advanced\DeploymentService\DeploymentService.cs" />
[3006]129    <Compile Include="Advanced\DeploymentService\UpdateClientFactory.cs" />
[2517]130    <Compile Include="Advanced\InstallationManagerConsole.cs" />
[2513]131    <Compile Include="Advanced\InstallationManager.cs" />
[2748]132    <Compile Include="Advanced\InstallationManagerForm.cs">
133      <SubType>Form</SubType>
134    </Compile>
135    <Compile Include="Advanced\InstallationManagerForm.Designer.cs">
136      <DependentUpon>InstallationManagerForm.cs</DependentUpon>
137    </Compile>
[2811]138    <Compile Include="Advanced\DeploymentService\PluginDescription.cs">
139      <SubType>Code</SubType>
140    </Compile>
141    <Compile Include="Advanced\DeploymentService\ProductDescription.cs">
142      <SubType>Code</SubType>
143    </Compile>
[3006]144    <Compile Include="Advanced\LicenseConfirmationBox.cs">
145      <SubType>Form</SubType>
146    </Compile>
147    <Compile Include="Advanced\LicenseConfirmationBox.Designer.cs">
148      <DependentUpon>LicenseConfirmationBox.cs</DependentUpon>
149    </Compile>
150    <Compile Include="Advanced\LicenseView.cs">
[3474]151      <SubType>Form</SubType>
[3006]152    </Compile>
153    <Compile Include="Advanced\LicenseView.Designer.cs">
154      <DependentUpon>LicenseView.cs</DependentUpon>
155    </Compile>
[3068]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>
[3509]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>
[3474]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>
[3006]180    <Compile Include="Advanced\PluginView.cs">
[3547]181      <SubType>Form</SubType>
[3006]182    </Compile>
183    <Compile Include="Advanced\PluginView.Designer.cs">
184      <DependentUpon>PluginView.cs</DependentUpon>
185    </Compile>
[3509]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>
[2922]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>
[2488]198    <Compile Include="Attributes\ApplicationAttribute.cs" />
[2475]199    <Compile Include="Attributes\AssemblyBuildDateAttribute.cs" />
[2778]200    <Compile Include="Attributes\ContactInformationAttribute.cs" />
[2488]201    <Compile Include="Attributes\PluginAttribute.cs" />
[2475]202    <Compile Include="Attributes\PluginDependencyAttribute.cs" />
203    <Compile Include="Attributes\PluginFileAttribute.cs" />
[2]204    <Compile Include="BaseClasses\ApplicationBase.cs" />
205    <Compile Include="BaseClasses\PluginBase.cs" />
[3247]206    <Compile Include="DefaultApplicationManager.cs" />
207    <Compile Include="LightweightApplicationManager.cs" />
[2688]208    <Compile Include="Interfaces\IPluginFile.cs" />
[2488]209    <Compile Include="Interfaces\IApplicationManager.cs" />
210    <Compile Include="Interfaces\IApplicationDescription.cs" />
[2]211    <Compile Include="Interfaces\IApplication.cs" />
212    <Compile Include="Interfaces\IControlManager.cs" />
213    <Compile Include="Interfaces\IPlugin.cs" />
[2481]214    <Compile Include="ControlManager.cs" />
[2488]215    <Compile Include="Interfaces\IPluginDescription.cs" />
[2481]216    <Compile Include="InvalidPluginException.cs" />
[2504]217    <Compile Include="Manager\ApplicationDescription.cs" />
[2688]218    <Compile Include="Manager\PluginFile.cs" />
[2517]219    <Compile Include="Manager\PluginInfrastructureCancelEventArgs.cs" />
[2504]220    <Compile Include="Manager\PluginDescription.cs" />
221    <Compile Include="Manager\PluginInfrastructureEventArgs.cs" />
222    <Compile Include="Manager\PluginManager.cs" />
223    <Compile Include="Manager\PluginValidator.cs" />
[2488]224    <Compile Include="PluginDescriptionIterator.cs" />
225    <Compile Include="ApplicationManager.cs" />
226    <Compile Include="PluginState.cs" />
[2599]227    <Compile Include="Main.cs" />
[2]228    <Compile Include="Properties\AssemblyInfo.cs" />
[2748]229    <EmbeddedResource Include="Advanced\InstallationManagerForm.resx">
230      <DependentUpon>InstallationManagerForm.cs</DependentUpon>
231    </EmbeddedResource>
[2922]232    <EmbeddedResource Include="Advanced\RemotePluginInstaller.resx">
233      <DependentUpon>RemotePluginInstaller.cs</DependentUpon>
234    </EmbeddedResource>
[2]235    <EmbeddedResource Include="Properties\Resources.resx">
236      <Generator>ResXFileCodeGenerator</Generator>
237      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
238      <SubType>Designer</SubType>
239    </EmbeddedResource>
[2922]240    <EmbeddedResource Include="Resources\Resources.resx">
241      <Generator>ResXFileCodeGenerator</Generator>
242      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
243    </EmbeddedResource>
[2504]244    <EmbeddedResource Include="Starter\SplashScreen.resx">
245      <DependentUpon>SplashScreen.cs</DependentUpon>
246    </EmbeddedResource>
[2507]247    <EmbeddedResource Include="Starter\StarterForm.resx">
248      <DependentUpon>StarterForm.cs</DependentUpon>
249    </EmbeddedResource>
[2]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" />
[30]257    <None Include="Properties\AssemblyInfo.frame" />
[2]258    <None Include="Properties\Settings.settings">
[854]259      <Generator>PublicSettingsSingleFileGenerator</Generator>
[2]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>
[2922]267    <Compile Include="Resources\Resources.Designer.cs">
268      <AutoGen>True</AutoGen>
269      <DesignTime>True</DesignTime>
270      <DependentUpon>Resources.resx</DependentUpon>
271    </Compile>
[2592]272    <Compile Include="Sandboxing\SandboxManager.cs" />
[2504]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>
[2507]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>
[2]285  </ItemGroup>
[2503]286  <ItemGroup>
[2600]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>
[2504]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" />
[3547]298    <EmbeddedResource Include="Advanced\BasicUpdateView.resx">
299      <DependentUpon>BasicUpdateView.cs</DependentUpon>
300    </EmbeddedResource>
[3069]301    <EmbeddedResource Include="Advanced\ConfirmationDialog.resx">
302      <DependentUpon>ConfirmationDialog.cs</DependentUpon>
303    </EmbeddedResource>
[3006]304    <EmbeddedResource Include="Advanced\ConnectionSetupView.resx">
305      <DependentUpon>ConnectionSetupView.cs</DependentUpon>
306    </EmbeddedResource>
[3547]307    <EmbeddedResource Include="Advanced\LocalPluginsView.resx">
308      <DependentUpon>LocalPluginsView.cs</DependentUpon>
309    </EmbeddedResource>
[3006]310    <EmbeddedResource Include="Advanced\DeploymentService\servdev.cer" />
311    <EmbeddedResource Include="Advanced\LicenseConfirmationBox.resx">
312      <DependentUpon>LicenseConfirmationBox.cs</DependentUpon>
313    </EmbeddedResource>
314    <EmbeddedResource Include="Advanced\LicenseView.resx">
315      <DependentUpon>LicenseView.cs</DependentUpon>
316    </EmbeddedResource>
[3509]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>
[3474]323    <EmbeddedResource Include="Advanced\PluginListView.resx">
324      <DependentUpon>PluginListView.cs</DependentUpon>
325    </EmbeddedResource>
[3006]326    <EmbeddedResource Include="Advanced\PluginView.resx">
327      <DependentUpon>PluginView.cs</DependentUpon>
328    </EmbeddedResource>
[3509]329    <EmbeddedResource Include="Advanced\ProductEditor.resx">
330      <DependentUpon>ProductEditor.cs</DependentUpon>
331    </EmbeddedResource>
[2922]332    <None Include="Resources\VS2008ImageLibrary_Actions_Delete.png" />
333    <None Include="Resources\VS2008ImageLibrary_CommonElements_Actions_Remove.png" />
[3508]334    <None Include="Resources\VS2008ImageLibrary_CommonElements_Actions_Remove1.png" />
[3547]335    <None Include="Resources\VS2008ImageLibrary_CommonElements_Actions_Add.png" />
[2922]336    <Content Include="Resources\VS2008ImageLibrary_CommonElements_Objects_Arrow_Down.png" />
[3547]337    <None Include="Resources\VS2008ImageLibrary_CommonElements_Objects_Arrow_Up1.png" />
[3508]338    <None Include="Resources\VS2008ImageLibrary_Objects_NetworkConnections.png" />
339    <None Include="Resources\VS2008ImageLibrary_Objects_Install1.png" />
340    <None Include="Resources\VS2008ImageLibrary_Objects_Internet1.png" />
[3474]341    <None Include="Resources\VS2008ImageLibrary_CommonElements_Objects_Arrow_Up.png" />
[3006]342    <None Include="Resources\VS2008ImageLibrary_Objects_File.png" />
343    <None Include="Resources\VS2008ImageLibrary_Objects_Document.png" />
[2922]344    <None Include="Resources\VS2008ImageLibrary_Objects_Internet.png" />
345    <None Include="Resources\VS2008ImageLibrary_Objects_Install.png" />
346    <None Include="Resources\VS2008ImageLibrary_Objects_Assembly.png" />
[2811]347    <None Include="Advanced\DeploymentService\RegenerateServiceClasses.cmd" />
[2503]348  </ItemGroup>
[2517]349  <ItemGroup>
350    <WCFMetadata Include="Service References\" />
351  </ItemGroup>
[2]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  -->
[30]360  <PropertyGroup>
[852]361    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
362set ProjectDir=$(ProjectDir)
363set SolutionDir=$(SolutionDir)
364set Outdir=$(Outdir)
365
366call PreBuildEvent.cmd</PreBuildEvent>
[30]367  </PropertyGroup>
[2]368</Project>
Note: See TracBrowser for help on using the repository browser.