Bump bockbuild
[mono-project.git] / msvc / eglib-common.targets
blobc847597bde1a3bf4399bb2795ac8d8d32428463d
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="common_sources">
4 <ClInclude Include="$(MonoSourceLocation)\mono\eglib\eglib-remap.h" />
5 <ClInclude Include="$(MonoSourceLocation)\mono\eglib\sort.frag.h" />
6 <ClInclude Include="$(MonoSourceLocation)\mono\eglib\glib.h" />
7 <ClCompile Include="$(MonoSourceLocation)\mono\eglib\garray.c" />
8 <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gbytearray.c" />
9 <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gerror.c" />
10 <ClCompile Include="$(MonoSourceLocation)\mono\eglib\ghashtable.c" />
11 <ClCompile Include="$(MonoSourceLocation)\mono\eglib\giconv.c" />
12 <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gmem.c" />
13 <ClInclude Include="$(MonoSourceLocation)\mono\eglib\gmodule.h" />
14 <ClCompile Include="$(MonoSourceLocation)\mono\eglib\goutput.c" />
15 <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gqsort.c" />
16 <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gstr.c" />
17 <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gslist.c" />
18 <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gstring.c" />
19 <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gptrarray.c" />
20 <ClCompile Include="$(MonoSourceLocation)\mono\eglib\glist.c" />
21 <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gqueue.c" />
22 <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gpath.c" />
23 <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gshell.c" />
24 <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gspawn.c" />
25 <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gfile.c" />
26 <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gfile-posix.c" />
27 <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gpattern.c" />
28 <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gmarkup.c" />
29 <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gutf8.c" />
30 <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gunicode.c" />
31 <ClInclude Include="$(MonoSourceLocation)\mono\eglib\unicode-data.h" />
32 </ItemGroup>
33 <ItemGroup>
34 <None Include="$(MonoSourceLocation)\mono\eglib\Makefile.am" />
35 </ItemGroup>
36 </Project>