diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-21 23:14:42 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-21 23:14:42 -0700 |
commit | 8a58a94d429b85d34e011c41953e81d4c16227c1 (patch) | |
tree | 04b39b11a5dcc23e99913567ffab3d65ed794a86 | |
parent | 09b7cc015fcc7edd08e26b046c20550df9ab35d7 (diff) | |
download | DotNetOpenAuth-8a58a94d429b85d34e011c41953e81d4c16227c1.zip DotNetOpenAuth-8a58a94d429b85d34e011c41953e81d4c16227c1.tar.gz DotNetOpenAuth-8a58a94d429b85d34e011c41953e81d4c16227c1.tar.bz2 |
Fixed Permissions.sql path.
-rw-r--r-- | projecttemplates/RelyingPartyDatabase/RelyingPartyDatabase.sqlproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projecttemplates/RelyingPartyDatabase/RelyingPartyDatabase.sqlproj b/projecttemplates/RelyingPartyDatabase/RelyingPartyDatabase.sqlproj index 140a562..50ad95a 100644 --- a/projecttemplates/RelyingPartyDatabase/RelyingPartyDatabase.sqlproj +++ b/projecttemplates/RelyingPartyDatabase/RelyingPartyDatabase.sqlproj @@ -160,7 +160,7 @@ <Folder Include="Schema Comparisons" /> </ItemGroup> <ItemGroup> - <Build Include="C:\Users\andarno\git\dotnetopenauth\projecttemplates\RelyingPartyDatabase\Permissions.sql" /> + <Build Include="Permissions.sql" /> <Build Include="Schema Objects\Database Level Objects\Service Broker\Routes\AutoCreatedLocal.route.sql"> <SubType>Code</SubType> </Build> |