diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-12-09 21:31:30 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-12-09 21:31:30 -0800 |
commit | 2f321b3abf1ee5f9216a34678c4ca21895c38e73 (patch) | |
tree | b3140cb1d5e4f3236413c52703670e87fb79d71a /src | |
parent | 597924949caf0284176e7a2f2b9f97e05f2fb263 (diff) | |
parent | 2bcff5c1514c3c5477111a9dec44182aa3db91b5 (diff) | |
download | DotNetOpenAuth-2f321b3abf1ee5f9216a34678c4ca21895c38e73.zip DotNetOpenAuth-2f321b3abf1ee5f9216a34678c4ca21895c38e73.tar.gz DotNetOpenAuth-2f321b3abf1ee5f9216a34678c4ca21895c38e73.tar.bz2 |
Applied David Christiansen's excellent new logo for DotNetOpenAuth.
Merge remote branch 'dc/LogoUpdate'
Diffstat (limited to 'src')
-rw-r--r-- | src/DotNetOpenAuth/DotNetOpenAuth.csproj | 4 | ||||
-rw-r--r-- | src/DotNetOpenAuth/DotNetOpenAuth.ico | bin | 0 -> 1150 bytes |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth/DotNetOpenAuth.csproj b/src/DotNetOpenAuth/DotNetOpenAuth.csproj index 8fa3054..dfea490 100644 --- a/src/DotNetOpenAuth/DotNetOpenAuth.csproj +++ b/src/DotNetOpenAuth/DotNetOpenAuth.csproj @@ -17,6 +17,7 @@ Copyright (c) 2009, Andrew Arnott. All rights reserved. Code licensed under the Ms-PL License: http://opensource.org/licenses/ms-pl.html </StandardCopyright> + <ApplicationIcon>DotNetOpenAuth.ico</ApplicationIcon> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> @@ -684,6 +685,9 @@ http://opensource.org/licenses/ms-pl.html <ItemGroup> <EmbeddedResource Include="OpenId\RelyingParty\OpenIdSelector.css" /> </ItemGroup> + <ItemGroup> + <Content Include="DotNetOpenAuth.ico" /> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="..\..\tools\DotNetOpenAuth.Versioning.targets" /> <Import Project="..\..\tools\JavascriptPacker.targets" /> diff --git a/src/DotNetOpenAuth/DotNetOpenAuth.ico b/src/DotNetOpenAuth/DotNetOpenAuth.ico Binary files differnew file mode 100644 index 0000000..e227dbe --- /dev/null +++ b/src/DotNetOpenAuth/DotNetOpenAuth.ico |