comparison VBoxFrontend/VBoxFrontend.csproj @ 2:f1deea9c97a0

Cleaned up the interop code generator, added wrapper application to initialize kernel driver and run mono
author Ivo Smits
date Wed, 04 May 2011 16:10:08 +0200
parents e1ec7bf71313
children b0033e69105a
comparison
equal deleted inserted replaced
1:55ca098c88d0 2:f1deea9c97a0
81 <EmbeddedResource Include="Properties\Resources.resx"> 81 <EmbeddedResource Include="Properties\Resources.resx">
82 <Generator>ResXFileCodeGenerator</Generator> 82 <Generator>ResXFileCodeGenerator</Generator>
83 <LastGenOutput>Resources.Designer.cs</LastGenOutput> 83 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
84 </EmbeddedResource> 84 </EmbeddedResource>
85 </ItemGroup> 85 </ItemGroup>
86 <ItemGroup>
87 <Content Include="VBoxMono.c" />
88 </ItemGroup>
86 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 89 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
87 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 90 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
88 Other similar extension points exist, see Microsoft.Common.targets. 91 Other similar extension points exist, see Microsoft.Common.targets.
89 <Target Name="BeforeBuild"> 92 <Target Name="BeforeBuild">
90 </Target> 93 </Target>