Free cookie consent management tool by TermsFeed Policy Generator

source: branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure/3.3/HeuristicLab.PluginInfrastructure-3.3.csproj @ 13334

Last change on this file since 13334 was 13334, checked in by gkronber, 8 years ago

#2522: removed unused files

File size: 13.4 KB
RevLine 
[4065]1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
[2]3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
[858]6    <ProductVersion>9.0.30729</ProductVersion>
[2]7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{94186A6A-5176-4402-AE83-886557B53CCA}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.PluginInfrastructure</RootNamespace>
[3832]12    <AssemblyName>HeuristicLab.PluginInfrastructure-3.3</AssemblyName>
[2]13    <StartupObject>
14    </StartupObject>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17    <FileUpgradeFlags>
18    </FileUpgradeFlags>
[4065]19    <OldToolsVersion>3.5</OldToolsVersion>
[2]20    <UpgradeBackupLocation>
21    </UpgradeBackupLocation>
[11623]22    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
[5741]23    <TargetFrameworkProfile>
24    </TargetFrameworkProfile>
[4065]25    <PublishUrl>publish\</PublishUrl>
26    <Install>true</Install>
27    <InstallFrom>Disk</InstallFrom>
28    <UpdateEnabled>false</UpdateEnabled>
29    <UpdateMode>Foreground</UpdateMode>
30    <UpdateInterval>7</UpdateInterval>
31    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
32    <UpdatePeriodically>false</UpdatePeriodically>
33    <UpdateRequired>false</UpdateRequired>
34    <MapFileExtensions>true</MapFileExtensions>
35    <ApplicationRevision>0</ApplicationRevision>
36    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
37    <IsWebBootstrapper>false</IsWebBootstrapper>
38    <UseApplicationTrust>false</UseApplicationTrust>
39    <BootstrapperEnabled>true</BootstrapperEnabled>
[2]40  </PropertyGroup>
41  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
42    <DebugSymbols>true</DebugSymbols>
43    <DebugType>full</DebugType>
44    <Optimize>false</Optimize>
[6866]45    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[2]46    <DefineConstants>DEBUG;TRACE</DefineConstants>
47    <ErrorReport>prompt</ErrorReport>
48    <WarningLevel>4</WarningLevel>
[4065]49    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]50    <Prefer32Bit>false</Prefer32Bit>
[2]51  </PropertyGroup>
52  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
53    <DebugType>pdbonly</DebugType>
54    <Optimize>true</Optimize>
[6866]55    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[2]56    <DefineConstants>TRACE</DefineConstants>
57    <ErrorReport>prompt</ErrorReport>
58    <WarningLevel>4</WarningLevel>
59    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
[6866]60    <DocumentationFile>
61    </DocumentationFile>
[4065]62    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]63    <Prefer32Bit>false</Prefer32Bit>
[2]64  </PropertyGroup>
[564]65  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
66    <DebugSymbols>true</DebugSymbols>
[6866]67    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[564]68    <DefineConstants>DEBUG;TRACE</DefineConstants>
69    <DebugType>full</DebugType>
70    <PlatformTarget>x86</PlatformTarget>
71    <ErrorReport>prompt</ErrorReport>
[4065]72    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]73    <Prefer32Bit>false</Prefer32Bit>
[564]74  </PropertyGroup>
75  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
[6866]76    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[564]77    <DefineConstants>TRACE</DefineConstants>
[6866]78    <DocumentationFile>
79    </DocumentationFile>
[564]80    <Optimize>true</Optimize>
81    <DebugType>pdbonly</DebugType>
82    <PlatformTarget>x86</PlatformTarget>
83    <ErrorReport>prompt</ErrorReport>
[4065]84    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]85    <Prefer32Bit>false</Prefer32Bit>
[564]86  </PropertyGroup>
[1474]87  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
88    <DebugSymbols>true</DebugSymbols>
[6866]89    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[1474]90    <DefineConstants>DEBUG;TRACE</DefineConstants>
91    <DebugType>full</DebugType>
92    <PlatformTarget>x64</PlatformTarget>
93    <ErrorReport>prompt</ErrorReport>
[4065]94    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]95    <Prefer32Bit>false</Prefer32Bit>
[1474]96  </PropertyGroup>
97  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
[6866]98    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[1474]99    <DefineConstants>TRACE</DefineConstants>
[6866]100    <DocumentationFile>
101    </DocumentationFile>
[1474]102    <Optimize>true</Optimize>
103    <DebugType>pdbonly</DebugType>
104    <PlatformTarget>x64</PlatformTarget>
105    <ErrorReport>prompt</ErrorReport>
[4065]106    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]107    <Prefer32Bit>false</Prefer32Bit>
[1474]108  </PropertyGroup>
[2]109  <ItemGroup>
110    <Reference Include="System" />
[8587]111    <Reference Include="System.Core" />
[2]112    <Reference Include="System.Data" />
113    <Reference Include="System.Deployment" />
114    <Reference Include="System.Drawing" />
[8587]115    <Reference Include="System.IdentityModel" />
[11650]116    <Reference Include="System.IO.Compression" />
[8587]117    <Reference Include="System.Runtime.Serialization" />
118    <Reference Include="System.ServiceModel" />
[2]119    <Reference Include="System.Windows.Forms" />
120    <Reference Include="System.Xml" />
121  </ItemGroup>
122  <ItemGroup>
[3547]123    <Compile Include="Advanced\InstallationManagerControl.cs">
124      <SubType>UserControl</SubType>
125    </Compile>
126    <Compile Include="Advanced\InstallationManagerControl.Designer.cs">
127      <DependentUpon>InstallationManagerControl.cs</DependentUpon>
128    </Compile>
[2748]129    <Compile Include="Advanced\InstallationManagerForm.cs">
130      <SubType>Form</SubType>
131    </Compile>
132    <Compile Include="Advanced\InstallationManagerForm.Designer.cs">
133      <DependentUpon>InstallationManagerForm.cs</DependentUpon>
134    </Compile>
[13333]135    <Compile Include="Advanced\InstalledPluginsView.cs">
136      <SubType>UserControl</SubType>
[2811]137    </Compile>
[13333]138    <Compile Include="Advanced\InstalledPluginsView.Designer.cs">
139      <DependentUpon>InstalledPluginsView.cs</DependentUpon>
140    </Compile>
141    <Compile Include="Advanced\IStatusDisplay.cs">
[2811]142      <SubType>Code</SubType>
143    </Compile>
[3006]144    <Compile Include="Advanced\LicenseView.cs">
[3474]145      <SubType>Form</SubType>
[3006]146    </Compile>
147    <Compile Include="Advanced\LicenseView.Designer.cs">
148      <DependentUpon>LicenseView.cs</DependentUpon>
149    </Compile>
[3068]150    <Compile Include="Advanced\MultiSelectListView.cs">
151      <SubType>Component</SubType>
152    </Compile>
153    <Compile Include="Advanced\MultiSelectListView.Designer.cs">
154      <DependentUpon>MultiSelectListView.cs</DependentUpon>
155    </Compile>
[3006]156    <Compile Include="Advanced\PluginView.cs">
[3547]157      <SubType>Form</SubType>
[3006]158    </Compile>
159    <Compile Include="Advanced\PluginView.Designer.cs">
160      <DependentUpon>PluginView.cs</DependentUpon>
161    </Compile>
[13333]162    <Compile Include="Advanced\Util.cs">
163      <SubType>Code</SubType>
164    </Compile>
[11113]165    <Compile Include="AssemblyHelpers.cs" />
[8818]166    <Compile Include="CommandLineArgumentHandling\Arguments\OpenArgument.cs" />
[8748]167    <Compile Include="CommandLineArgumentHandling\Arguments\HideStarterArgument.cs" />
168    <Compile Include="CommandLineArgumentHandling\Arguments\StartArgument.cs" />
169    <Compile Include="CommandLineArgumentHandling\CommandLineArgument.cs" />
170    <Compile Include="CommandLineArgumentHandling\CommandLineArgumentHandling.cs" />
171    <Compile Include="CommandLineArgumentHandling\ICommandLineArgument.cs" />
[2488]172    <Compile Include="Attributes\ApplicationAttribute.cs" />
[2778]173    <Compile Include="Attributes\ContactInformationAttribute.cs" />
[5741]174    <Compile Include="Attributes\NonDiscoverableTypeAttribute.cs" />
[2488]175    <Compile Include="Attributes\PluginAttribute.cs" />
[2475]176    <Compile Include="Attributes\PluginDependencyAttribute.cs" />
177    <Compile Include="Attributes\PluginFileAttribute.cs" />
[2]178    <Compile Include="BaseClasses\ApplicationBase.cs" />
179    <Compile Include="BaseClasses\PluginBase.cs" />
[13334]180    <Compile Include="Resources.Designer.cs">
181      <AutoGen>True</AutoGen>
182      <DesignTime>True</DesignTime>
183      <DependentUpon>Resources.resx</DependentUpon>
184    </Compile>
[6174]185    <Compile Include="SandboxApplicationManager.cs" />
[3247]186    <Compile Include="DefaultApplicationManager.cs" />
[3758]187    <Compile Include="ErrorHandling\ErrorDialog.cs">
188      <SubType>Form</SubType>
189    </Compile>
190    <Compile Include="ErrorHandling\ErrorDialog.Designer.cs">
191      <DependentUpon>ErrorDialog.cs</DependentUpon>
192    </Compile>
193    <Compile Include="ErrorHandling\ErrorHandling.cs">
194    </Compile>
[5997]195    <Compile Include="ErrorHandling\FrameworkVersionErrorDialog.cs">
196      <SubType>Form</SubType>
197    </Compile>
198    <Compile Include="ErrorHandling\FrameworkVersionErrorDialog.Designer.cs">
199      <DependentUpon>FrameworkVersionErrorDialog.cs</DependentUpon>
200    </Compile>
[3247]201    <Compile Include="LightweightApplicationManager.cs" />
[2688]202    <Compile Include="Interfaces\IPluginFile.cs" />
[2488]203    <Compile Include="Interfaces\IApplicationManager.cs" />
204    <Compile Include="Interfaces\IApplicationDescription.cs" />
[2]205    <Compile Include="Interfaces\IApplication.cs" />
206    <Compile Include="Interfaces\IControlManager.cs" />
207    <Compile Include="Interfaces\IPlugin.cs" />
[2488]208    <Compile Include="Interfaces\IPluginDescription.cs" />
[2481]209    <Compile Include="InvalidPluginException.cs" />
[2504]210    <Compile Include="Manager\ApplicationDescription.cs" />
[2688]211    <Compile Include="Manager\PluginFile.cs" />
[2517]212    <Compile Include="Manager\PluginInfrastructureCancelEventArgs.cs" />
[2504]213    <Compile Include="Manager\PluginDescription.cs" />
214    <Compile Include="Manager\PluginInfrastructureEventArgs.cs" />
215    <Compile Include="Manager\PluginManager.cs" />
216    <Compile Include="Manager\PluginValidator.cs" />
[2488]217    <Compile Include="PluginDescriptionIterator.cs" />
218    <Compile Include="ApplicationManager.cs" />
219    <Compile Include="PluginState.cs" />
[2599]220    <Compile Include="Main.cs" />
[2]221    <Compile Include="Properties\AssemblyInfo.cs" />
[13333]222    <Compile Include="Sandboxing\SandboxManager.cs">
223      <SubType>Code</SubType>
224    </Compile>
[8571]225    <Compile Include="TypeExtensions.cs" />
[6413]226    <None Include="app.config">
227      <SubType>Designer</SubType>
228    </None>
[2]229    <None Include="HeuristicLab.snk" />
[6866]230    <None Include="Properties\AssemblyInfo.cs.frame" />
[3736]231    <Compile Include="Starter\AboutDialog.cs">
232      <SubType>Form</SubType>
233    </Compile>
234    <Compile Include="Starter\AboutDialog.Designer.cs">
235      <DependentUpon>AboutDialog.cs</DependentUpon>
236    </Compile>
[2504]237    <Compile Include="Starter\SplashScreen.cs">
238      <SubType>Form</SubType>
239    </Compile>
240    <Compile Include="Starter\SplashScreen.Designer.cs">
241      <DependentUpon>SplashScreen.cs</DependentUpon>
242    </Compile>
[2507]243    <Compile Include="Starter\StarterForm.cs">
244      <SubType>Form</SubType>
245    </Compile>
246    <Compile Include="Starter\StarterForm.Designer.cs">
247      <DependentUpon>StarterForm.cs</DependentUpon>
248    </Compile>
[2]249  </ItemGroup>
[2503]250  <ItemGroup>
[3758]251    <None Include="Resources\Error.ico" />
[2504]252    <Content Include="Resources\HeuristicLab.ico" />
[3761]253    <None Include="Resources\HeuristicLabLogo.png" />
254    <None Include="Resources\HeuristicLabBanner.png" />
[3758]255    <None Include="Resources\VS2008ImageLibrary_Annotations_Error.png" />
[3721]256    <Content Include="Resources\VS2008ImageLibrary_Objects_Plugin.png" />
257    <EmbeddedResource Include="Resources.resx">
[3749]258      <Generator>ResXFileCodeGenerator</Generator>
[13334]259      <SubType>Designer</SubType>
[3749]260      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
[3721]261    </EmbeddedResource>
[3573]262    <None Include="Resources\show_icons.png" />
263    <None Include="Resources\show_details.png" />
[3006]264    <None Include="Resources\VS2008ImageLibrary_Objects_File.png" />
265    <None Include="Resources\VS2008ImageLibrary_Objects_Document.png" />
[2922]266    <None Include="Resources\VS2008ImageLibrary_Objects_Assembly.png" />
[2503]267  </ItemGroup>
[2517]268  <ItemGroup>
269    <WCFMetadata Include="Service References\" />
270  </ItemGroup>
[4065]271  <ItemGroup>
272    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
273      <Visible>False</Visible>
274      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
275      <Install>false</Install>
276    </BootstrapperPackage>
277    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
278      <Visible>False</Visible>
279      <ProductName>.NET Framework 3.5 SP1</ProductName>
280      <Install>true</Install>
281    </BootstrapperPackage>
282    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
283      <Visible>False</Visible>
284      <ProductName>Windows Installer 3.1</ProductName>
285      <Install>true</Install>
286    </BootstrapperPackage>
287  </ItemGroup>
[13333]288  <ItemGroup>
289    <Folder Include="Advanced\DeploymentService\" />
290  </ItemGroup>
[2]291  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
292  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
293       Other similar extension points exist, see Microsoft.Common.targets.
294  <Target Name="BeforeBuild">
295  </Target>
296  <Target Name="AfterBuild">
297  </Target>
298  -->
[30]299  <PropertyGroup>
[8632]300    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
[852]301set ProjectDir=$(ProjectDir)
302set SolutionDir=$(SolutionDir)
303set Outdir=$(Outdir)
304
305call PreBuildEvent.cmd</PreBuildEvent>
[8632]306    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
[8600]307export ProjectDir=$(ProjectDir)
308export SolutionDir=$(SolutionDir)
309
310$SolutionDir/PreBuildEvent.sh
311</PreBuildEvent>
[30]312  </PropertyGroup>
[2]313</Project>
Note: See TracBrowser for help on using the repository browser.