Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/2.4.1/HeuristicLab.ProtobufCS/HeuristicLab.ProtobufCS-2.4.1.473.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: 7.0 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>{236459CE-80CF-4991-972F-DE74C826BCCC}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.ProtobufCS</RootNamespace>
12    <AssemblyName>HeuristicLab.ProtobufCS-2.4.1.473</AssemblyName>
13    <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
14    <TargetFrameworkProfile></TargetFrameworkProfile>
15    <FileAlignment>512</FileAlignment>
16    <SignAssembly>true</SignAssembly>
17    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
18    <FileUpgradeFlags></FileUpgradeFlags>
19    <OldToolsVersion>3.5</OldToolsVersion>
20    <UpgradeBackupLocation />
21    <PublishUrl>publish\</PublishUrl>
22    <Install>true</Install>
23    <InstallFrom>Disk</InstallFrom>
24    <UpdateEnabled>false</UpdateEnabled>
25    <UpdateMode>Foreground</UpdateMode>
26    <UpdateInterval>7</UpdateInterval>
27    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
28    <UpdatePeriodically>false</UpdatePeriodically>
29    <UpdateRequired>false</UpdateRequired>
30    <MapFileExtensions>true</MapFileExtensions>
31    <ApplicationRevision>0</ApplicationRevision>
32    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
33    <IsWebBootstrapper>false</IsWebBootstrapper>
34    <UseApplicationTrust>false</UseApplicationTrust>
35    <BootstrapperEnabled>true</BootstrapperEnabled>
36  </PropertyGroup>
37  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
38    <DebugSymbols>true</DebugSymbols>
39    <DebugType>full</DebugType>
40    <Optimize>false</Optimize>
41    <OutputPath>$(SolutionDir)\bin\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <ErrorReport>prompt</ErrorReport>
44    <WarningLevel>4</WarningLevel>
45    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
46    <Prefer32Bit>false</Prefer32Bit>
47  </PropertyGroup>
48  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
49    <DebugType>pdbonly</DebugType>
50    <Optimize>true</Optimize>
51    <OutputPath>$(SolutionDir)\bin\</OutputPath>
52    <DefineConstants>TRACE</DefineConstants>
53    <ErrorReport>prompt</ErrorReport>
54    <WarningLevel>4</WarningLevel>
55    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
56    <Prefer32Bit>false</Prefer32Bit>
57  </PropertyGroup>
58  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
59    <DebugSymbols>true</DebugSymbols>
60    <OutputPath>$(SolutionDir)\bin\</OutputPath>
61    <DefineConstants>DEBUG;TRACE</DefineConstants>
62    <DebugType>full</DebugType>
63    <PlatformTarget>x86</PlatformTarget>
64    <ErrorReport>prompt</ErrorReport>
65    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
66    <Prefer32Bit>false</Prefer32Bit>
67  </PropertyGroup>
68  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
69    <OutputPath>$(SolutionDir)\bin\</OutputPath>
70    <DefineConstants>TRACE</DefineConstants>
71    <Optimize>true</Optimize>
72    <DebugType>pdbonly</DebugType>
73    <PlatformTarget>x86</PlatformTarget>
74    <ErrorReport>prompt</ErrorReport>
75    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
76    <Prefer32Bit>false</Prefer32Bit>
77  </PropertyGroup>
78  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
79    <DebugSymbols>true</DebugSymbols>
80    <OutputPath>$(SolutionDir)\bin\</OutputPath>
81    <DefineConstants>DEBUG;TRACE</DefineConstants>
82    <DebugType>full</DebugType>
83    <PlatformTarget>x64</PlatformTarget>
84    <ErrorReport>prompt</ErrorReport>
85    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
86    <Prefer32Bit>false</Prefer32Bit>
87  </PropertyGroup>
88  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
89    <OutputPath>$(SolutionDir)\bin\</OutputPath>
90    <DefineConstants>TRACE</DefineConstants>
91    <Optimize>true</Optimize>
92    <DebugType>pdbonly</DebugType>
93    <PlatformTarget>x64</PlatformTarget>
94    <ErrorReport>prompt</ErrorReport>
95    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
96    <Prefer32Bit>false</Prefer32Bit>
97  </PropertyGroup>
98  <ItemGroup>
99    <Reference Include="System" />
100  </ItemGroup>
101  <ItemGroup>
102    <None Include="Plugin.cs.frame" />
103    <Compile Include="Plugin.cs" />
104    <Compile Include="Properties\AssemblyInfo.cs" />
105    <None Include="Properties\AssemblyInfo.cs.frame" />
106  </ItemGroup>
107  <ItemGroup>
108    <ProjectReference Include="..\..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
109      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
110      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
111      <Private>False</Private>
112    </ProjectReference>
113    <ProjectReference Include="..\ProtobufCS\src\ProtocolBuffers\ProtocolBuffers-2.4.1.473.csproj">
114      <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
115      <Name>ProtocolBuffers-2.4.1.473</Name>
116      <Private>False</Private>
117    </ProjectReference>
118  </ItemGroup>
119  <ItemGroup>
120    <None Include="HeuristicLab.snk" />
121  </ItemGroup>
122  <ItemGroup>
123    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
124      <Visible>False</Visible>
125      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
126      <Install>false</Install>
127    </BootstrapperPackage>
128    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
129      <Visible>False</Visible>
130      <ProductName>.NET Framework 3.5 SP1</ProductName>
131      <Install>true</Install>
132    </BootstrapperPackage>
133    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
134      <Visible>False</Visible>
135      <ProductName>Windows Installer 3.1</ProductName>
136      <Install>true</Install>
137    </BootstrapperPackage>
138  </ItemGroup>
139  <ItemGroup>
140    <Content Include="Google.ProtocolBuffers-license-2.4.1.473.txt">
141      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
142    </Content>
143  </ItemGroup>
144  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
145  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
146       Other similar extension points exist, see Microsoft.Common.targets.
147  <Target Name="BeforeBuild">
148  </Target>
149  <Target Name="AfterBuild">
150  </Target>
151  -->
152  <PropertyGroup>
153    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
154set ProjectDir=$(ProjectDir)
155set SolutionDir=$(SolutionDir)
156set Outdir=$(Outdir)
157
158call PreBuildEvent.cmd
159</PreBuildEvent>
160    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
161export ProjectDir=$(ProjectDir)
162export SolutionDir=$(SolutionDir)
163
164$SolutionDir/PreBuildEvent.sh
165</PreBuildEvent>
166  </PropertyGroup>
167</Project>
Note: See TracBrowser for help on using the repository browser.