Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Krell <jay.krell@cornell.edu>2018-08-30 11:51:39 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-08-30 11:51:39 +0300
commit3f1a1fd2aa407b6c507a35cffa77cbf96ae3c17a (patch)
treeb57c05bfe5647edc887ea786b03d11622f0cbeb8 /msvc/libmonoruntime-common.targets.filters
parentbfc35fc6e65307290c75d7a14742c1ca036c912a (diff)
[cxx] Add loader-internals.h missed in https://github.com/mono/mono/pull/10252. (#10377)
Diffstat (limited to 'msvc/libmonoruntime-common.targets.filters')
-rw-r--r--msvc/libmonoruntime-common.targets.filters3
1 files changed, 3 insertions, 0 deletions
diff --git a/msvc/libmonoruntime-common.targets.filters b/msvc/libmonoruntime-common.targets.filters
index 863b2349589..c05419d1ddb 100644
--- a/msvc/libmonoruntime-common.targets.filters
+++ b/msvc/libmonoruntime-common.targets.filters
@@ -145,6 +145,9 @@
<ClCompile Include="$(MonoSourceLocation)\mono\metadata\loader.c">
<Filter>Source Files$(MonoRuntimeFilterSubFolder)\common</Filter>
</ClCompile>
+ <ClInclude Include="$(MonoSourceLocation)\mono\metadata\loader-internals.h">
+ <Filter>Header Files$(MonoRuntimeFilterSubFolder)\common</Filter>
+ </ClInclude>
<ClCompile Include="$(MonoSourceLocation)\mono\metadata\locales.c">
<Filter>Source Files$(MonoRuntimeFilterSubFolder)\common</Filter>
</ClCompile>