Free cookie consent management tool by TermsFeed Policy Generator

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

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

Prepared deployment service proxy classes for migration of deployment server to a production environment. #989

File size: 14.6 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" />
[3771]85    <Reference Include="System.IdentityModel">
86      <RequiredTargetFramework>3.0</RequiredTargetFramework>
87    </Reference>
[2517]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>
[2]94    <Reference Include="System.Windows.Forms" />
95    <Reference Include="System.Xml" />
96  </ItemGroup>
97  <ItemGroup>
[3629]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>
[3547]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>
[3069]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>
[3006]116    <Compile Include="Advanced\ConnectionSetupView.cs">
[3474]117      <SubType>Form</SubType>
[3006]118    </Compile>
119    <Compile Include="Advanced\ConnectionSetupView.Designer.cs">
120      <DependentUpon>ConnectionSetupView.cs</DependentUpon>
121    </Compile>
[3771]122    <Compile Include="Advanced\DeploymentService\DeploymentServerCertificateValidator.cs" />
[3629]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>
[3624]147    <Compile Include="Advanced\Util.cs" />
[3547]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>
[3508]154    <Compile Include="Advanced\InstallationManagerException.cs" />
[3006]155    <Compile Include="Advanced\DeploymentService\AdminClientFactory.cs" />
[2811]156    <Compile Include="Advanced\DeploymentService\DeploymentService.cs" />
[3006]157    <Compile Include="Advanced\DeploymentService\UpdateClientFactory.cs" />
[2517]158    <Compile Include="Advanced\InstallationManagerConsole.cs" />
[2513]159    <Compile Include="Advanced\InstallationManager.cs" />
[2748]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>
[2811]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>
[3573]172    <Compile Include="Advanced\IStatusDisplay.cs" />
[3006]173    <Compile Include="Advanced\LicenseView.cs">
[3474]174      <SubType>Form</SubType>
[3006]175    </Compile>
176    <Compile Include="Advanced\LicenseView.Designer.cs">
177      <DependentUpon>LicenseView.cs</DependentUpon>
178    </Compile>
[3068]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>
[3006]185    <Compile Include="Advanced\PluginView.cs">
[3547]186      <SubType>Form</SubType>
[3006]187    </Compile>
188    <Compile Include="Advanced\PluginView.Designer.cs">
189      <DependentUpon>PluginView.cs</DependentUpon>
190    </Compile>
[2488]191    <Compile Include="Attributes\ApplicationAttribute.cs" />
[2475]192    <Compile Include="Attributes\AssemblyBuildDateAttribute.cs" />
[2778]193    <Compile Include="Attributes\ContactInformationAttribute.cs" />
[2488]194    <Compile Include="Attributes\PluginAttribute.cs" />
[2475]195    <Compile Include="Attributes\PluginDependencyAttribute.cs" />
196    <Compile Include="Attributes\PluginFileAttribute.cs" />
[2]197    <Compile Include="BaseClasses\ApplicationBase.cs" />
198    <Compile Include="BaseClasses\PluginBase.cs" />
[3247]199    <Compile Include="DefaultApplicationManager.cs" />
[3758]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>
[3247]208    <Compile Include="LightweightApplicationManager.cs" />
[2688]209    <Compile Include="Interfaces\IPluginFile.cs" />
[2488]210    <Compile Include="Interfaces\IApplicationManager.cs" />
211    <Compile Include="Interfaces\IApplicationDescription.cs" />
[2]212    <Compile Include="Interfaces\IApplication.cs" />
213    <Compile Include="Interfaces\IControlManager.cs" />
214    <Compile Include="Interfaces\IPlugin.cs" />
[2481]215    <Compile Include="ControlManager.cs" />
[2488]216    <Compile Include="Interfaces\IPluginDescription.cs" />
[2481]217    <Compile Include="InvalidPluginException.cs" />
[2504]218    <Compile Include="Manager\ApplicationDescription.cs" />
[2688]219    <Compile Include="Manager\PluginFile.cs" />
[2517]220    <Compile Include="Manager\PluginInfrastructureCancelEventArgs.cs" />
[2504]221    <Compile Include="Manager\PluginDescription.cs" />
222    <Compile Include="Manager\PluginInfrastructureEventArgs.cs" />
223    <Compile Include="Manager\PluginManager.cs" />
224    <Compile Include="Manager\PluginValidator.cs" />
[2488]225    <Compile Include="PluginDescriptionIterator.cs" />
226    <Compile Include="ApplicationManager.cs" />
227    <Compile Include="PluginState.cs" />
[2599]228    <Compile Include="Main.cs" />
[2]229    <Compile Include="Properties\AssemblyInfo.cs" />
230    <None Include="app.config" />
231    <None Include="HeuristicLab.snk" />
[30]232    <None Include="Properties\AssemblyInfo.frame" />
[2]233    <None Include="Properties\Settings.settings">
[854]234      <Generator>PublicSettingsSingleFileGenerator</Generator>
[2]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>
[3749]242    <Compile Include="Resources.Designer.cs">
[3748]243      <AutoGen>True</AutoGen>
244      <DesignTime>True</DesignTime>
245      <DependentUpon>Resources.resx</DependentUpon>
246    </Compile>
[2592]247    <Compile Include="Sandboxing\SandboxManager.cs" />
[3736]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>
[2504]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>
[2507]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>
[2]266  </ItemGroup>
[2503]267  <ItemGroup>
[2600]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>
[3771]274    <EmbeddedResource Include="Advanced\DeploymentService\services.heuristiclab.com.cer" />
[3758]275    <None Include="Resources\Error.ico" />
[2504]276    <Content Include="Resources\HeuristicLab.ico" />
[3761]277    <None Include="Resources\HeuristicLabLogo.png" />
278    <None Include="Resources\HeuristicLabBanner.png" />
[3752]279    <None Include="Resources\VS2008ImageLibrary_Actions_Delete.png" />
[3721]280    <Content Include="Resources\VS2008ImageLibrary_Actions_PublishToWebHS.png" />
281    <Content Include="Resources\VS2008ImageLibrary_Actions_RepeatHS.png" />
[3758]282    <None Include="Resources\VS2008ImageLibrary_Annotations_Error.png" />
[3721]283    <Content Include="Resources\VS2008ImageLibrary_CommonElements_Actions_Add.png" />
284    <Content Include="Resources\VS2008ImageLibrary_Objects_Plugin.png" />
285    <EmbeddedResource Include="Resources.resx">
[3749]286      <Generator>ResXFileCodeGenerator</Generator>
287      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
[3721]288      <SubType>Designer</SubType>
289    </EmbeddedResource>
[2922]290    <None Include="Resources\VS2008ImageLibrary_CommonElements_Actions_Remove.png" />
[3573]291    <None Include="Resources\show_icons.png" />
292    <None Include="Resources\show_details.png" />
[3608]293    <None Include="Resources\Setup_Install.ico" />
[3508]294    <None Include="Resources\VS2008ImageLibrary_Objects_NetworkConnections.png" />
[3474]295    <None Include="Resources\VS2008ImageLibrary_CommonElements_Objects_Arrow_Up.png" />
[3006]296    <None Include="Resources\VS2008ImageLibrary_Objects_File.png" />
297    <None Include="Resources\VS2008ImageLibrary_Objects_Document.png" />
[2922]298    <None Include="Resources\VS2008ImageLibrary_Objects_Internet.png" />
299    <None Include="Resources\VS2008ImageLibrary_Objects_Install.png" />
300    <None Include="Resources\VS2008ImageLibrary_Objects_Assembly.png" />
[2811]301    <None Include="Advanced\DeploymentService\RegenerateServiceClasses.cmd" />
[2503]302  </ItemGroup>
[2517]303  <ItemGroup>
304    <WCFMetadata Include="Service References\" />
305  </ItemGroup>
[2]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  -->
[30]314  <PropertyGroup>
[852]315    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
316set ProjectDir=$(ProjectDir)
317set SolutionDir=$(SolutionDir)
318set Outdir=$(Outdir)
319
320call PreBuildEvent.cmd</PreBuildEvent>
[30]321  </PropertyGroup>
[2]322</Project>
Note: See TracBrowser for help on using the repository browser.