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>2017-05-25 21:10:27 +0300
committerEric St. John <ericstj@microsoft.com>2017-05-25 21:10:27 +0300
commit5ba948d13e3177c2c7075b6b00791e574bfa0860 (patch)
treea54b4f91681c4cac451da67afd16bd8546c175ac /src/System.Threading.ThreadPool
parentff7f4ba7ab0a9f50a0e4c1d3a3195165afd96d8f (diff)
Remove help VS comments
Many CSProjs included the comment `<!-- Help VS understand available configurations -->` These aren't handled well by the tooling that rewrites projects and weren't providing much value. Remove them.
Diffstat (limited to 'src/System.Threading.ThreadPool')
-rw-r--r--src/System.Threading.ThreadPool/src/System.Threading.ThreadPool.csproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/System.Threading.ThreadPool/src/System.Threading.ThreadPool.csproj b/src/System.Threading.ThreadPool/src/System.Threading.ThreadPool.csproj
index 449a4a9cd4..20363a3150 100644
--- a/src/System.Threading.ThreadPool/src/System.Threading.ThreadPool.csproj
+++ b/src/System.Threading.ThreadPool/src/System.Threading.ThreadPool.csproj
@@ -6,7 +6,6 @@
<IsPartialFacadeAssembly>true</IsPartialFacadeAssembly>
<ProjectGuid>{EE797598-BA64-4150-A3AA-8FB97DA63697}</ProjectGuid>
</PropertyGroup>
- <!-- Help VS understand available configurations -->
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Unix-Debug|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Unix-Release|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Windows_NT-Debug|AnyCPU'" />