This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +11
-6
lines changed
Expand file tree Collapse file tree 5 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,6 @@ Global
3030 {9E984EB2-827E-4029-9647-FB5F8B67C553} .Debug| Any CPU .Build .0 = netstandard -Debug| Any CPU
3131 {9E984EB2-827E-4029-9647-FB5F8B67C553} .Release| Any CPU .ActiveCfg = netstandard -Release| Any CPU
3232 {9E984EB2-827E-4029-9647-FB5F8B67C553} .Release| Any CPU .Build .0 = netstandard -Release| Any CPU
33- {1032D5F6-5AE7-4002-A0E4-FEBEADFEA977} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
34- {1032D5F6-5AE7-4002-A0E4-FEBEADFEA977} .Debug| Any CPU .Build .0 = Debug| Any CPU
35- {1032D5F6-5AE7-4002-A0E4-FEBEADFEA977} .Release| Any CPU .ActiveCfg = Debug| Any CPU
36- {1032D5F6-5AE7-4002-A0E4-FEBEADFEA977} .Release| Any CPU .Build .0 = Debug| Any CPU
3733 {9C524CA0-92FF-437B-B568-BCE8A794A69A} .Debug| Any CPU .ActiveCfg = netstandard -Debug| Any CPU
3834 {9C524CA0-92FF-437B-B568-BCE8A794A69A} .Debug| Any CPU .Build .0 = netstandard -Debug| Any CPU
3935 {9C524CA0-92FF-437B-B568-BCE8A794A69A} .Release| Any CPU .ActiveCfg = netstandard -Release| Any CPU
Original file line number Diff line number Diff line change 44 <PropertyGroup >
55 <AssemblyVersion >4.0.0.0</AssemblyVersion >
66 <AssemblyKey >Open</AssemblyKey >
7+ <IsNETCoreApp >true</IsNETCoreApp >
8+ <IsUAP >true</IsUAP >
79 </PropertyGroup >
810</Project >
Original file line number Diff line number Diff line change 44 <BuildConfigurations >
55 netstandard1.1;
66 netstandard;
7- netcoreapp2.1;
7+ netcoreapp;
8+ uap;
89 </BuildConfigurations >
910 </PropertyGroup >
1011</Project >
Original file line number Diff line number Diff line change 66 </PropertyGroup >
77 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'netstandard-Debug|AnyCPU'" />
88 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'netstandard-Release|AnyCPU'" />
9+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'netstandard1.1-Debug|AnyCPU'" />
10+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'netstandard1.1-Release|AnyCPU'" />
11+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'netcoreapp-Debug|AnyCPU'" />
12+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'netcoreapp-Release|AnyCPU'" />
13+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'uap-Debug|AnyCPU'" />
14+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'uap-Release|AnyCPU'" />
915 <ItemGroup >
1016 <Compile Include =" System.IO.Pipelines.cs" />
1117 </ItemGroup >
Original file line number Diff line number Diff line change 44 <BuildConfigurations >
55 netstandard1.1;
66 netstandard;
7- netcoreapp2.1 ;
7+ netcoreapp ;
88 </BuildConfigurations >
99 </PropertyGroup >
1010</Project >
You can’t perform that action at this time.
0 commit comments