[llvm] Disable running the llvm verifier by default, it was enabled by mistake, and...
[mono-project.git] / msvc / libmonoutils-posix.targets
blob16da38196feb96c63c7d8d353e02fd75666e5b47
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <ExcludeFromWindowsBuild>true</ExcludeFromWindowsBuild>
5 </PropertyGroup>
6 <ItemGroup Label="posix_sources">
7 <ClCompile Include="$(MonoSourceLocation)\mono\utils\os-event-unix.c">
8 <ExcludedFromBuild>$(ExcludeFromWindowsBuild)</ExcludedFromBuild>
9 </ClCompile>
10 </ItemGroup>
11 </Project>