diff options
| author | Jamie Mansfield <[email protected]> | 2015-03-01 12:20:34 +0000 |
|---|---|---|
| committer | Jamie Mansfield <[email protected]> | 2015-03-01 12:20:34 +0000 |
| commit | 465881e045972b4a10fc13b96dfa9536d8166030 (patch) | |
| tree | bf329e301cbe941e73d0b270411170ca44311ac9 /windows 95 | |
| parent | dfac3489c438f5c54bff088a354815e79675b531 (diff) | |
| download | histacom-465881e045972b4a10fc13b96dfa9536d8166030.tar.gz histacom-465881e045972b4a10fc13b96dfa9536d8166030.tar.bz2 histacom-465881e045972b4a10fc13b96dfa9536d8166030.zip | |
Add .gitignore
Diffstat (limited to 'windows 95')
| -rw-r--r--[-rwxr-xr-x] | windows 95/windows 95.vbproj | 46 |
1 files changed, 6 insertions, 40 deletions
diff --git a/windows 95/windows 95.vbproj b/windows 95/windows 95.vbproj index cf5ddd8..1a882ed 100755..100644 --- a/windows 95/windows 95.vbproj +++ b/windows 95/windows 95.vbproj @@ -1,9 +1,9 @@ -<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
+ <ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{A9E99EDA-35D4-4BB0-80E9-A0CCFE0D76FA}</ProjectGuid>
<OutputType>WinExe</OutputType>
@@ -12,10 +12,6 @@ <AssemblyName>Histacom</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>WindowsForms</MyType>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <OptionExplicit>On</OptionExplicit>
- <OptionCompare>Binary</OptionCompare>
- <OptionStrict>Off</OptionStrict>
<OptionInfer>On</OptionInfer>
<IsWebBootstrapper>false</IsWebBootstrapper>
<ManifestCertificateThumbprint>5762ABE2F06B301EA224C819499C8F9F0B10EF9F</ManifestCertificateThumbprint>
@@ -46,13 +42,14 @@ </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\Debug\</OutputPath>
<DocumentationFile>Histacom.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<Prefer32Bit>false</Prefer32Bit>
+ <AdditionalParameters>
+ </AdditionalParameters>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
@@ -63,6 +60,8 @@ <DocumentationFile>Histacom.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<Prefer32Bit>false</Prefer32Bit>
+ <AdditionalParameters>
+ </AdditionalParameters>
</PropertyGroup>
<PropertyGroup>
<TargetZone>LocalIntranet</TargetZone>
@@ -702,39 +701,6 @@ <CustomToolNamespace>My</CustomToolNamespace>
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
</None>
- <None Include="windows 95_TemporaryKey.pfx" />
- </ItemGroup>
- <ItemGroup>
- <BootstrapperPackage Include=".NETFramework,Version=v4.5">
- <Visible>False</Visible>
- <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
- <Install>true</Install>
- </BootstrapperPackage>
- <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
- <Visible>False</Visible>
- <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
- <Install>false</Install>
- </BootstrapperPackage>
- <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
- <Visible>False</Visible>
- <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
- <Install>false</Install>
- </BootstrapperPackage>
- <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
- <Visible>False</Visible>
- <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
- <Install>false</Install>
- </BootstrapperPackage>
- <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
- <Visible>False</Visible>
- <ProductName>.NET Framework 3.5</ProductName>
- <Install>false</Install>
- </BootstrapperPackage>
- <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
- <Visible>False</Visible>
- <ProductName>.NET Framework 3.5 SP1</ProductName>
- <Install>false</Install>
- </BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<None Include="Resources\programs icon.png" />
|
