Align eglib vcxproj with makefile.
[mono.git] / msvc / eglib-win32.targets
index b95abe37f8c6308a3d5ad49d36c5d4034032bdfa..2e741df791364b61849162e3f7e37674bbba903c 100644 (file)
@@ -1,16 +1,13 @@
-<?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\gdate-win32.c" />
-    <ClCompile Include="$(MonoSourceLocation)\eglib\src\gdir-win32.c" />
-    <ClCompile Include="$(MonoSourceLocation)\eglib\src\gfile-win32.c" />
-    <ClCompile Include="$(MonoSourceLocation)\eglib\src\gmisc-win32.c" />
-    <ClCompile Include="$(MonoSourceLocation)\eglib\src\gmodule-win32.c" />
-    <ClCompile Include="$(MonoSourceLocation)\eglib\src\gpath.c" />
-    <ClCompile Include="$(MonoSourceLocation)\eglib\src\gtimer-win32.c" />
-    <ClCompile Include="$(MonoSourceLocation)\eglib\src\gunicode-win32.c" />
+  <ItemGroup Label="win32_sources">
+    <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gdate-win32.c" />
+    <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gdir-win32.c" />
+    <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gfile-win32.c" />
+    <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gmisc-win32.c" />
+    <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gmodule-win32.c" />
+    <ClInclude Include="$(MonoSourceLocation)\mono\eglib\gmodule-win32-internals.h" />
+    <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gtimer-win32.c" />
+    <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gunicode-win32.c" />
    </ItemGroup>
-   <ItemGroup>
-    <ClInclude Include="$(MonoSourceLocation)\eglib\src\gmodule-win32-internals.h" />
-  </ItemGroup>
 </Project>