summaryrefslogtreecommitdiff
path: root/tests/src/JIT/RyuJIT
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-03-17 11:44:10 -0700
committerGitHub <noreply@github.com>2017-03-17 11:44:10 -0700
commit25dbd547bc7372906357699a24d7cf76786a50c8 (patch)
treecc48f8bee14b633097477465670fc4cf9d32a203 /tests/src/JIT/RyuJIT
parentd1bdbf1bee3ecdbcd96a5a78a45bf097e3a38951 (diff)
downloadcoreclr-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/JIT/RyuJIT')
-rw-r--r--tests/src/JIT/RyuJIT/DoWhileBndChk.csproj5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/src/JIT/RyuJIT/DoWhileBndChk.csproj b/tests/src/JIT/RyuJIT/DoWhileBndChk.csproj
index 41b6c16906..30b8c4b97e 100644
--- a/tests/src/JIT/RyuJIT/DoWhileBndChk.csproj
+++ b/tests/src/JIT/RyuJIT/DoWhileBndChk.csproj
@@ -8,13 +8,8 @@
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</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>
- <ReferenceLocalMscorlib>true</ReferenceLocalMscorlib>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>