Sample icon update.

This commit is contained in:
soukoku
2014-09-21 19:09:20 -04:00
parent 12859f42ac
commit 9506155f38
8 changed files with 948 additions and 3 deletions

View File

@@ -34,6 +34,9 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>scanner.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="CommonWin32, Version=2.0.0.0, Culture=neutral, PublicKeyToken=a0a4edcfe233918d, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
@@ -84,6 +87,9 @@
<Name>NTwain.Net35</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="scanner.ico" />
</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.