8000 Update project file to use correct path to precomp.hxx · vincent-coder0119/wpf@b8fd377 · GitHub
[go: up one dir, main page]

Skip to content

Commit b8fd377

Browse files
committed
Update project file to use correct path to precomp.hxx
1 parent 0b01d78 commit b8fd377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/DirectWriteForwarder.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
</ItemGroup>
6767

6868
<ItemGroup>
69-
<ClInclude Include="precomp.hxx" />
69+
<ClInclude Include="CPP\precomp.hxx" />
7070
</ItemGroup>
7171
<ItemGroup>
7272
<ClCompile Include="CPP\DirectWriteForwarder.cpp" />

0 commit comments

Comments
 (0)
0