未验证 提交 9b9c309d 编写于 作者: T ThomasGoulet73 提交者: GitHub

Fix casing (#6762)

Contributes to dotnet/wpf#6725
上级 bed065fb
...@@ -124,20 +124,20 @@ ...@@ -124,20 +124,20 @@
<Compile Include="$(WpfSharedDir)\System\Windows\Markup\XmlWrappingReader.cs"> <Compile Include="$(WpfSharedDir)\System\Windows\Markup\XmlWrappingReader.cs">
<Link>Shared\System\Windows\Markup\XmlWrappingReader.cs</Link> <Link>Shared\System\Windows\Markup\XmlWrappingReader.cs</Link>
</Compile> </Compile>
<Compile Include="$(WpfSourceDir)\WindowsBase\System\IO\Packaging\Compoundfile\FormatVersion.cs"> <Compile Include="$(WpfSourceDir)\WindowsBase\System\IO\Packaging\CompoundFile\FormatVersion.cs">
<Link>WindowsBase\System\IO\Packaging\Compoundfile\FormatVersion.cs</Link> <Link>WindowsBase\System\IO\Packaging\CompoundFile\FormatVersion.cs</Link>
</Compile> </Compile>
<Compile Include="$(WpfSourceDir)\WindowsBase\System\IO\Packaging\Compoundfile\versionPair.cs"> <Compile Include="$(WpfSourceDir)\WindowsBase\System\IO\Packaging\CompoundFile\VersionPair.cs">
<Link>WindowsBase\System\IO\Packaging\Compoundfile\versionPair.cs</Link> <Link>WindowsBase\System\IO\Packaging\CompoundFile\VersionPair.cs</Link>
</Compile> </Compile>
<Compile Include="$(WpfSourceDir)\WindowsBase\MS\Internal\IO\Packaging\Compoundfile\ContainerUtilities.cs"> <Compile Include="$(WpfSourceDir)\WindowsBase\MS\Internal\IO\Packaging\CompoundFile\ContainerUtilities.cs">
<Link>WindowsBase\MS\Internal\IO\Packaging\Compoundfile\ContainerUtilities.cs</Link> <Link>WindowsBase\MS\Internal\IO\Packaging\CompoundFile\ContainerUtilities.cs</Link>
</Compile> </Compile>
<Compile Include="$(WpfSourceDir)\PresentationCore\MS\internal\Media\XamlSerializationHelper.cs"> <Compile Include="$(WpfSourceDir)\PresentationCore\MS\Internal\Media\XamlSerializationHelper.cs">
<Link>PresentationCore\MS\internal\Media\XamlSerializationHelper.cs</Link> <Link>PresentationCore\MS\Internal\Media\XamlSerializationHelper.cs</Link>
</Compile> </Compile>
<Compile Include="$(WpfSourceDir)\PresentationCore\MS\internal\Media\ParserStreamGeometryContext.cs"> <Compile Include="$(WpfSourceDir)\PresentationCore\MS\Internal\Media\ParserStreamGeometryContext.cs">
<Link>PresentationCore\MS\internal\Media\ParserStreamGeometryContext.cs</Link> <Link>PresentationCore\MS\Internal\Media\ParserStreamGeometryContext.cs</Link>
</Compile> </Compile>
<Compile Include="$(WpfSourceDir)\PresentationCore\System\Windows\Media\StreamGeometryContext.cs"> <Compile Include="$(WpfSourceDir)\PresentationCore\System\Windows\Media\StreamGeometryContext.cs">
<Link>PresentationCore\System\Windows\Media\StreamGeometryContext.cs</Link> <Link>PresentationCore\System\Windows\Media\StreamGeometryContext.cs</Link>
...@@ -236,8 +236,8 @@ ...@@ -236,8 +236,8 @@
<Compile Include="$(WpfSourceDir)\PresentationFramework\System\Windows\Markup\XamlNodes.cs"> <Compile Include="$(WpfSourceDir)\PresentationFramework\System\Windows\Markup\XamlNodes.cs">
<Link>PresentationFramework\System\Windows\Markup\XamlNodes.cs</Link> <Link>PresentationFramework\System\Windows\Markup\XamlNodes.cs</Link>
</Compile> </Compile>
<Compile Include="$(WpfSourceDir)\PresentationFramework\System\Windows\Markup\XAMLParseException.cs"> <Compile Include="$(WpfSourceDir)\PresentationFramework\System\Windows\Markup\XamlParseException.cs">
<Link>PresentationFramework\System\Windows\Markup\XAMLParseException.cs</Link> <Link>PresentationFramework\System\Windows\Markup\XamlParseException.cs</Link>
</Compile> </Compile>
<Compile Include="$(WpfSourceDir)\PresentationFramework\System\Windows\Markup\XamlParser.cs"> <Compile Include="$(WpfSourceDir)\PresentationFramework\System\Windows\Markup\XamlParser.cs">
<Link>PresentationFramework\System\Windows\Markup\XamlParser.cs</Link> <Link>PresentationFramework\System\Windows\Markup\XamlParser.cs</Link>
......
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
<Compile Include="$(WpfSharedDir)\Telemetry\Managed\TraceLoggingProvider.cs" /> <Compile Include="$(WpfSharedDir)\Telemetry\Managed\TraceLoggingProvider.cs" />
<Compile Include="$(WpfSharedDir)\Telemetry\Managed\TraceLoggers\XpsOMPrintingTraceLogger.cs" /> <Compile Include="$(WpfSharedDir)\Telemetry\Managed\TraceLoggers\XpsOMPrintingTraceLogger.cs" />
<Compile Include="ModuleInitializer.cs" /> <Compile Include="ModuleInitializer.cs" />
<Compile Include="otherassemblyattrs.cs" /> <Compile Include="OtherAssemblyAttrs.cs" />
<Compile Include="SR.cs" /> <Compile Include="SR.cs" />
<Compile Include="MS\Internal\AnimatedTypeHelpers.cs" /> <Compile Include="MS\Internal\AnimatedTypeHelpers.cs" />
<Compile Include="MS\Internal\CheckedPointers.cs" /> <Compile Include="MS\Internal\CheckedPointers.cs" />
...@@ -661,7 +661,7 @@ ...@@ -661,7 +661,7 @@
<Compile Include="System\Windows\InterOp\Imaging.cs" /> <Compile Include="System\Windows\InterOp\Imaging.cs" />
<Compile Include="System\Windows\InterOp\IStylusInputProvider.cs" /> <Compile Include="System\Windows\InterOp\IStylusInputProvider.cs" />
<Compile Include="System\Windows\InterOp\IWin32Window.cs" /> <Compile Include="System\Windows\InterOp\IWin32Window.cs" />
<Compile Include="System\Windows\InterOp\OperatingSystemVersionCheck.cs" /> <Compile Include="System\Windows\Interop\OperatingSystemVersionCheck.cs" />
<Compile Include="System\Windows\Markup\IAddChild.cs" /> <Compile Include="System\Windows\Markup\IAddChild.cs" />
<Compile Include="System\Windows\Markup\IProvidePropertyFallback.cs" /> <Compile Include="System\Windows\Markup\IProvidePropertyFallback.cs" />
<Compile Include="System\Windows\Markup\XamlSerializerUtil.cs" /> <Compile Include="System\Windows\Markup\XamlSerializerUtil.cs" />
...@@ -775,7 +775,7 @@ ...@@ -775,7 +775,7 @@
<Compile Include="System\Windows\Media\MILUtilities.cs" /> <Compile Include="System\Windows\Media\MILUtilities.cs" />
<!-- Empty and clashes with NativeMethods in WindowsBase, which we require <Compile Include="System\Windows\Media\NativeMethodsMilCoreApi.cs" /> --> <!-- Empty and clashes with NativeMethods in WindowsBase, which we require <Compile Include="System\Windows\Media\NativeMethodsMilCoreApi.cs" /> -->
<Compile Include="System\Windows\Media\Parsers.cs" /> <Compile Include="System\Windows\Media\Parsers.cs" />
<Compile Include="System\Windows\Media\parserscommon.cs" /> <Compile Include="System\Windows\Media\ParsersCommon.cs" />
<Compile Include="System\Windows\Media\PathFigure.cs" /> <Compile Include="System\Windows\Media\PathFigure.cs" />
<Compile Include="System\Windows\Media\PathFigureCollection.cs" /> <Compile Include="System\Windows\Media\PathFigureCollection.cs" />
<Compile Include="System\Windows\Media\PathGeometry.cs" /> <Compile Include="System\Windows\Media\PathGeometry.cs" />
......
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
<Compile Include="MS\Internal\Annotations\Component\HighlightComponent.cs" /> <Compile Include="MS\Internal\Annotations\Component\HighlightComponent.cs" />
<Compile Include="MS\Internal\Annotations\Component\IAnnotationComponent.cs" /> <Compile Include="MS\Internal\Annotations\Component\IAnnotationComponent.cs" />
<Compile Include="MS\Internal\Annotations\Component\IHighlightRange.cs" /> <Compile Include="MS\Internal\Annotations\Component\IHighlightRange.cs" />
<Compile Include="MS\Internal\Annotations\Component\MArkedHighlightComponent.cs" /> <Compile Include="MS\Internal\Annotations\Component\MarkedHighlightComponent.cs" />
<Compile Include="MS\Internal\Annotations\Component\PresentationContext.cs" /> <Compile Include="MS\Internal\Annotations\Component\PresentationContext.cs" />
<Compile Include="MS\Internal\Annotations\ObservableDictionary.cs" /> <Compile Include="MS\Internal\Annotations\ObservableDictionary.cs" />
<Compile Include="MS\Internal\Annotations\OwnedObject.cs" /> <Compile Include="MS\Internal\Annotations\OwnedObject.cs" />
...@@ -282,7 +282,7 @@ ...@@ -282,7 +282,7 @@
<Compile Include="MS\Internal\IO\Packaging\indexingfiltermarshaler.cs" /> <Compile Include="MS\Internal\IO\Packaging\indexingfiltermarshaler.cs" />
<Compile Include="MS\Internal\IO\Packaging\initElementDictionary.cs" /> <Compile Include="MS\Internal\IO\Packaging\initElementDictionary.cs" />
<Compile Include="MS\Internal\IO\Packaging\ManagedFilter.cs" /> <Compile Include="MS\Internal\IO\Packaging\ManagedFilter.cs" />
<Compile Include="MS\Internal\IO\Packaging\managedIStream.cs" /> <Compile Include="MS\Internal\IO\Packaging\ManagedIStream.cs" />
<Compile Include="MS\Internal\IO\Packaging\PackageFilter.cs" /> <Compile Include="MS\Internal\IO\Packaging\PackageFilter.cs" />
<Compile Include="MS\Internal\IO\Packaging\UnsafeIndexingFilterStream.cs" /> <Compile Include="MS\Internal\IO\Packaging\UnsafeIndexingFilterStream.cs" />
<Compile Include="MS\Internal\IO\Packaging\XamlFilter.cs" /> <Compile Include="MS\Internal\IO\Packaging\XamlFilter.cs" />
...@@ -1198,7 +1198,7 @@ ...@@ -1198,7 +1198,7 @@
<Compile Include="System\Windows\Markup\StyleModeStack.cs" /> <Compile Include="System\Windows\Markup\StyleModeStack.cs" />
<Compile Include="System\Windows\Markup\TemplateComponentConnector.cs" /> <Compile Include="System\Windows\Markup\TemplateComponentConnector.cs" />
<Compile Include="System\Windows\Markup\TemplateKeyConverter.cs" /> <Compile Include="System\Windows\Markup\TemplateKeyConverter.cs" />
<Compile Include="System\Windows\Markup\typecontext.cs" /> <Compile Include="System\Windows\Markup\TypeContext.cs" />
<Compile Include="System\Windows\Markup\WpfXamlLoader.cs" /> <Compile Include="System\Windows\Markup\WpfXamlLoader.cs" />
<Compile Include="System\Windows\Markup\XamlBrushSerializer.cs" /> <Compile Include="System\Windows\Markup\XamlBrushSerializer.cs" />
<Compile Include="System\Windows\Markup\XamlDesignerSerializationManager.cs" /> <Compile Include="System\Windows\Markup\XamlDesignerSerializationManager.cs" />
...@@ -1206,7 +1206,7 @@ ...@@ -1206,7 +1206,7 @@
<Compile Include="System\Windows\Markup\XamlGridLengthSerializer.cs" /> <Compile Include="System\Windows\Markup\XamlGridLengthSerializer.cs" />
<Compile Include="System\Windows\Markup\XamlInstanceCreator.cs" /> <Compile Include="System\Windows\Markup\XamlInstanceCreator.cs" />
<Compile Include="System\Windows\Markup\XamlInt32CollectionSerializer.cs" /> <Compile Include="System\Windows\Markup\XamlInt32CollectionSerializer.cs" />
<Compile Include="System\Windows\Markup\xamlnodes.cs" /> <Compile Include="System\Windows\Markup\XamlNodes.cs" />
<Compile Include="System\Windows\Markup\XamlParseException.cs" /> <Compile Include="System\Windows\Markup\XamlParseException.cs" />
<Compile Include="System\Windows\Markup\XamlParser.cs" /> <Compile Include="System\Windows\Markup\XamlParser.cs" />
<Compile Include="System\Windows\Markup\XamlPathDataSerializer.cs" /> <Compile Include="System\Windows\Markup\XamlPathDataSerializer.cs" />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册