diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2008-04-20 08:33:45 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2008-04-20 08:33:45 -0700 |
commit | 96b95b8e5657794fc1b74a8d906234de3b7c6729 (patch) | |
tree | 058f15497e6aa78616a71aeecea544e907a4d2a8 /src | |
parent | d476240d03f4cf9cb59ec29c88e3ac20c3ea9326 (diff) | |
download | DotNetOpenAuth-96b95b8e5657794fc1b74a8d906234de3b7c6729.zip DotNetOpenAuth-96b95b8e5657794fc1b74a8d906234de3b7c6729.tar.gz DotNetOpenAuth-96b95b8e5657794fc1b74a8d906234de3b7c6729.tar.bz2 |
Added .sln doc link to attribute exchange spec.
Diffstat (limited to 'src')
-rw-r--r-- | src/DotNetOpenId.sln | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DotNetOpenId.sln b/src/DotNetOpenId.sln index e345789..32591bb 100644 --- a/src/DotNetOpenId.sln +++ b/src/DotNetOpenId.sln @@ -3,6 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 10.00 # Visual Studio 2008
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{14D00F8C-C7CB-49B3-A668-7D0C5A4A6D9F}"
ProjectSection(SolutionItems) = preProject
+ ..\doc\openid-attribute-exchange-1_0.html = ..\doc\openid-attribute-exchange-1_0.html
..\doc\openid-authentication-1_1.html = ..\doc\openid-authentication-1_1.html
..\doc\openid-authentication-2_0.html = ..\doc\openid-authentication-2_0.html
..\doc\README.html = ..\doc\README.html
|