comparison VBoxFrontend/VBoxFrontend.csproj @ 3:b0033e69105a

Set group ID during initialization, added a patch to mono to fix a double free 'bug'
author Ivo Smits
date Wed, 04 May 2011 16:32:10 +0200
parents f1deea9c97a0
children
comparison
equal deleted inserted replaced
2:f1deea9c97a0 3:b0033e69105a
84 </EmbeddedResource> 84 </EmbeddedResource>
85 </ItemGroup> 85 </ItemGroup>
86 <ItemGroup> 86 <ItemGroup>
87 <Content Include="VBoxMono.c" /> 87 <Content Include="VBoxMono.c" />
88 </ItemGroup> 88 </ItemGroup>
89 <ItemGroup>
90 <None Include="MonoCOMInteropDoubleFree.patch" />
91 </ItemGroup>
89 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 92 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
90 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 93 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
91 Other similar extension points exist, see Microsoft.Common.targets. 94 Other similar extension points exist, see Microsoft.Common.targets.
92 <Target Name="BeforeBuild"> 95 <Target Name="BeforeBuild">
93 </Target> 96 </Target>