Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2522_RefactorPluginInfrastructure/HeuristicLab.Services.Deployment/3.3/Tests/HeuristicLab.Services.Deployment-3.3.Tests.csproj @ 16143

Last change on this file since 16143 was 16143, checked in by dpiringe, 6 years ago

#2522:

  • migrated a lot of projects to .NET Standard 2.0
  • added AppDomain.CurrentDomain.ApplyPolicy to Assembly.ReflectionOnlyLoad in PluginValidator to correctly load the System library
  • deleted Properties folder from .NET Standard projects, because AssemblyInformation is saved in .csproj files now
  • .NET Framework projects target now v4.7, because it is only possible to use .NET Standard libraries in v4.6 or higher
  • removed System.Data.Linq from defaultAssemblies and DiscoverNamespaces in ProgrammableOperator, it is not supported in .NET Standard
  • the Microsoft.Windows.Compatibility package is necessary for usage of PluginInfrastructure, we should probably switch to the System.Drawing.Common package when PluginInfrastructure is migrated to .NET Standard
File size: 6.7 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{421D9CCA-5A48-4813-AB9C-ED7025F9CC35}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Services.Deployment_3._3.Tests</RootNamespace>
12    <AssemblyName>HeuristicLab.Services.Deployment_3._3.Tests</AssemblyName>
13    <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
16    <FileUpgradeFlags></FileUpgradeFlags>
17    <OldToolsVersion>3.5</OldToolsVersion>
18    <UpgradeBackupLocation />
19    <PublishUrl>publish\</PublishUrl>
20    <Install>true</Install>
21    <InstallFrom>Disk</InstallFrom>
22    <UpdateEnabled>false</UpdateEnabled>
23    <UpdateMode>Foreground</UpdateMode>
24    <UpdateInterval>7</UpdateInterval>
25    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
26    <UpdatePeriodically>false</UpdatePeriodically>
27    <UpdateRequired>false</UpdateRequired>
28    <MapFileExtensions>true</MapFileExtensions>
29    <ApplicationRevision>0</ApplicationRevision>
30    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
31    <IsWebBootstrapper>false</IsWebBootstrapper>
32    <UseApplicationTrust>false</UseApplicationTrust>
33    <BootstrapperEnabled>true</BootstrapperEnabled>
34    <TargetFrameworkProfile />
35  </PropertyGroup>
36  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
37    <DebugSymbols>true</DebugSymbols>
38    <DebugType>full</DebugType>
39    <Optimize>false</Optimize>
40    <OutputPath>bin\Debug\</OutputPath>
41    <DefineConstants>DEBUG;TRACE</DefineConstants>
42    <ErrorReport>prompt</ErrorReport>
43    <WarningLevel>4</WarningLevel>
44    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
45    <Prefer32Bit>false</Prefer32Bit>
46  </PropertyGroup>
47  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
48    <DebugType>pdbonly</DebugType>
49    <Optimize>true</Optimize>
50    <OutputPath>bin\Release\</OutputPath>
51    <DefineConstants>TRACE</DefineConstants>
52    <ErrorReport>prompt</ErrorReport>
53    <WarningLevel>4</WarningLevel>
54    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
55    <Prefer32Bit>false</Prefer32Bit>
56  </PropertyGroup>
57  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
58    <DebugSymbols>true</DebugSymbols>
59    <OutputPath>bin\Debug\</OutputPath>
60    <DefineConstants>DEBUG;TRACE</DefineConstants>
61    <DebugType>full</DebugType>
62    <PlatformTarget>x64</PlatformTarget>
63    <ErrorReport>prompt</ErrorReport>
64    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
65    <Prefer32Bit>false</Prefer32Bit>
66  </PropertyGroup>
67  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
68    <OutputPath>bin\Release\</OutputPath>
69    <DefineConstants>TRACE</DefineConstants>
70    <Optimize>true</Optimize>
71    <DebugType>pdbonly</DebugType>
72    <PlatformTarget>x64</PlatformTarget>
73    <ErrorReport>prompt</ErrorReport>
74    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
75    <Prefer32Bit>false</Prefer32Bit>
76  </PropertyGroup>
77  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
78    <DebugSymbols>true</DebugSymbols>
79    <OutputPath>bin\Debug\</OutputPath>
80    <DefineConstants>DEBUG;TRACE</DefineConstants>
81    <DebugType>full</DebugType>
82    <PlatformTarget>x86</PlatformTarget>
83    <ErrorReport>prompt</ErrorReport>
84    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
85    <Prefer32Bit>false</Prefer32Bit>
86  </PropertyGroup>
87  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
88    <OutputPath>bin\Release\</OutputPath>
89    <DefineConstants>TRACE</DefineConstants>
90    <Optimize>true</Optimize>
91    <DebugType>pdbonly</DebugType>
92    <PlatformTarget>x86</PlatformTarget>
93    <ErrorReport>prompt</ErrorReport>
94    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
95    <Prefer32Bit>false</Prefer32Bit>
96  </PropertyGroup>
97  <ItemGroup>
98    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
99    <Reference Include="System" />
100    <Reference Include="System.Core">
101      <RequiredTargetFramework>3.5</RequiredTargetFramework>
102    </Reference>
103  </ItemGroup>
104  <ItemGroup>
105    <Compile Include="PluginStoreTest.cs" />
106    <Compile Include="Properties\AssemblyInfo.cs" />
107  </ItemGroup>
108  <ItemGroup>
109    <ProjectReference Include="..\..\..\HeuristicLab.Services.Deployment.DataAccess\3.3\HeuristicLab.Services.Deployment.DataAccess-3.3.csproj">
110      <Project>{EBEBA863-DD05-4331-BE25-5758B15F7407}</Project>
111      <Name>HeuristicLab.Services.Deployment.DataAccess-3.3</Name>
112      <Private>False</Private>
113    </ProjectReference>
114    <ProjectReference Include="..\HeuristicLab.Services.Deployment-3.3.csproj">
115      <Project>{30D8C5F1-CD3A-4EC1-907F-430177A03FBE}</Project>
116      <Name>HeuristicLab.Services.Deployment-3.3</Name>
117      <Private>False</Private>
118    </ProjectReference>
119  </ItemGroup>
120  <ItemGroup>
121    <BootstrapperPackage Include=".NETFramework,Version=v4.0">
122      <Visible>False</Visible>
123      <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
124      <Install>true</Install>
125    </BootstrapperPackage>
126    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
127      <Visible>False</Visible>
128      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
129      <Install>false</Install>
130    </BootstrapperPackage>
131    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
132      <Visible>False</Visible>
133      <ProductName>.NET Framework 3.5 SP1</ProductName>
134      <Install>false</Install>
135    </BootstrapperPackage>
136    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
137      <Visible>False</Visible>
138      <ProductName>Windows Installer 3.1</ProductName>
139      <Install>true</Install>
140    </BootstrapperPackage>
141  </ItemGroup>
142  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
143  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
144       Other similar extension points exist, see Microsoft.Common.targets.
145  <Target Name="BeforeBuild">
146  </Target>
147  <Target Name="AfterBuild">
148  </Target>
149  -->
150</Project>
Note: See TracBrowser for help on using the repository browser.