- 아이콘 추가

This commit is contained in:
2017-01-30 03:59:52 +09:00
parent a5d25b41fc
commit 60a017015f
6 changed files with 6286 additions and 102 deletions

View File

@@ -67,6 +67,9 @@
<PropertyGroup>
<TargetZone>LocalIntranet</TargetZone>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="HtmlAgilityPack">
<HintPath>HtmlAgility\HtmlAgilityPack.dll</HintPath>
@@ -233,6 +236,10 @@
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Content Include="icon.ico" />
<Content Include="icon1.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>if NOT "$(ConfigurationName)" == "Release" (goto :nocopy)