Free cookie consent management tool by TermsFeed Policy Generator

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

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

Fixed display of application icons in the starter. #989

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