Skip to content

Commit dee3443

Browse files
committed
Assign ico to exe
1 parent fd8db8d commit dee3443

16 files changed

+12
-1
lines changed

FolderSyncNet.csproj

+11
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
<PropertyGroup>
4545
<ApplicationManifest>app.manifest</ApplicationManifest>
4646
</PropertyGroup>
47+
<PropertyGroup>
48+
<ApplicationIcon>icon\iconfinder_Mobile_Share_Content_Sync_Transfer_Data_4014679 512x512.ico</ApplicationIcon>
49+
</PropertyGroup>
4750
<ItemGroup>
4851
<Reference Include="Microsoft.Extensions.Configuration, Version=1.1.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
4952
<HintPath>..\FolderSync\packages\Microsoft.Extensions.Configuration.1.1.2\lib\netstandard1.1\Microsoft.Extensions.Configuration.dll</HintPath>
@@ -176,6 +179,14 @@
176179
</ItemGroup>
177180
<ItemGroup>
178181
<Content Include="copyrights.txt" />
182+
<Content Include="icon\iconfinder_Mobile_Share_Content_Sync_Transfer_Data_4014679 128x128.ico" />
183+
<Content Include="icon\iconfinder_Mobile_Share_Content_Sync_Transfer_Data_4014679 16x16.ico" />
184+
<Content Include="icon\iconfinder_Mobile_Share_Content_Sync_Transfer_Data_4014679 256x256.ico" />
185+
<Content Include="icon\iconfinder_Mobile_Share_Content_Sync_Transfer_Data_4014679 32x32.ico" />
186+
<Content Include="icon\iconfinder_Mobile_Share_Content_Sync_Transfer_Data_4014679 48x48.ico" />
187+
<Content Include="icon\iconfinder_Mobile_Share_Content_Sync_Transfer_Data_4014679 512x512.ico" />
188+
<Content Include="icon\iconfinder_Mobile_Share_Content_Sync_Transfer_Data_4014679 64x64.ico" />
179189
</ItemGroup>
190+
<ItemGroup />
180191
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
181192
</Project>

copyrights.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Icon: Martins Ratkus, Attribution 3.0 Unported (CC BY 3.0), https://www.iconfinder.com/icons/4014679/content_data_mobile_share_sync_transfer_icon
2+
Icon: Martins Ratkus, Attribution 3.0 Unported (CC BY 3.0). https://www.iconfinder.com/icons/4014679/content_data_mobile_share_sync_transfer_icon
33
Microsoft.Extensions.Configuration.Json 1.1.2, Microsoft, Microsoft .Net Library License. https://www.nuget.org/packages/Microsoft.Extensions.Configuration.Json/1.1.2
44
MyOddWeb.DirectoryWatcher 0.1.8, 2018 Florent Guelfucci, MIT Licence. https://www.nuget.org/packages/MyOddWeb.DirectoryWatcher/0.1.8
55
Nito.AsyncEx.Coordination 5.0.0, Stephen Cleary, MIT License. https://www.nuget.org/packages/Nito.AsyncEx.Coordination/
Binary file not shown.
Loading
Binary file not shown.
Loading
Binary file not shown.
Loading
Binary file not shown.
Loading
Binary file not shown.
Loading
Binary file not shown.
Binary file not shown.
Loading

0 commit comments

Comments
 (0)