Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 2d44625

Browse files
committed
Project changeS
1 parent 50713cf commit 2d44625

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

src/System.IO.Pipelines/System.IO.Pipelines.sln

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

src/System.IO.Pipelines/dir.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@
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>

src/System.IO.Pipelines/ref/Configurations.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
<BuildConfigurations>
55
netstandard1.1;
66
netstandard;
7-
netcoreapp2.1;
7+
netcoreapp;
8+
uap;
89
</BuildConfigurations>
910
</PropertyGroup>
1011
</Project>

src/System.IO.Pipelines/ref/System.IO.Pipelines.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
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>

src/System.IO.Pipelines/src/Configurations.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<BuildConfigurations>
55
netstandard1.1;
66
netstandard;
7-
netcoreapp2.1;
7+
netcoreapp;
88
</BuildConfigurations>
99
</PropertyGroup>
1010
</Project>

0 commit comments

Comments
 (0)