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

eglib-win32.targets « msvc - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 49d5a7df1b1a2169402cb43e7886b539681002ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <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" />
    <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gtimer-win32.c" />
    <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gunicode-win32.c" />
  </ItemGroup>
</Project>