diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-03-11 09:50:22 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-03-11 09:50:22 -0700 |
commit | cd63f734cdff0708859f6ca21cd90b6070aec3f6 (patch) | |
tree | 8ed362a5ff8ed4e65ffe6bcde53715b7e0ece98a | |
parent | bbf8a7718a719e3415fef458db2318f385b81cef (diff) | |
download | DotNetOpenAuth-cd63f734cdff0708859f6ca21cd90b6070aec3f6.zip DotNetOpenAuth-cd63f734cdff0708859f6ca21cd90b6070aec3f6.tar.gz DotNetOpenAuth-cd63f734cdff0708859f6ca21cd90b6070aec3f6.tar.bz2 |
Workaround for the bug where WPF projects cannot load MS.Contracts.dll (even though it's not directly using it).
-rw-r--r-- | samples/ConsumerWpf/ConsumerWpf.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/ConsumerWpf/ConsumerWpf.csproj b/samples/ConsumerWpf/ConsumerWpf.csproj index cb6a14c..0440442 100644 --- a/samples/ConsumerWpf/ConsumerWpf.csproj +++ b/samples/ConsumerWpf/ConsumerWpf.csproj @@ -43,6 +43,7 @@ <ErrorReport>prompt</ErrorReport> </PropertyGroup> <ItemGroup> + <Reference Include="Microsoft.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=736440c9b414ea16, processorArchitecture=MSIL" /> <Reference Include="System" /> <Reference Include="System.Core"> <RequiredTargetFramework>3.5</RequiredTargetFramework> |