diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-30 21:04:33 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-30 21:04:33 -0700 |
commit | a5e59982c1b66ebabd4c6436d4d3d177d2440649 (patch) | |
tree | 1ebdfc8c9ce926640abc1a72597685321d0adfb2 /projecttemplates/RelyingPartyLogic/RelyingPartyLogic.csproj | |
parent | dc59bdbc51fce4ad19cb41e5ca610915c2e99789 (diff) | |
download | DotNetOpenAuth-a5e59982c1b66ebabd4c6436d4d3d177d2440649.zip DotNetOpenAuth-a5e59982c1b66ebabd4c6436d4d3d177d2440649.tar.gz DotNetOpenAuth-a5e59982c1b66ebabd4c6436d4d3d177d2440649.tar.bz2 |
Revert "Migrated to Dev11 project files. They should all open in Dev10 still (except the new .sqlproj)."
This reverts commit dc59bdbc51fce4ad19cb41e5ca610915c2e99789, reversing
changes made to e5b8e2e4bd925ef6967c264644e4d67749b5b3de.
Diffstat (limited to 'projecttemplates/RelyingPartyLogic/RelyingPartyLogic.csproj')
-rw-r--r-- | projecttemplates/RelyingPartyLogic/RelyingPartyLogic.csproj | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/projecttemplates/RelyingPartyLogic/RelyingPartyLogic.csproj b/projecttemplates/RelyingPartyLogic/RelyingPartyLogic.csproj index 21b866e..58e684e 100644 --- a/projecttemplates/RelyingPartyLogic/RelyingPartyLogic.csproj +++ b/projecttemplates/RelyingPartyLogic/RelyingPartyLogic.csproj @@ -187,10 +187,10 @@ <Project>{3896A32A-E876-4C23-B9B8-78E17D134CD3}</Project> <Name>DotNetOpenAuth.OpenId</Name> </ProjectReference> - <ProjectReference Include="..\RelyingPartyDatabase\RelyingPartyDatabase.sqlproj"> + <ProjectReference Include="..\RelyingPartyDatabase\RelyingPartyDatabase.dbproj"> <Name>RelyingPartyDatabase</Name> <!-- Deploy the latest SQL script first, so that this project can embed the latest version. --> - <Targets>GetDeployScriptPath</Targets> + <Targets>Build;Deploy</Targets> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> </ItemGroup> @@ -214,12 +214,6 @@ <Install>true</Install> </BootstrapperPackage> </ItemGroup> - <Target Name="CopySqlDeployScript"> - <MSBuild Projects="..\RelyingPartyDatabase\RelyingPartyDatabase.sqlproj" Targets="GetDeployScriptPath"> - <Output TaskParameter="TargetOutputs" PropertyName="SqlDeployScriptPath"/> - </MSBuild> - <Copy SourceFiles="$(SqlDeployScriptPath)" DestinationFiles="CreateDatabase.sql" /> - </Target> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. @@ -228,11 +222,5 @@ <Target Name="AfterBuild"> </Target> --> - <PropertyGroup> - <PrepareResourceNamesDependsOn> - CopySqlDeployScript; - $(PrepareResourceNamesDependsOn) - </PrepareResourceNamesDependsOn> - </PropertyGroup> - <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.targets))\EnlistmentInfo.targets" Condition=" '$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.targets))' != '' " /> + <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.targets))\EnlistmentInfo.targets" Condition=" '$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.targets))' != '' " /> </Project>
\ No newline at end of file |