diff options
author | sr55 <[email protected]> | 2017-12-15 23:18:54 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2017-12-15 23:18:54 +0000 |
commit | 0186507c83b1cdb38c882c17dd9ebc02dd16eb41 (patch) | |
tree | 2a1b82b2d2ce3144679d332d678ef6e2dad4dd5c /win/CS/HandBrakeWPF/HandBrakeWPF.csproj | |
parent | a8693f897be0707e32085189a34e97d2b503167a (diff) |
WinGui: Use the Lower res assets for now until we implement low/high res icon support.
Diffstat (limited to 'win/CS/HandBrakeWPF/HandBrakeWPF.csproj')
-rw-r--r-- | win/CS/HandBrakeWPF/HandBrakeWPF.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj index 226a6eeb2..dea2d44d0 100644 --- a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj +++ b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj @@ -738,6 +738,9 @@ <Analyzer Include="..\packages\StyleCop.Analyzers.1.1.0-beta001\analyzers\dotnet\cs\StyleCop.Analyzers.CodeFixes.dll" />
<Analyzer Include="..\packages\StyleCop.Analyzers.1.1.0-beta001\analyzers\dotnet\cs\StyleCop.Analyzers.dll" />
</ItemGroup>
+ <ItemGroup>
+ <Resource Include="Views\Images\Movies_small.png" />
+ </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
|