Moved attribution of Chromium logo to XAML file.

This commit is contained in:
Damian Büchel 2017-07-13 12:17:00 +02:00
parent 8a400ab983
commit fefe1feb01
3 changed files with 4 additions and 6 deletions

View file

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--This file is NOT compatible with Silverlight--> <!--
The "Chromium 11 Logo" by The Chromium Development Documentation Project / The Chromium Authors is licensed under Creative
Commons attribution 2.5. Taken from https://commons.wikimedia.org/wiki/File:Chromium_11_Logo.svg and converted to XAML.
-->
<Viewbox xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" Stretch="Uniform"> <Viewbox xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" Stretch="Uniform">
<Canvas Name="svg3039" Width="273.06668" Height="273.06668"> <Canvas Name="svg3039" Width="273.06668" Height="273.06668">
<Canvas.Resources> <Canvas.Resources>

View file

@ -1,2 +0,0 @@
The "Chromium 11 Logo" by The Chromium Development Documentation Project / The Chromium Authors is licensed under Creative
Commons attribution 2.5. Taken from https://commons.wikimedia.org/wiki/File:Chromium_11_Logo.svg and converted to XAML.

View file

@ -56,8 +56,5 @@
<SubType>Designer</SubType> <SubType>Designer</SubType>
</Resource> </Resource>
</ItemGroup> </ItemGroup>
<ItemGroup>
<Content Include="Images\ChromiumLogo_Attribution.txt" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project> </Project>