Skip to content

Commit 9b9c309

Browse files
Fix casing (#6762)
Contributes to #6725
1 parent bed065f commit 9b9c309

File tree

160 files changed

+24
-24
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

160 files changed

+24
-24
lines changed

src/Microsoft.DotNet.Wpf/src/PresentationBuildTasks/PresentationBuildTasks.csproj

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -124,20 +124,20 @@
124124
<Compile Include="$(WpfSharedDir)\System\Windows\Markup\XmlWrappingReader.cs">
125125
<Link>Shared\System\Windows\Markup\XmlWrappingReader.cs</Link>
126126
</Compile>
127-
<Compile Include="$(WpfSourceDir)\WindowsBase\System\IO\Packaging\Compoundfile\FormatVersion.cs">
128-
<Link>WindowsBase\System\IO\Packaging\Compoundfile\FormatVersion.cs</Link>
127+
<Compile Include="$(WpfSourceDir)\WindowsBase\System\IO\Packaging\CompoundFile\FormatVersion.cs">
128+
<Link>WindowsBase\System\IO\Packaging\CompoundFile\FormatVersion.cs</Link>
129129
</Compile>
130-
<Compile Include="$(WpfSourceDir)\WindowsBase\System\IO\Packaging\Compoundfile\versionPair.cs">
131-
<Link>WindowsBase\System\IO\Packaging\Compoundfile\versionPair.cs</Link>
130+
<Compile Include="$(WpfSourceDir)\WindowsBase\System\IO\Packaging\CompoundFile\VersionPair.cs">
131+
<Link>WindowsBase\System\IO\Packaging\CompoundFile\VersionPair.cs</Link>
132132
</Compile>
133-
<Compile Include="$(WpfSourceDir)\WindowsBase\MS\Internal\IO\Packaging\Compoundfile\ContainerUtilities.cs">
134-
<Link>WindowsBase\MS\Internal\IO\Packaging\Compoundfile\ContainerUtilities.cs</Link>
133+
<Compile Include="$(WpfSourceDir)\WindowsBase\MS\Internal\IO\Packaging\CompoundFile\ContainerUtilities.cs">
134+
<Link>WindowsBase\MS\Internal\IO\Packaging\CompoundFile\ContainerUtilities.cs</Link>
135135
</Compile>
136-
<Compile Include="$(WpfSourceDir)\PresentationCore\MS\internal\Media\XamlSerializationHelper.cs">
137-
<Link>PresentationCore\MS\internal\Media\XamlSerializationHelper.cs</Link>
136+
<Compile Include="$(WpfSourceDir)\PresentationCore\MS\Internal\Media\XamlSerializationHelper.cs">
137+
<Link>PresentationCore\MS\Internal\Media\XamlSerializationHelper.cs</Link>
138138
</Compile>
139-
<Compile Include="$(WpfSourceDir)\PresentationCore\MS\internal\Media\ParserStreamGeometryContext.cs">
140-
<Link>PresentationCore\MS\internal\Media\ParserStreamGeometryContext.cs</Link>
139+
<Compile Include="$(WpfSourceDir)\PresentationCore\MS\Internal\Media\ParserStreamGeometryContext.cs">
140+
<Link>PresentationCore\MS\Internal\Media\ParserStreamGeometryContext.cs</Link>
141141
</Compile>
142142
<Compile Include="$(WpfSourceDir)\PresentationCore\System\Windows\Media\StreamGeometryContext.cs">
143143
<Link>PresentationCore\System\Windows\Media\StreamGeometryContext.cs</Link>
@@ -236,8 +236,8 @@
236236
<Compile Include="$(WpfSourceDir)\PresentationFramework\System\Windows\Markup\XamlNodes.cs">
237237
<Link>PresentationFramework\System\Windows\Markup\XamlNodes.cs</Link>
238238
</Compile>
239-
<Compile Include="$(WpfSourceDir)\PresentationFramework\System\Windows\Markup\XAMLParseException.cs">
240-
<Link>PresentationFramework\System\Windows\Markup\XAMLParseException.cs</Link>
239+
<Compile Include="$(WpfSourceDir)\PresentationFramework\System\Windows\Markup\XamlParseException.cs">
240+
<Link>PresentationFramework\System\Windows\Markup\XamlParseException.cs</Link>
241241
</Compile>
242242
<Compile Include="$(WpfSourceDir)\PresentationFramework\System\Windows\Markup\XamlParser.cs">
243243
<Link>PresentationFramework\System\Windows\Markup\XamlParser.cs</Link>

src/Microsoft.DotNet.Wpf/src/PresentationCore/PresentationCore.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<Compile Include="$(WpfSharedDir)\Telemetry\Managed\TraceLoggingProvider.cs" />
103103
<Compile Include="$(WpfSharedDir)\Telemetry\Managed\TraceLoggers\XpsOMPrintingTraceLogger.cs" />
104104
<Compile Include="ModuleInitializer.cs" />
105-
<Compile Include="otherassemblyattrs.cs" />
105+
<Compile Include="OtherAssemblyAttrs.cs" />
106106
<Compile Include="SR.cs" />
107107
<Compile Include="MS\Internal\AnimatedTypeHelpers.cs" />
108108
<Compile Include="MS\Internal\CheckedPointers.cs" />
@@ -661,7 +661,7 @@
661661
<Compile Include="System\Windows\InterOp\Imaging.cs" />
662662
<Compile Include="System\Windows\InterOp\IStylusInputProvider.cs" />
663663
<Compile Include="System\Windows\InterOp\IWin32Window.cs" />
664-
<Compile Include="System\Windows\InterOp\OperatingSystemVersionCheck.cs" />
664+
<Compile Include="System\Windows\Interop\OperatingSystemVersionCheck.cs" />
665665
<Compile Include="System\Windows\Markup\IAddChild.cs" />
666666
<Compile Include="System\Windows\Markup\IProvidePropertyFallback.cs" />
667667
<Compile Include="System\Windows\Markup\XamlSerializerUtil.cs" />
@@ -775,7 +775,7 @@
775775
<Compile Include="System\Windows\Media\MILUtilities.cs" />
776776
<!-- Empty and clashes with NativeMethods in WindowsBase, which we require <Compile Include="System\Windows\Media\NativeMethodsMilCoreApi.cs" /> -->
777777
<Compile Include="System\Windows\Media\Parsers.cs" />
778-
<Compile Include="System\Windows\Media\parserscommon.cs" />
778+
<Compile Include="System\Windows\Media\ParsersCommon.cs" />
779779
<Compile Include="System\Windows\Media\PathFigure.cs" />
780780
<Compile Include="System\Windows\Media\PathFigureCollection.cs" />
781781
<Compile Include="System\Windows\Media\PathGeometry.cs" />

0 commit comments

Comments
 (0)