[metadata] Fix leaks when handling a few attributes (#16675)
[mono-project.git] / msvc / libmonoutils-win32.targets
blob7691abcbf66ba3e1d14a64a0d3502376bf4fb4e7
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="win32_sources">
4 <ClCompile Include="$(MonoSourceLocation)\mono\utils\os-event-win32.c" />
5 <ClCompile Include="$(MonoSourceLocation)\mono\utils\mono-os-wait-win32.c" />
6 <ClCompile Include="$(MonoSourceLocation)\mono\utils\mono-os-semaphore-win32.c" />
7 <ClCompile Include="$(MonoSourceLocation)\mono\utils\mono-windows-thread-name.c" />
8 </ItemGroup>
9 </Project>