diff options
| author | jakeypearce <[email protected]> | 2015-08-15 20:52:59 +0100 |
|---|---|---|
| committer | jakeypearce <[email protected]> | 2015-08-15 20:52:59 +0100 |
| commit | ffe6a491934e592b49d6329b3b8bd6b48ed5618b (patch) | |
| tree | e261e711c15fe08aad16678319b8e96c91399bb0 /windows 95/windows 95.vbproj | |
| parent | a5edbb7a3abae0b23245a79a34b43ff0afb0e3e8 (diff) | |
| download | histacom-master.tar.gz histacom-master.tar.bz2 histacom-master.zip | |
Since he is unable to do so, I've gone ahead and committed the changes
Diffstat (limited to 'windows 95/windows 95.vbproj')
| -rw-r--r-- | windows 95/windows 95.vbproj | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/windows 95/windows 95.vbproj b/windows 95/windows 95.vbproj index 980df7c..6993748 100644 --- a/windows 95/windows 95.vbproj +++ b/windows 95/windows 95.vbproj @@ -70,7 +70,7 @@ <ApplicationManifest>My Project\app.manifest</ApplicationManifest>
</PropertyGroup>
<PropertyGroup>
- <ApplicationIcon>histacom logo.ico</ApplicationIcon>
+ <ApplicationIcon>histacom icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
@@ -1678,8 +1678,12 @@ </PublishFile>
</ItemGroup>
<ItemGroup>
- <Content Include="histacom icon.ico" />
<Content Include="histacom logo.ico" />
+ <Content Include="histacom icon.ico" />
+ <Content Include="Resources\Command-Prompt-icon.png" />
+ <None Include="Resources\money.gif" />
+ <None Include="Resources\other-fire-143887964479415.gif" />
+ <None Include="Resources\Windows ME Startup.wav" />
<None Include="Resources\title.png" />
<None Include="Resources\maximise.png" />
<None Include="Resources\minimise.png" />
@@ -1817,6 +1821,23 @@ <None Include="Resources\internetexplorer6stopbutton.png" />
<None Include="Resources\internetexplorer6homebutton.png" />
</ItemGroup>
+ <ItemGroup>
+ <BootstrapperPackage Include=".NETFramework,Version=v4.0">
+ <Visible>False</Visible>
+ <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
+ <Install>true</Install>
+ </BootstrapperPackage>
+ <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
+ <Visible>False</Visible>
+ <ProductName>.NET Framework 3.5 SP1</ProductName>
+ <Install>false</Install>
+ </BootstrapperPackage>
+ <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
+ <Visible>False</Visible>
+ <ProductName>Windows Installer 4.5</ProductName>
+ <Install>true</Install>
+ </BootstrapperPackage>
+ </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.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.
|
