diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-01-09 09:35:28 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-01-09 09:35:28 -0800 |
commit | c07b4196765c601a675b07dbc71d77915c86be87 (patch) | |
tree | 1a2a9c6dd0a08f33cd0404f07e5e16a02af90596 | |
parent | cb70c1ea0308418d9ce76cad1dd435965a9ace53 (diff) | |
download | DotNetOpenAuth-c07b4196765c601a675b07dbc71d77915c86be87.zip DotNetOpenAuth-c07b4196765c601a675b07dbc71d77915c86be87.tar.gz DotNetOpenAuth-c07b4196765c601a675b07dbc71d77915c86be87.tar.bz2 |
Removed extra reference to .NET 4.0 assembly.
-rw-r--r-- | samples/OAuthConsumerWpf/OAuthConsumerWpf.csproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/samples/OAuthConsumerWpf/OAuthConsumerWpf.csproj b/samples/OAuthConsumerWpf/OAuthConsumerWpf.csproj index 84ee639..1da5329 100644 --- a/samples/OAuthConsumerWpf/OAuthConsumerWpf.csproj +++ b/samples/OAuthConsumerWpf/OAuthConsumerWpf.csproj @@ -86,7 +86,6 @@ <RequiredTargetFramework>3.0</RequiredTargetFramework> </Reference> <Reference Include="System.Web" /> - <Reference Include="System.Xaml" /> <Reference Include="System.Xml.Linq"> <RequiredTargetFramework>3.5</RequiredTargetFramework> </Reference> |