|
@@ -43,6 +43,9 @@
|
43
|
43
|
<PropertyGroup>
|
44
|
44
|
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
|
45
|
45
|
</PropertyGroup>
|
|
46
|
+ <PropertyGroup>
|
|
47
|
+ <ApplicationIcon>favicon256.ico</ApplicationIcon>
|
|
48
|
+ </PropertyGroup>
|
46
|
49
|
<ItemGroup>
|
47
|
50
|
<Reference Include="AForge, Version=2.2.5.0, Culture=neutral, PublicKeyToken=c1db6ff4eaa06aeb, processorArchitecture=MSIL">
|
48
|
51
|
<HintPath>..\packages\AForge.2.2.5\lib\AForge.dll</HintPath>
|
|
@@ -357,5 +360,8 @@
|
357
|
360
|
<Resource Include="Images\Resource\TXT.png" />
|
358
|
361
|
<Resource Include="Images\Resource\WAV.png" />
|
359
|
362
|
</ItemGroup>
|
|
363
|
+ <ItemGroup>
|
|
364
|
+ <Resource Include="favicon256.ico" />
|
|
365
|
+ </ItemGroup>
|
360
|
366
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
361
|
367
|
</Project>
|