Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric St. John <ericstj@microsoft.com>2018-03-08 01:53:05 +0300
committerEric St. John <ericstj@microsoft.com>2018-03-08 19:25:31 +0300
commit8ce7e620e1b5001be002598f4d10d4becdd77a49 (patch)
treed30af6c8d01c1148f95d946411c4ee57220dde3a /src/System.Threading
parent2be66d45e0ecab5b27f08e33e0439b14b78c8550 (diff)
Update SLNs and projects to be in sync with configurations
Diffstat (limited to 'src/System.Threading')
-rw-r--r--src/System.Threading/src/System.Threading.csproj2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/System.Threading/src/System.Threading.csproj b/src/System.Threading/src/System.Threading.csproj
index 23059cc38e..7006045a03 100644
--- a/src/System.Threading/src/System.Threading.csproj
+++ b/src/System.Threading/src/System.Threading.csproj
@@ -13,8 +13,6 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Windows_NT-Release|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'uap-Windows_NT-Debug|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'uap-Windows_NT-Release|AnyCPU'" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'uapaot-Windows_NT-Debug|AnyCPU'" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'uapaot-Windows_NT-Release|AnyCPU'" />
<ItemGroup>
<Compile Include="System\Threading\Barrier.cs" />
<Compile Include="System\Threading\CDSsyncETWBCLProvider.cs" />