|
@@ -32,6 +32,9 @@
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
</PropertyGroup>
|
|
|
+ <PropertyGroup>
|
|
|
+ <ApplicationIcon>bt.ico</ApplicationIcon>
|
|
|
+ </PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<Reference Include="System" />
|
|
|
<Reference Include="System.Core" />
|
|
@@ -90,5 +93,8 @@
|
|
|
<Folder Include="Service\" />
|
|
|
<Folder Include="Utils\" />
|
|
|
</ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Content Include="bt.ico" />
|
|
|
+ </ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
</Project>
|