This commit is contained in:
Patrick Smits
2017-11-21 17:06:59 +01:00
parent a8a9ca103c
commit d5307f04a3
3 changed files with 6 additions and 0 deletions

View File

@@ -55,6 +55,9 @@
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
</PropertyGroup> </PropertyGroup>
<PropertyGroup>
<ApplicationIcon>icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="Microsoft.Office.Interop.Excel, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /> <Reference Include="Microsoft.Office.Interop.Excel, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
<Reference Include="System" /> <Reference Include="System" />
@@ -168,6 +171,9 @@
<ItemGroup> <ItemGroup>
<None Include="Resources\logo.png" /> <None Include="Resources\logo.png" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<Content Include="icon.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- 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. Other similar extension points exist, see Microsoft.Common.targets.

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 KiB

BIN
Permissions/icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 KiB