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:
authorZoltan Varga <vargaz@gmail.com>2017-08-08 00:14:31 +0300
committerGitHub <noreply@github.com>2017-08-08 00:14:31 +0300
commit9be68f8952ea0e1aad582bfe2f47bad71aee2cc7 (patch)
tree8c7932022db02e6d608659232362663571979c52 /msvc/eglib-common.targets.filters
parentf1ff42789be45c30cf3537ee986529179870df1e (diff)
[runtime] Move eglib into mono/eglib so it becomes a convenience library similar to utils/ etc. (#5297)
Diffstat (limited to 'msvc/eglib-common.targets.filters')
-rw-r--r--msvc/eglib-common.targets.filters48
1 files changed, 24 insertions, 24 deletions
diff --git a/msvc/eglib-common.targets.filters b/msvc/eglib-common.targets.filters
index 92996f7e592..dcd4a5942fb 100644
--- a/msvc/eglib-common.targets.filters
+++ b/msvc/eglib-common.targets.filters
@@ -1,78 +1,78 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
- <ClCompile Include="$(MonoSourceLocation)\eglib\src\garray.c">
+ <ClCompile Include="$(MonoSourceLocation)\mono\eglib\garray.c">
<Filter>Source Files\Common</Filter>
</ClCompile>
- <ClCompile Include="$(MonoSourceLocation)\eglib\src\gbytearray.c">
+ <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gbytearray.c">
<Filter>Source Files\Common</Filter>
</ClCompile>
- <ClCompile Include="$(MonoSourceLocation)\eglib\src\gfile.c">
+ <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gfile.c">
<Filter>Source Files\Common</Filter>
</ClCompile>
- <ClCompile Include="$(MonoSourceLocation)\eglib\src\gerror.c">
+ <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gerror.c">
<Filter>Source Files\Common</Filter>
</ClCompile>
- <ClCompile Include="$(MonoSourceLocation)\eglib\src\ghashtable.c">
+ <ClCompile Include="$(MonoSourceLocation)\mono\eglib\ghashtable.c">
<Filter>Source Files\Common</Filter>
</ClCompile>
- <ClCompile Include="$(MonoSourceLocation)\eglib\src\giconv.c">
+ <ClCompile Include="$(MonoSourceLocation)\mono\eglib\giconv.c">
<Filter>Source Files\Common</Filter>
</ClCompile>
- <ClCompile Include="$(MonoSourceLocation)\eglib\src\glist.c">
+ <ClCompile Include="$(MonoSourceLocation)\mono\eglib\glist.c">
<Filter>Source Files\Common</Filter>
</ClCompile>
- <ClCompile Include="$(MonoSourceLocation)\eglib\src\gmarkup.c">
+ <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gmarkup.c">
<Filter>Source Files\Common</Filter>
</ClCompile>
- <ClCompile Include="$(MonoSourceLocation)\eglib\src\gmem.c">
+ <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gmem.c">
<Filter>Source Files\Common</Filter>
</ClCompile>
- <ClCompile Include="$(MonoSourceLocation)\eglib\src\goutput.c">
+ <ClCompile Include="$(MonoSourceLocation)\mono\eglib\goutput.c">
<Filter>Source Files\Common</Filter>
</ClCompile>
- <ClCompile Include="$(MonoSourceLocation)\eglib\src\gpattern.c">
+ <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gpattern.c">
<Filter>Source Files\Common</Filter>
</ClCompile>
- <ClCompile Include="$(MonoSourceLocation)\eglib\src\gptrarray.c">
+ <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gptrarray.c">
<Filter>Source Files\Common</Filter>
</ClCompile>
- <ClCompile Include="$(MonoSourceLocation)\eglib\src\gqsort.c">
+ <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gqsort.c">
<Filter>Source Files\Common</Filter>
</ClCompile>
- <ClCompile Include="$(MonoSourceLocation)\eglib\src\gqueue.c">
+ <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gqueue.c">
<Filter>Source Files\Common</Filter>
</ClCompile>
- <ClCompile Include="$(MonoSourceLocation)\eglib\src\gshell.c">
+ <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gshell.c">
<Filter>Source Files\Common</Filter>
</ClCompile>
- <ClCompile Include="$(MonoSourceLocation)\eglib\src\gslist.c">
+ <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gslist.c">
<Filter>Source Files\Common</Filter>
</ClCompile>
- <ClCompile Include="$(MonoSourceLocation)\eglib\src\gspawn.c">
+ <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gspawn.c">
<Filter>Source Files\Common</Filter>
</ClCompile>
- <ClCompile Include="$(MonoSourceLocation)\eglib\src\gstr.c">
+ <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gstr.c">
<Filter>Source Files\Common</Filter>
</ClCompile>
- <ClCompile Include="$(MonoSourceLocation)\eglib\src\gstring.c">
+ <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gstring.c">
<Filter>Source Files\Common</Filter>
</ClCompile>
- <ClCompile Include="$(MonoSourceLocation)\eglib\src\gunicode.c">
+ <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gunicode.c">
<Filter>Source Files\Common</Filter>
</ClCompile>
- <ClCompile Include="$(MonoSourceLocation)\eglib\src\gutf8.c">
+ <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gutf8.c">
<Filter>Source Files\Common</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
- <ClInclude Include="$(MonoSourceLocation)\eglib\src\glib.h">
+ <ClInclude Include="$(MonoSourceLocation)\mono\eglib\glib.h">
<Filter>Header Files\Common</Filter>
</ClInclude>
- <ClInclude Include="$(MonoSourceLocation)\eglib\src\gmodule.h">
+ <ClInclude Include="$(MonoSourceLocation)\mono\eglib\gmodule.h">
<Filter>Header Files\Common</Filter>
</ClInclude>
- <ClInclude Include="$(MonoSourceLocation)\eglib\src\sort.frag.h">
+ <ClInclude Include="$(MonoSourceLocation)\mono\eglib\sort.frag.h">
<Filter>Header Files\Common</Filter>
</ClInclude>
</ItemGroup>