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

libmonoutils-win32.targets « msvc - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7691abcbf66ba3e1d14a64a0d3502376bf4fb4e7 (plain)
1
2
3
4
5
6
7
8
9
<?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\utils\os-event-win32.c" />
    <ClCompile Include="$(MonoSourceLocation)\mono\utils\mono-os-wait-win32.c" />
    <ClCompile Include="$(MonoSourceLocation)\mono\utils\mono-os-semaphore-win32.c" />
    <ClCompile Include="$(MonoSourceLocation)\mono\utils\mono-windows-thread-name.c" />
  </ItemGroup>
</Project>