[llvm] Disable running the llvm verifier by default, it was enabled by mistake, and...
[mono-project.git] / msvc / libmini-posix.targets
blob121320216802ada8595a42a3cb6ebb8148ec202d
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="darwin_sources">
7 <ClCompile Include="$(MonoSourceLocation)\mono\mini\mini-darwin.c">
8 <ExcludedFromBuild>$(ExcludeFromWindowsBuild)</ExcludedFromBuild>
9 </ClCompile>
10 </ItemGroup>
11 <ItemGroup Label="posix_sources">
12 <ClCompile Include="$(MonoSourceLocation)\mono\mini\mini-posix.c">
13 <ExcludedFromBuild>$(ExcludeFromWindowsBuild)</ExcludedFromBuild>
14 </ClCompile>
15 </ItemGroup>
16 </Project>