diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2011-07-27 07:12:47 -0600 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2011-07-27 07:12:47 -0600 |
commit | d7fa7f5bce5b1976da36b8b76e8f9ffacb52a283 (patch) | |
tree | 882ecd99246e5ca3e1a73e452389c1d67f8c32fe /src/DotNetOpenAuth.InfoCard/DotNetOpenAuth.InfoCard.csproj | |
parent | 69984da752a43a255fde26dedde7dff9ec6ebfea (diff) | |
download | DotNetOpenAuth-d7fa7f5bce5b1976da36b8b76e8f9ffacb52a283.zip DotNetOpenAuth-d7fa7f5bce5b1976da36b8b76e8f9ffacb52a283.tar.gz DotNetOpenAuth-d7fa7f5bce5b1976da36b8b76e8f9ffacb52a283.tar.bz2 |
Added Messaging.UI assembly.
Diffstat (limited to 'src/DotNetOpenAuth.InfoCard/DotNetOpenAuth.InfoCard.csproj')
-rw-r--r-- | src/DotNetOpenAuth.InfoCard/DotNetOpenAuth.InfoCard.csproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth.InfoCard/DotNetOpenAuth.InfoCard.csproj b/src/DotNetOpenAuth.InfoCard/DotNetOpenAuth.InfoCard.csproj index cd27f60..87b321a 100644 --- a/src/DotNetOpenAuth.InfoCard/DotNetOpenAuth.InfoCard.csproj +++ b/src/DotNetOpenAuth.InfoCard/DotNetOpenAuth.InfoCard.csproj @@ -19,6 +19,7 @@ </PropertyGroup> <ItemGroup> <Compile Include="ComponentModel\IssuersSuggestions.cs" /> + <Compile Include="ComponentModel\UriConverter.cs" /> <Compile Include="InfoCardErrorUtilities.cs" /> <Compile Include="InfoCard\ClaimType.cs" /> <Compile Include="InfoCard\InfoCardImage.cs" /> @@ -66,6 +67,10 @@ <EmbeddedResource Include="InfoCard\InfoCardStrings.sr.resx" /> </ItemGroup> <ItemGroup> + <ProjectReference Include="..\DotNetOpenAuth.Messaging.UI\DotNetOpenAuth.Messaging.UI.csproj"> + <Project>{173E7B8D-E751-46E2-A133-F72297C0D2F4}</Project> + <Name>DotNetOpenAuth.Messaging.UI</Name> + </ProjectReference> <ProjectReference Include="..\DotNetOpenAuth.Messaging\DotNetOpenAuth.Messaging.csproj"> <Project>{60426312-6AE5-4835-8667-37EDEA670222}</Project> <Name>DotNetOpenAuth.Messaging</Name> |