This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-19
lines changed
pkg/test/packageSettings/System.IO.Ports/net Expand file tree Collapse file tree 3 files changed +8
-19
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <BuildConfigurations >
55 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 >{75DE4259-43BB-4067-9F30-3AC920D51AEC}</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+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'netfx-Debug|AnyCPU'" />
11+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'netfx-Release|AnyCPU'" />
912 <ItemGroup >
1013 <Compile Include =" System.IO.Ports.cs" />
11- <Reference Include =" netstandard" />
14+ </ItemGroup >
15+ <ItemGroup Condition =" '$(TargetGroup)' == 'netfx'" >
16+ <Reference Include =" mscorlib" />
17+ <Reference Include =" System" />
1218 </ItemGroup >
1319 <Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
1420</Project >
You can’t perform that action at this time.
0 commit comments