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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>2017-06-29 06:18:06 +0300
committerJan Kotas <jkotas@microsoft.com>2017-06-29 06:18:06 +0300
commitb5218502cd1ea6b90e3d3f1c9793c3b2f3b18681 (patch)
tree277f5e88c8897eadd0e2cfd24a344086992cda75 /dir.targets
parent801ee165c32b467a3379bf682fca8cfcd3d15247 (diff)
Delete stale lines from dir.targets (#4013)
I was looking at diagnostic logs trying to decypher why I'm getting warnings about some loose *.dll files I have at the root of my drive that has CoreRT repo, but got distracted by seeing attempts to resolve things in the /Documentation directory. This is a set of some old workarounds that used to be in the CoreFX repo too, but are no longer there. Maybe we don't need them anymore?
Diffstat (limited to 'dir.targets')
-rw-r--r--dir.targets12
1 files changed, 0 insertions, 12 deletions
diff --git a/dir.targets b/dir.targets
index 17d12ec00..4a2e50c48 100644
--- a/dir.targets
+++ b/dir.targets
@@ -66,16 +66,4 @@
</PropertyGroup>
</Target>
- <PropertyGroup Condition="'$(TargetFrameworkIdentifier)' != '.NETFramework'">
- <!-- We don't use any of MSBuild's resolution logic for resolving the framework, so just set these two properties to any folder that exists to skip
- the GenerateReferenceAssemblyPaths task (not target) and to prevent it from outputting a warning (MSB3644). -->
- <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory)/Documentation</_TargetFrameworkDirectories>
- <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory)/Documentation</_FullFrameworkReferenceAssemblyPaths>
- <!-- We do not want to target a portable profile.
- TODO: Make this the default in buildtools so this is not necessary. -->
- <TargetFrameworkProfile></TargetFrameworkProfile>
- <!-- We set this property to avoid MSBuild errors regarding not setting TargetFrameworkProfile (see above line) -->
- <PortableNuGetMode>true</PortableNuGetMode>
- </PropertyGroup>
-
</Project>