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:
authorJan Kotas <jkotas@microsoft.com>2017-10-03 08:02:38 +0300
committerJan Kotas <jkotas@microsoft.com>2017-10-03 08:02:38 +0300
commitb889e1b1eb5674c8bdac6da1421256099cdb495d (patch)
tree004132dfdd6235879656185aa6244cffc71a72b8 /src/System.Private.Interop
parent73017a07d2223502a1dabe079d4a275ab7f5db59 (diff)
Fix filename casing
Diffstat (limited to 'src/System.Private.Interop')
-rw-r--r--src/System.Private.Interop/src/System.Private.Interop.CoreCLR.csproj4
-rw-r--r--src/System.Private.Interop/src/System.Private.Interop.csproj2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/System.Private.Interop/src/System.Private.Interop.CoreCLR.csproj b/src/System.Private.Interop/src/System.Private.Interop.CoreCLR.csproj
index 13ef51e9c..e8967228e 100644
--- a/src/System.Private.Interop/src/System.Private.Interop.CoreCLR.csproj
+++ b/src/System.Private.Interop/src/System.Private.Interop.CoreCLR.csproj
@@ -29,7 +29,7 @@
<PackageReference Include="System.Private.CompilerServices.ICastable">
<Version>1.0.0</Version>
</PackageReference>
- </ItemGroup>
+ </ItemGroup>
<ItemGroup>
<Compile Include="InteropExtensions\DependencyReductionConditionallyDependentAttribute.cs" />
@@ -70,6 +70,6 @@
<Compile Include="System\Reflection\DispatchProxyInstanceNotFoundException.cs" />
</ItemGroup>
- <Import Project="System.Private.Interop.shared.projitems" />
+ <Import Project="System.Private.Interop.Shared.projitems" />
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>
diff --git a/src/System.Private.Interop/src/System.Private.Interop.csproj b/src/System.Private.Interop/src/System.Private.Interop.csproj
index ce0931c6b..997c10cd3 100644
--- a/src/System.Private.Interop/src/System.Private.Interop.csproj
+++ b/src/System.Private.Interop/src/System.Private.Interop.csproj
@@ -22,7 +22,7 @@
<ProjectReference Include="..\..\System.Private.TypeLoader\src\System.Private.TypeLoader.csproj" />
</ItemGroup>
- <Import Project="System.Private.Interop.shared.projitems" />
+ <Import Project="System.Private.Interop.Shared.projitems" />
<ItemGroup Condition="'$(IsProjectNLibrary)' == 'true'">
<Compile Include="System\Reflection\DispatchProxy.cs" />