More installer work

committing so I can move to my laptop for travel
This commit is contained in:
Eric Reed
2013-02-21 14:21:08 -05:00
parent 0f67adb53d
commit 4019b9260b
4 changed files with 180 additions and 17 deletions

View File

@@ -172,6 +172,20 @@
<Resource Include="Code\Images\computer_256.png" />
<Resource Include="Code\Images\internet-globe.jpg" />
</ItemGroup>
<ItemGroup>
<Resource Include="Code\Images\mb3logo800.png" />
</ItemGroup>
<ItemGroup>
<COMReference Include="IWshRuntimeLibrary">
<Guid>{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}</Guid>
<VersionMajor>1</VersionMajor>
<VersionMinor>0</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>tlbimp</WrapperTool>
<Isolated>False</Isolated>
<EmbedInteropTypes>True</EmbedInteropTypes>
</COMReference>
</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.