Skip to content

Commit

Permalink
Merge pull request #1240 from Unity-Technologies/unity-master-fix-lib…
Browse files Browse the repository at this point in the history
…mono-dynamic-vcxproj

Fix vcxproj by removing non-existent file.
  • Loading branch information
joncham committed Nov 5, 2019
2 parents 90852c6 + f7f4de7 commit 7eed659
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions msvc/libmonoruntime-common.targets.filters
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,6 @@
<ClCompile Include="$(MonoSourceLocation)\mono\metadata\icall.c">
<Filter>Source Files$(MonoRuntimeFilterSubFolder)\common</Filter>
</ClCompile>
<ClCompile Include="$(MonoSourceLocation)\mono\metadata\icall-table.c">
<Filter>Source Files$(MonoRuntimeFilterSubFolder)\common</Filter>
</ClCompile>
<ClInclude Include="$(MonoSourceLocation)\mono\metadata\icall-table.h">
<Filter>Header Files$(MonoRuntimeFilterSubFolder)\common</Filter>
</ClInclude>
<ClInclude Include="$(MonoSourceLocation)\mono\metadata\icall-internals.h">
<Filter>Header Files$(MonoRuntimeFilterSubFolder)\common</Filter>
</ClInclude>
Expand Down

0 comments on commit 7eed659

Please sign in to comment.