Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
<CLCompile Include="$(WpfSharedDir)\cpp\dwriteloader.cpp" />
<CLCompile Include="$(WpfSharedDir)\cpp\Utils.cxx" />
<CLCompile Include="main.cpp" />
<CLCompile Include="OtherAssemblyAttrs.cpp" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

#include "CPP/precomp.hxx"
#include <shlwapi.h>
#include "Utils.hxx" // from shared\inc
#include "dwriteloader.h" // from shared\inc

// This is how these files are declared in truetype.cpp.
Expand Down
137 changes: 0 additions & 137 deletions src/Microsoft.DotNet.Wpf/src/Shared/cpp/Utils.cxx

This file was deleted.

17 changes: 0 additions & 17 deletions src/Microsoft.DotNet.Wpf/src/Shared/inc/Utils.hxx

This file was deleted.