Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.PluginInfrastructure/3.3/HeuristicLab.PluginInfrastructure.csproj @ 3831

Last change on this file since 3831 was 3831, checked in by swagner, 14 years ago

Restructured repository in preparation of the HeuristicLab 3.3.0 release (#1000)

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