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:
parent
980cb790d4
commit
9af3ad400b
13 changed files with 355 additions and 19 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue