1
0
Fork 0
mirror of https://github.com/wagesj45/butterflow-ui.git synced 2025-09-09 03:00:39 -05:00

Adding icons. Progress Bar.

This commit is contained in:
Jordan Wages 2018-07-04 18:11:25 -05:00
commit 9af3ad400b
13 changed files with 355 additions and 19 deletions

View file

@ -33,6 +33,9 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="csmic, Version=1.1.4.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\csmic.1.1.4\lib\net40\csmic.dll</HintPath>
@ -173,6 +176,11 @@
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<Resource Include="icon.ico" />
<Resource Include="Icon\icon.ico" />
<Resource Include="Icon\icon.png" />
<Content Include="Icon\icon.svg" />
<Content Include="Icon\icon_plain.svg" />
<Content Include="ThirdPartyCompiled\avcodec-57.dll" />
<Content Include="ThirdPartyCompiled\avdevice-57.dll" />
<Content Include="ThirdPartyCompiled\avfilter-6.dll" />