summaryrefslogtreecommitdiff
path: root/dir.props
diff options
context:
space:
mode:
authorJacek Blaszczynski <biosciencenow@outlook.com>2017-09-18 17:57:24 +0200
committerJacek Blaszczynski <biosciencenow@outlook.com>2017-09-18 17:57:24 +0200
commit8c49350a08118c97e949c4ec167db8f7c0883a1c (patch)
treef163e43114a44bcffeafc2ea935ce270e01e2290 /dir.props
parente1154bc588677f11f385bf60bd3aee38ba8115fb (diff)
downloadcoreclr-8c49350a08118c97e949c4ec167db8f7c0883a1c.tar.gz
coreclr-8c49350a08118c97e949c4ec167db8f7c0883a1c.tar.bz2
coreclr-8c49350a08118c97e949c4ec167db8f7c0883a1c.zip
Correct typos in reporoot/dir.props
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props12
1 files changed, 6 insertions, 6 deletions
diff --git a/dir.props b/dir.props
index 45545d3849..5adeac3a82 100644
--- a/dir.props
+++ b/dir.props
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Condition="Exists('..\dir.props')" Project="..\dir.props" />
-
+
<!--
$(OS) is set to Unix/Windows_NT. This comes from an environment variable on Windows and MSBuild on Unix.
-->
@@ -24,7 +24,7 @@
<!--
Switching to the .NET Core version of the BuildTools tasks seems to break numerous scenarios, such as VS intellisense and resource designer
- as well as runnning the build on mono. Until we can get these sorted out we will continue using the .NET 4.5 version of the tasks.
+ as well as running the build on mono. Until we can get these sorted out we will continue using the .NET 4.5 version of the tasks.
-->
<PropertyGroup>
<RunningOnCore>false</RunningOnCore>
@@ -55,7 +55,7 @@
<SourceDir>$(__SourceDir)\</SourceDir>
<SourceDir Condition="'$(__SourceDir)'==''">$(ProjectDir)src\</SourceDir>
- <!-- This name is used to create a GIT reposiitory URL https://github.com/dotnet/$(GitHubRepositoryName) used to find source code for debugging -->
+ <!-- This name is used to create a GIT repository URL https://github.com/dotnet/$(GitHubRepositoryName) used to find source code for debugging -->
<GitHubRepositoryName Condition="'$(GitHubRepositoryName)' == ''">coreclr</GitHubRepositoryName>
<PackagesDir>$(__PackagesDir)\</PackagesDir>
@@ -66,7 +66,7 @@
<BinDir>$(__BinDir)\</BinDir>
<BinDir Condition="'$(__BinDir)'==''">$(RootBinDir)Product\$(BuildOS).$(BuildArch).$(BuildType)\</BinDir>
-
+
<__IntermediatesDir Condition="'$(__IntermediatesDir)' == ''">$(RootBinDir)obj\$(BuildOS).$(BuildArch).$(BuildType)</__IntermediatesDir>
<IntermediateOutputRootPath Condition="'$(IntermediateOutputRootPath)' == ''">$(__IntermediatesDir)\</IntermediateOutputRootPath>
@@ -140,7 +140,7 @@
<ReleaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</ReleaseNotes>
<ProjectUrl>https://dot.net</ProjectUrl>
-
+
<!-- On Windows, MSbuild still runs against Desktop FX while it runs on .NET Core on non-Windows. this requires
pulling in different packaging dependencies.
-->
@@ -151,7 +151,7 @@
<MinOSForArch>win7</MinOSForArch>
<MinOSForArch Condition="'$(PackagePlatform)' == 'arm'">win8</MinOSForArch>
<MinOSForArch Condition="'$(PackagePlatform)' == 'arm64'">win10</MinOSForArch>
- <!-- This property must be set to disable local package installation -->
+ <!-- This property must be set to disable local package installation -->
<SkipInstallLocallyBuiltPackages>true</SkipInstallLocallyBuiltPackages>
<!-- Define packaging attributes for cross target components -->