summaryrefslogtreecommitdiffstats
path: root/projecttemplates/WebFormsRelyingParty
diff options
context:
space:
mode:
authorunknown <TeamCityBuildAgent@.redmond.corp.microsoft.com>2009-10-10 14:59:40 -0700
committerunknown <TeamCityBuildAgent@.redmond.corp.microsoft.com>2009-10-10 14:59:40 -0700
commit456e6b4c650d5f23b414c9f5f9588d6be1a218cd (patch)
treeae92ead85ab346f365c61d41147c8cb8724ee44c /projecttemplates/WebFormsRelyingParty
parent6237ba3ba3b9ce03cce3dfe5721bc22780dff27f (diff)
downloadDotNetOpenAuth-456e6b4c650d5f23b414c9f5f9588d6be1a218cd.zip
DotNetOpenAuth-456e6b4c650d5f23b414c9f5f9588d6be1a218cd.tar.gz
DotNetOpenAuth-456e6b4c650d5f23b414c9f5f9588d6be1a218cd.tar.bz2
Fixed references so that project template builds against SQL Server 10 SDK.
Diffstat (limited to 'projecttemplates/WebFormsRelyingParty')
-rw-r--r--projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj5
1 files changed, 3 insertions, 2 deletions
diff --git a/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj b/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj
index 8790090..fd575a0 100644
--- a/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj
+++ b/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj
@@ -34,8 +34,9 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\lib\log4net.dll</HintPath>
</Reference>
- <Reference Include="Microsoft.SqlServer.ConnectionInfo, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" />
- <Reference Include="Microsoft.SqlServer.Smo, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" />
+ <Reference Include="Microsoft.SqlServer.ConnectionInfo" />
+ <Reference Include="Microsoft.SqlServer.Smo" />
+ <Reference Include="Microsoft.SqlServer.Management.Sdk.Sfc" />
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Core">