summaryrefslogtreecommitdiff
path: root/dir.props
diff options
context:
space:
mode:
authorEric Mellino <erme@microsoft.com>2016-08-19 10:24:34 -0700
committerEric Mellino <erme@microsoft.com>2016-08-19 12:51:50 -0700
commitd045a69ebeebf54a7ee4d2dfeb460d3795a434a2 (patch)
tree560d5e8777f6238f6432615b88ceb7f748dac565 /dir.props
parent6f65f807d0167f1dc76b0ccc536b06d367d9c0ac (diff)
downloadcoreclr-d045a69ebeebf54a7ee4d2dfeb460d3795a434a2.tar.gz
coreclr-d045a69ebeebf54a7ee4d2dfeb460d3795a434a2.tar.bz2
coreclr-d045a69ebeebf54a7ee4d2dfeb460d3795a434a2.zip
Remove properties which are now defined in buildtools
These all have the same values in buildtools now
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props9
1 files changed, 0 insertions, 9 deletions
diff --git a/dir.props b/dir.props
index 101de00089..f8823b7ae7 100644
--- a/dir.props
+++ b/dir.props
@@ -74,7 +74,6 @@
<TestWorkingDir>$(__TestWorkingDir)\</TestWorkingDir>
<TestWorkingDir Condition="'$(__TestWorkingDir)'==''">$(RootBinDir)tests\$(BuildOS).$(BuildArch).$(BuildType)\</TestWorkingDir>
- <BuildToolsTaskDir Condition="'$(BuildToolsTargets45)' == 'true'">$(ToolsDir)net45/</BuildToolsTaskDir>
<Platform Condition="'$(Platform)' == ''">$(BuildArch)</Platform>
<Platform Condition="'$(Platform)' == 'amd64'">x64</Platform>
@@ -120,14 +119,6 @@
<DnuRestoreCommand>$(DnuRestoreCommand) --packages "$(PackagesDir.TrimEnd('\\'))"</DnuRestoreCommand>
</PropertyGroup>
- <!--
- Set up Roslyn predefines
- -->
- <PropertyGroup>
- <RoslynPackageDir>$(PackagesDir)/$(RoslynPackageName).$(RoslynVersion)/</RoslynPackageDir>
- <RoslynPropsFile>$(RoslynPackageDir)build/Microsoft.Net.ToolsetCompilers.props</RoslynPropsFile>
- </PropertyGroup>
-
<!-- Setup common target properties that we use to conditionally include sources -->
<PropertyGroup>
<TargetsFreeBSD Condition="'$(BuildOS)' == 'FreeBSD'">true</TargetsFreeBSD>