Skip to content

Commit 39f1bc7

Browse files
committed
Formalized file structures. Added icon
1 parent 0bcd1ac commit 39f1bc7

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

WaybackDownloader.NET.CLI/WaybackDownloader.NET.CLI.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@
5050
<StartupObject>
5151
</StartupObject>
5252
</PropertyGroup>
53+
<PropertyGroup>
54+
<ApplicationIcon>wbm-dly-small.ico</ApplicationIcon>
55+
</PropertyGroup>
5356
<ItemGroup>
5457
<Reference Include="CommandLine, Version=2.6.0.0, Culture=neutral, PublicKeyToken=5a870481e358d379, processorArchitecture=MSIL">
5558
<HintPath>..\packages\CommandLineParser.2.6.0\lib\net40\CommandLine.dll</HintPath>
@@ -95,5 +98,8 @@
9598
<ItemGroup>
9699
<None Include="packages.config" />
97100
</ItemGroup>
101+
<ItemGroup>
102+
<EmbeddedResource Include="wbm-dly-small.ico" />
103+
</ItemGroup>
98104
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
99105
</Project>
90.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)