This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
src/System.Security.Cryptography.Xml/ref Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 22<Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <PropertyGroup >
44 <BuildConfigurations >
5- netstandard
5+ netstandard;
6+ netfx
67 </BuildConfigurations >
78 </PropertyGroup >
89</Project >
Original file line number Diff line number Diff line change 33 <Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
44 <PropertyGroup >
55 <ProjectGuid >{C7266957-DB20-4250-9C2E-E1FF83EDBD71}</ProjectGuid >
6+ <IsPartialFacadeAssembly Condition =" '$(TargetGroup)' == 'netfx'" >true</IsPartialFacadeAssembly >
67 </PropertyGroup >
78 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'netstandard-Debug|AnyCPU'" />
89 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'netstandard-Release|AnyCPU'" />
10+ <ItemGroup Condition =" '$(IsPartialFacadeAssembly)' == 'true'" >
11+ <Reference Include =" mscorlib" />
12+ <Reference Include =" System" />
13+ <Reference Include =" System.Core" />
14+ <Reference Include =" System.Xml" />
15+ <Reference Include =" System.Security" />
16+ </ItemGroup >
917 <ItemGroup >
1018 <Compile Include =" System.Security.Cryptography.Xml.cs" />
1119 </ItemGroup >
You can’t perform that action at this time.
0 commit comments