Pull folding fix and add icons

This commit is contained in:
Jeffrey Ye 2018-08-25 13:41:17 -07:00
Родитель 900d1bf593
Коммит 2a7c42fb30
3 изменённых файлов: 11 добавлений и 1 удалений

@ -1 +1 @@
Subproject commit 4cfc0453cc1e490a396e225c41d75ca754c96bbd
Subproject commit 76c70a3e17bf3fd03beeaa3bc3147271c857ca92

Просмотреть файл

@ -19,6 +19,7 @@
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<StartupObject>AvaloniaILSpy.NetCore.Program</StartupObject>
<ApplicationIcon>..\AvaloniaILSpy\Images\ILSpy-Large.ico</ApplicationIcon>
<SignAssembly>false</SignAssembly>
</PropertyGroup>

Просмотреть файл

@ -61,6 +61,15 @@
<EmbeddedResource Include="..\doc\*.txt" />
</ItemGroup>
<ItemGroup>
<Content Include="Images\ILSpy-Large.ico">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Images\ILSpy.ico">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AvaloniaILSpy.Controls\AvaloniaILSpy.Controls.csproj" />
<ProjectReference Include="..\AvaloniaEdit\src\AvaloniaEdit\AvaloniaEdit.csproj" />