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

libmonoutils-posix.targets « msvc - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 16da38196feb96c63c7d8d353e02fd75666e5b47 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <ExcludeFromWindowsBuild>true</ExcludeFromWindowsBuild>
  </PropertyGroup>
  <ItemGroup Label="posix_sources">
    <ClCompile Include="$(MonoSourceLocation)\mono\utils\os-event-unix.c">
      <ExcludedFromBuild>$(ExcludeFromWindowsBuild)</ExcludedFromBuild>
    </ClCompile>
  </ItemGroup>
</Project>