diff 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
line wrap: on
line diff
--- a/VBoxFrontend/VBoxFrontend.csproj	Wed May 04 16:10:08 2011 +0200
+++ b/VBoxFrontend/VBoxFrontend.csproj	Wed May 04 16:32:10 2011 +0200
@@ -86,6 +86,9 @@
   <ItemGroup>
     <Content Include="VBoxMono.c" />
   </ItemGroup>
+  <ItemGroup>
+    <None Include="MonoCOMInteropDoubleFree.patch" />
+  </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
        Other similar extension points exist, see Microsoft.Common.targets.