diff options
author | Jan Kotas <jkotas@microsoft.com> | 2017-03-17 11:44:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-17 11:44:10 -0700 |
commit | 25dbd547bc7372906357699a24d7cf76786a50c8 (patch) | |
tree | cc48f8bee14b633097477465670fc4cf9d32a203 /tests/src/managed | |
parent | d1bdbf1bee3ecdbcd96a5a78a45bf097e3a38951 (diff) | |
download | coreclr-25dbd547bc7372906357699a24d7cf76786a50c8.tar.gz coreclr-25dbd547bc7372906357699a24d7cf76786a50c8.tar.bz2 coreclr-25dbd547bc7372906357699a24d7cf76786a50c8.zip |
Delete unused ReferenceLocalMscorlib property from test proj files (#10250)
Deleted a few other irrelevant properties as well while I was on it.
Fixes #7711
Diffstat (limited to 'tests/src/managed')
-rw-r--r-- | tests/src/managed/Compilation/Compilation.csproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/src/managed/Compilation/Compilation.csproj b/tests/src/managed/Compilation/Compilation.csproj index cde09aa8fc..7a2b31bb28 100644 --- a/tests/src/managed/Compilation/Compilation.csproj +++ b/tests/src/managed/Compilation/Compilation.csproj @@ -8,13 +8,9 @@ <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{39DD9A75-2535-4EBD-94A4-C7DF7EF12CF5}</ProjectGuid> <OutputType>Exe</OutputType> - <AppDesignerFolder>Properties</AppDesignerFolder> - <FileAlignment>512</FileAlignment> <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> - <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages</ReferencePath> <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir> - <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <DefineConstants>$(DefineConstants);STATIC</DefineConstants> <GCStressIncompatible>true</GCStressIncompatible> </PropertyGroup> |