Fix csproj file casing
authorWes Haggard <Wes.Haggard@microsoft.com>
Mon, 23 Oct 2017 23:00:07 +0000 (16:00 -0700)
committerWes Haggard <Wes.Haggard@microsoft.com>
Wed, 25 Oct 2017 15:49:47 +0000 (08:49 -0700)
Commit migrated from https://github.com/dotnet/corefx/commit/b3813b441963adb79a86ceef19a5039b6674fd36

src/libraries/external/dir.proj

index 55f2813..e98cf6f 100644 (file)
     <Project Include="netstandard/netstandard.depproj" />
     <Project Include="netfx/netfx.depproj" />
     <Project Include="runtime/runtime.depproj" />
-    <Project Include="test-runtime/XUnit.Runtime.depproj" />
+    <Project Include="test-runtime/XUnit.Runtime.depproj"  Condition="'$(DotNetBuildFromSource)' != 'true'" />
     <Project Include="harvestPackages/harvestPackages.depproj" />
-    <Project Include="portable\portable.depproj" />
+    <Project Include="portable/portable.depproj" />
     <Project Include="ilasm/ilasm.depproj" />
-    <Project Include="docs/docs.depproj" />
+    <Project Include="docs/docs.depproj" Condition="'$(DotNetBuildFromSource)' != 'true'" />
     <Project Condition="'$(ILLinkTrimAssembly)' != 'false'" Include="ILLink/ILLink.depproj" />
   </ItemGroup>