Window styling

This commit is contained in:
Rikki Tooley 2014-11-05 23:31:14 +00:00
parent 34a6043cd1
commit a8d28159d4
14 changed files with 5296 additions and 15 deletions

View File

@ -30,6 +30,7 @@
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit> <Prefer32Bit>false</Prefer32Bit>
<UseVSHostingProcess>true</UseVSHostingProcess>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType> <DebugType>pdbonly</DebugType>

View File

@ -27,6 +27,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants> <DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
<UseVSHostingProcess>true</UseVSHostingProcess>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType> <DebugType>pdbonly</DebugType>

View File

@ -1,6 +1,14 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<configuration> <configuration>
<startup> <startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.1" /> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.1" />
</startup> </startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Net.Http.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.2.28.0" newVersion="4.2.28.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration> </configuration>

View File

@ -1,2 +1,23 @@
<Application x:Class="IF.Lastfm.Syro.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" StartupUri="MainWindow.xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" d1p1:Ignorable="d" xmlns:d1p1="http://schemas.openxmlformats.org/markup-compatibility/2006"> <Application x:Class="IF.Lastfm.Syro.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" StartupUri="MainWindow.xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" d1p1:Ignorable="d"
xmlns:d1p1="http://schemas.openxmlformats.org/markup-compatibility/2006">
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Controls.xaml" />
<ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Fonts.xaml" />
<ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Colors.xaml" />
<ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Accents/Blue.xaml" />
<ResourceDictionary
Source="pack://application:,,,/MahApps.Metro;component/Styles/Accents/BaseDark.xaml" />
</ResourceDictionary.MergedDictionaries>
<SolidColorBrush x:Key="SyroBrush" Color="#C0D73B"/>
<SolidColorBrush x:Key="SyroWindowTitleBrush" Color="#222222"/>
</ResourceDictionary>
</Application.Resources>
</Application> </Application>

View File

@ -26,6 +26,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants> <DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
<UseVSHostingProcess>true</UseVSHostingProcess>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget> <PlatformTarget>AnyCPU</PlatformTarget>
@ -49,6 +50,9 @@
<Reference Include="HtmlAgilityPack"> <Reference Include="HtmlAgilityPack">
<HintPath>..\..\packages\HtmlAgilityPack.1.4.9\lib\Net45\HtmlAgilityPack.dll</HintPath> <HintPath>..\..\packages\HtmlAgilityPack.1.4.9\lib\Net45\HtmlAgilityPack.dll</HintPath>
</Reference> </Reference>
<Reference Include="MahApps.Metro">
<HintPath>..\..\packages\MahApps.Metro.0.14.0.0\lib\net45\MahApps.Metro.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Practices.ServiceLocation"> <Reference Include="Microsoft.Practices.ServiceLocation">
<HintPath>..\..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath> <HintPath>..\..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath>
</Reference> </Reference>
@ -63,7 +67,7 @@
</Reference> </Reference>
<Reference Include="System.Net.Http.WebRequest" /> <Reference Include="System.Net.Http.WebRequest" />
<Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\..\packages\MvvmLightLibs.5.0.2.0\lib\net45\System.Windows.Interactivity.dll</HintPath> <HintPath>..\..\packages\MahApps.Metro.0.14.0.0\lib\net45\System.Windows.Interactivity.dll</HintPath>
</Reference> </Reference>
<Reference Include="System.Xml" /> <Reference Include="System.Xml" />
<Reference Include="Microsoft.CSharp" /> <Reference Include="Microsoft.CSharp" />
@ -103,6 +107,10 @@
<Generator>MSBuild:Compile</Generator> <Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType> <SubType>Designer</SubType>
</Page> </Page>
<Page Include="Resources\Icons.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Compile Include="Pages\MainPage.xaml.cs"> <Compile Include="Pages\MainPage.xaml.cs">
@ -132,6 +140,7 @@
<LastGenOutput>Settings.Designer.cs</LastGenOutput> <LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None> </None>
<AppDesigner Include="Properties\" /> <AppDesigner Include="Properties\" />
<Resource Include="Resources\Entypo.ttf" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="App.config" /> <None Include="App.config" />
@ -142,6 +151,12 @@
<Name>IF.Lastfm.Core</Name> <Name>IF.Lastfm.Core</Name>
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>
<ItemGroup>
<Resource Include="Resources\WindowsIcons-license.txt" />
</ItemGroup>
<ItemGroup>
<Resource Include="Resources\Entypo-license.txt" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" /> <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
@ -155,6 +170,7 @@
<Error Condition="!Exists('..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=317567." HelpKeyword="BCLBUILD2001" /> <Error Condition="!Exists('..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=317567." HelpKeyword="BCLBUILD2001" />
<Error Condition="Exists('..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568." HelpKeyword="BCLBUILD2002" /> <Error Condition="Exists('..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568." HelpKeyword="BCLBUILD2002" />
</Target> </Target>
<Import Project="$(XamlSpyInstallPath)MSBuild\FirstFloor.XamlSpy.WPF.targets" Condition="'$(XamlSpyInstallPath)' != '' and '$(Configuration)' == 'Debug'" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- 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. Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild"> <Target Name="BeforeBuild">

