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:
authorNick Guerrera <nicholg@microsoft.com>2015-01-23 03:30:00 +0300
committerNick Guerrera <nicholg@microsoft.com>2015-01-23 03:30:00 +0300
commitda9663498c4f5e6bb663e97531afc48964ffbdd0 (patch)
tree1dae37aa8871db8964b9ef636a5a6203d6f63ce0 /src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
parentd41d80d97bffd857fe18fc267e553927c2483082 (diff)
Remove PLIB ProjectTypeGuids to allow editing debug options in VS
We control the targeting centrally and we shouldn't be retargeting from VS. With the new support for running tests on F5, it is best to be able to see and edit the command line in the property pages. Before this, we had an arbitrary mix of the guids being present or not anyhow. At some point, if we need to set it, we can put it back across the board and hopefully by then we'll have proper VS test integration anyhow.
Diffstat (limited to 'src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj')
-rw-r--r--src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj b/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
index 2e607ffe57..a3c0884d8c 100644
--- a/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
+++ b/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
@@ -5,7 +5,6 @@
<Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
<Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
<ProjectGuid>{57E8F8D4-0766-4CC7-B3F9-B243B81DB6A5}</ProjectGuid>
- <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AssemblyName>System.IO.FileSystem.Tests</AssemblyName>
</PropertyGroup>