[w32file] Move MonoIO.Find{First,Next,Close} to managed
[mono.git] / msvc / eglib-common.targets
index 0b72e5a97e9ce284184fa937d41e7bd8b9ef9182..fa56697667214d900e7cb4ebbd6df749a82bef7d 100644 (file)
@@ -1,31 +1,31 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
-    <ClCompile Include="$(MonoSourceLocation)\eglib\src\garray.c" />
-    <ClCompile Include="$(MonoSourceLocation)\eglib\src\gbytearray.c" />
-    <ClCompile Include="$(MonoSourceLocation)\eglib\src\gerror.c" />
-    <ClCompile Include="$(MonoSourceLocation)\eglib\src\gfile.c" />
-    <ClCompile Include="$(MonoSourceLocation)\eglib\src\ghashtable.c" />
-    <ClCompile Include="$(MonoSourceLocation)\eglib\src\giconv.c" />
-    <ClCompile Include="$(MonoSourceLocation)\eglib\src\glist.c" />
-    <ClCompile Include="$(MonoSourceLocation)\eglib\src\gmarkup.c" />
-    <ClCompile Include="$(MonoSourceLocation)\eglib\src\gmem.c" />
-    <ClCompile Include="$(MonoSourceLocation)\eglib\src\goutput.c" />
-    <ClCompile Include="$(MonoSourceLocation)\eglib\src\gpattern.c" />
-    <ClCompile Include="$(MonoSourceLocation)\eglib\src\gptrarray.c" />
-    <ClCompile Include="$(MonoSourceLocation)\eglib\src\gqsort.c" />
-    <ClCompile Include="$(MonoSourceLocation)\eglib\src\gqueue.c" />
-    <ClCompile Include="$(MonoSourceLocation)\eglib\src\gshell.c" />
-    <ClCompile Include="$(MonoSourceLocation)\eglib\src\gslist.c" />
-    <ClCompile Include="$(MonoSourceLocation)\eglib\src\gspawn.c" />
-    <ClCompile Include="$(MonoSourceLocation)\eglib\src\gstr.c" />
-    <ClCompile Include="$(MonoSourceLocation)\eglib\src\gstring.c" />
-    <ClCompile Include="$(MonoSourceLocation)\eglib\src\gunicode.c" />
-    <ClCompile Include="$(MonoSourceLocation)\eglib\src\gutf8.c" />
+    <ClCompile Include="$(MonoSourceLocation)\mono\eglib\garray.c" />
+    <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gbytearray.c" />
+    <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gerror.c" />
+    <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gfile.c" />
+    <ClCompile Include="$(MonoSourceLocation)\mono\eglib\ghashtable.c" />
+    <ClCompile Include="$(MonoSourceLocation)\mono\eglib\giconv.c" />
+    <ClCompile Include="$(MonoSourceLocation)\mono\eglib\glist.c" />
+    <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gmarkup.c" />
+    <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gmem.c" />
+    <ClCompile Include="$(MonoSourceLocation)\mono\eglib\goutput.c" />
+    <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gpattern.c" />
+    <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gptrarray.c" />
+    <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gqsort.c" />
+    <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gqueue.c" />
+    <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gshell.c" />
+    <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gslist.c" />
+    <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gspawn.c" />
+    <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gstr.c" />
+    <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gstring.c" />
+    <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gunicode.c" />
+    <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gutf8.c" />
   </ItemGroup>
   <ItemGroup>
-    <ClInclude Include="$(MonoSourceLocation)\eglib\src\glib.h" />
-    <ClInclude Include="$(MonoSourceLocation)\eglib\src\gmodule.h" />
-    <ClInclude Include="$(MonoSourceLocation)\eglib\src\sort.frag.h" />
+    <ClInclude Include="$(MonoSourceLocation)\mono\eglib\glib.h" />
+    <ClInclude Include="$(MonoSourceLocation)\mono\eglib\gmodule.h" />
+    <ClInclude Include="$(MonoSourceLocation)\mono\eglib\sort.frag.h" />
   </ItemGroup>
 </Project>