View File

@ -1,7 +1,48 @@
<Window x:Class="IF.Lastfm.Syro.MainWindow" <controls:MetroWindow x:Class="IF.Lastfm.Syro.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="MainWindow" Height="350" Width="525"> xmlns:controls="http://metro.mahapps.com/winfx/xaml/controls"
<Frame x:Name="RootFrame"> Height="350"
</Frame> MinHeight="300"
</Window> MinWidth="200"
Width="525"
Foreground="#111111"
WindowTitleBrush="{StaticResource SyroWindowTitleBrush}"
NonActiveWindowTitleBrush="{StaticResource SyroWindowTitleBrush}"
GlowBrush="{StaticResource SyroBrush}">
<controls:MetroWindow.TitleTemplate>
<DataTemplate>
<Border VerticalAlignment="Center"
HorizontalAlignment="Left"
Padding="5,0,0,0">
<StackPanel Orientation="Horizontal">
<Viewbox Width="24"
Height="24"
VerticalAlignment="Center">
<Canvas Width="90.736" Height="90.721">
<Canvas>
<!-- Layer 1/<Group>/<Group>/<Compound Path> -->
<Path
Data="F1 M 56.448,79.634 C 55.968,78.438 55.517,77.263 55.027,76.106 C 53.894,73.441 53.273,70.678 53.310,67.771 C 53.339,65.526 53.398,63.278 53.305,61.038 C 53.244,59.574 53.072,58.087 52.712,56.669 C 51.937,53.603 49.659,51.876 46.920,50.649 C 45.775,50.137 44.618,49.653 43.368,49.114 C 43.899,48.766 44.350,48.469 44.915,48.100 C 43.852,47.797 42.923,47.533 41.889,47.238 C 42.163,47.043 42.327,46.925 42.493,46.807 C 46.762,43.790 49.134,39.580 49.554,34.470 C 50.250,25.989 46.913,19.203 40.042,14.254 C 35.876,11.254 31.149,9.996 26.050,11.080 C 18.830,12.615 13.802,18.618 13.296,26.055 C 12.916,31.638 14.372,36.709 17.777,41.142 C 21.825,46.413 27.075,49.480 33.884,49.478 C 36.062,49.478 38.134,48.970 40.316,48.081 C 40.044,49.197 39.809,50.160 39.543,51.255 C 40.297,50.826 40.907,50.481 41.403,50.198 C 43.232,51.140 44.961,52.030 46.687,52.918 C 49.058,54.137 50.976,55.807 51.658,58.481 C 52.019,59.895 52.205,61.382 52.250,62.844 C 52.340,65.674 52.195,68.513 52.293,71.343 C 52.404,74.540 53.738,77.417 54.857,80.401 C 55.265,80.220 55.589,80.083 55.907,79.934 C 56.062,79.860 56.208,79.767 56.448,79.634 Z M 90.736,90.721 C 60.496,90.721 30.255,90.721 0.000,90.721 C 0.000,60.492 0.000,30.259 0.000,0.000 C 30.235,0.000 60.486,0.000 90.736,0.000 C 90.736,30.232 90.736,60.475 90.736,90.721 Z" />
<!-- Layer 1/<Group>/<Group>/<Compound Path> -->
<Path Fill="{StaticResource SyroBrush}"
Data="F1 M 18.962,35.378 C 19.113,35.270 19.265,35.161 19.417,35.052 C 16.973,30.044 17.181,25.160 19.968,20.319 C 19.560,20.450 19.202,20.614 18.994,20.891 C 16.015,24.862 15.884,30.397 18.636,34.568 C 18.793,34.806 18.855,35.107 18.962,35.378 Z M 56.448,79.634 C 56.209,79.767 56.062,79.860 55.907,79.932 C 55.590,80.080 55.265,80.218 54.857,80.399 C 53.738,77.416 52.404,74.539 52.293,71.341 C 52.195,68.511 52.340,65.672 52.250,62.842 C 52.205,61.380 52.020,59.893 51.658,58.479 C 50.976,55.805 49.058,54.135 46.687,52.916 C 44.960,52.028 43.232,51.139 41.403,50.196 C 40.907,50.478 40.297,50.824 39.543,51.253 C 39.810,50.158 40.044,49.195 40.316,48.079 C 38.134,48.969 36.063,49.476 33.884,49.476 C 27.074,49.478 21.825,46.412 17.777,41.140 C 14.372,36.707 12.916,31.637 13.296,26.053 C 13.803,18.616 18.830,12.614 26.050,11.078 C 31.149,9.994 35.876,11.251 40.042,14.252 C 46.913,19.201 50.250,25.987 49.554,34.468 C 49.134,39.579 46.762,43.789 42.493,46.805 C 42.327,46.922 42.163,47.040 41.889,47.236 C 42.923,47.531 43.853,47.796 44.915,48.098 C 44.351,48.467 43.899,48.764 43.368,49.112 C 44.618,49.651 45.775,50.135 46.920,50.647 C 49.659,51.874 51.937,53.600 52.712,56.667 C 53.071,58.085 53.244,59.572 53.305,61.036 C 53.398,63.276 53.339,65.524 53.310,67.769 C 53.273,70.676 53.894,73.439 55.027,76.104 C 55.517,77.263 55.967,78.438 56.448,79.634 Z" />
<!-- Layer 1/<Group>/<Group>/<Path> -->
<Path
Data="F1 M 18.962,35.378 C 18.856,35.107 18.794,34.806 18.637,34.568 C 15.885,30.398 16.015,24.862 18.995,20.891 C 19.203,20.614 19.561,20.450 19.969,20.319 C 17.182,25.160 16.973,30.044 19.418,35.052 C 19.265,35.161 19.113,35.270 18.962,35.378 Z" />
</Canvas>
</Canvas>
</Viewbox>
<TextBlock Text="Syro"
FontWeight="Normal"
FontFamily="Segoe UI"
FontSize="15"
VerticalAlignment="Center"/>
</StackPanel>
</Border>
</DataTemplate>
</controls:MetroWindow.TitleTemplate>
<Frame x:Name="RootFrame" />
</controls:MetroWindow>

View File

@ -1,8 +1,6 @@
using System.Windows; namespace IF.Lastfm.Syro
namespace IF.Lastfm.Syro
{ {
public partial class MainWindow : Window public partial class MainWindow
{ {
public MainWindow() public MainWindow()
{ {

View File

@ -0,0 +1,3 @@
Entypo (http://www.entypo.com/) is created by Daniel Bruce and released under the Creative Commons, Share Alike/Attribution license.
http://creativecommons.org/licenses/by-sa/3.0/

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,62 @@
# License
Please carefully understand the license and download the latest icons at ModernUIIcons.com.
## Understand Your Rights
No Attribution and No Derived Works
http://creativecommons.org/licenses/by-nd/3.0/ *
- If your project is open source include this license file in the source.
- Nothing is needed in the front facing project (UNLESS you
are using any of the icons listed below in the attribution section).
- Commercial use is not only allowed but encouraged. If it is an icon
in the attribution list below, you still need to attribute those!
- Do not distribute the entire package (I've allowed this dozens of
times for open source projects, but email me first).
## Creator
- Austin Andrews (@templarian)
## Contributor**
- Jay Zawrotny (@JayZawrotny)
- A Bunch
- Oren Nachman
- appbar.chevron.down
- appbar.chevron.up
- appbar.chevron.left
- appbar.chevron.right
## Derived Works
- Alex Peattie
- Social: http://www.alexpeattie.com/projects/justvector_icons/
## Attribution***
- Kris Vandermotten (@kvandermotten)
- appbar.medical.pulse
- Constantin Kichinsky (@kichinsky)
- appbar.currency.rubles
- appbar.currency.grivna
- Massimo Savazzi (@msavazzi)
- List of missing exported icons
- Proletkult Graphik, from The Noun Project
- appbar.draw.pen (inspired)
- Olivier Guin, from The Noun Project
- appbar.draw.marker
- Gibran Bisio, from The Noun Project
- appbar.draw.bucket
Andrew Forrester, from The Noun Project
- appbar.fingerprint
* The license is for attribution, but this is not required.
** Developers and designers that emailed Templarian the source .design icons to be added into the package. PNGs also accepted, but may take longer to be added.
*** Icons I've copied so closely you want to attribute them and are also under the CC license.
Contact
- http://templarian.com/
- admin[@]templarian[.]com
* Does not apply to copyrighted logos
- Skype
- Facebook
- Twitter
- etc...

View File

@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="100px" height="100px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve">
<g>
<g>
<path fill-rule="evenodd" clip-rule="evenodd" fill="none" d="M104.178,97.924c-30.24,0-60.481,0-90.736,0 c0-30.229,0-60.462,0-90.721c30.235,0,60.486,0,90.736,0C104.178,37.435,104.178,67.678,104.178,97.924z M69.89,86.837 c-0.48-1.196-0.931-2.371-1.421-3.528c-1.133-2.665-1.754-5.428-1.717-8.335c0.029-2.245,0.088-4.493-0.005-6.733 c-0.061-1.464-0.233-2.951-0.593-4.369c-0.775-3.066-3.053-4.793-5.792-6.02c-1.145-0.512-2.302-0.996-3.552-1.535 c0.531-0.348,0.982-0.645,1.547-1.014c-1.063-0.303-1.992-0.567-3.026-0.862c0.274-0.195,0.438-0.313,0.604-0.431 c4.269-3.017,6.641-7.227,7.061-12.337c0.696-8.481-2.641-15.267-9.512-20.216c-4.166-3-8.893-4.258-13.992-3.174 c-7.22,1.535-12.248,7.538-12.754,14.975c-0.38,5.583,1.076,10.654,4.481,15.087c4.048,5.271,9.298,8.338,16.107,8.336 c2.178,0,4.25-0.508,6.432-1.397c-0.272,1.116-0.507,2.079-0.773,3.174c0.754-0.429,1.364-0.774,1.86-1.057 c1.829,0.942,3.558,1.832,5.284,2.72c2.371,1.219,4.289,2.889,4.971,5.563c0.361,1.414,0.547,2.901,0.592,4.363 c0.09,2.83-0.055,5.669,0.043,8.499c0.111,3.197,1.445,6.074,2.564,9.058c0.408-0.181,0.732-0.318,1.05-0.467 C69.504,87.063,69.65,86.97,69.89,86.837z"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M69.89,86.837c-0.239,0.133-0.386,0.226-0.541,0.298 c-0.317,0.148-0.642,0.286-1.05,0.467c-1.119-2.983-2.453-5.86-2.564-9.058c-0.098-2.83,0.047-5.669-0.043-8.499 c-0.045-1.462-0.23-2.949-0.592-4.363c-0.682-2.674-2.6-4.344-4.971-5.563c-1.727-0.888-3.455-1.777-5.284-2.72 c-0.496,0.282-1.106,0.628-1.86,1.057c0.267-1.095,0.501-2.058,0.773-3.174c-2.182,0.89-4.253,1.397-6.432,1.397 c-6.81,0.002-12.059-3.064-16.107-8.336c-3.405-4.433-4.861-9.503-4.481-15.087c0.507-7.437,5.534-13.439,12.754-14.975 c5.099-1.084,9.826,0.173,13.992,3.174c6.871,4.949,10.208,11.735,9.512,20.216c-0.42,5.111-2.792,9.321-7.061,12.337 c-0.166,0.117-0.33,0.235-0.604,0.431c1.034,0.295,1.964,0.56,3.026,0.862c-0.564,0.369-1.016,0.666-1.547,1.014 c1.25,0.539,2.407,1.023,3.552,1.535c2.739,1.227,5.017,2.953,5.792,6.02c0.359,1.418,0.532,2.905,0.593,4.369 c0.093,2.24,0.034,4.488,0.005,6.733c-0.037,2.907,0.584,5.67,1.717,8.335C68.959,84.466,69.409,85.641,69.89,86.837z M32.404,42.581c0.151-0.108,0.303-0.217,0.455-0.326c-2.444-5.008-2.236-9.892,0.551-14.733 c-0.408,0.131-0.766,0.295-0.974,0.572c-2.979,3.971-3.11,9.506-0.358,13.677C32.235,42.009,32.297,42.31,32.404,42.581z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="none" d="M32.404,42.581c-0.106-0.271-0.168-0.572-0.325-0.81 c-2.752-4.17-2.622-9.706,0.358-13.677c0.208-0.277,0.566-0.441,0.974-0.572c-2.787,4.841-2.996,9.725-0.551,14.733 C32.707,42.364,32.555,42.473,32.404,42.581z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -0,0 +1,8 @@
Thank you for using The Noun Project. This icon is licensed under Creative
Commons Attribution and must be attributed as:
Balloon by magicpxls from The Noun Project
If you have a Premium Account or have purchased a license for this icon, you
don't need to worry about attribution! We will share the profits from your
purchase with this icon's designer.

View File

@ -2,6 +2,8 @@
<packages> <packages>
<package id="CommonServiceLocator" version="1.3" targetFramework="net45" /> <package id="CommonServiceLocator" version="1.3" targetFramework="net45" />
<package id="HtmlAgilityPack" version="1.4.9" targetFramework="net451" /> <package id="HtmlAgilityPack" version="1.4.9" targetFramework="net451" />
<package id="MahApps.Metro" version="0.14.0.0" targetFramework="net451" />
<package id="MahApps.Metro.Resources" version="0.3.0.0" targetFramework="net451" />
<package id="Microsoft.Bcl" version="1.1.9" targetFramework="net451" /> <package id="Microsoft.Bcl" version="1.1.9" targetFramework="net451" />
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="net451" /> <package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="net451" />
<package id="Microsoft.Net.Http" version="2.2.28" targetFramework="net451" /> <package id="Microsoft.Net.Http" version="2.2.28" targetFramework="net451" />