summaryrefslogtreecommitdiffstats
path: root/tools/drop.proj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2011-09-06 09:07:26 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2011-09-06 09:07:26 -0700
commitbbac9933484e5e8d7f338dc290e7c13b9a4a0e04 (patch)
treeaa244157a36dba4e67d771343c567e49fd19620e /tools/drop.proj
parent9c24becedebbe64c56470301718b9c9e0e9c4273 (diff)
downloadDotNetOpenAuth-bbac9933484e5e8d7f338dc290e7c13b9a4a0e04.zip
DotNetOpenAuth-bbac9933484e5e8d7f338dc290e7c13b9a4a0e04.tar.gz
DotNetOpenAuth-bbac9933484e5e8d7f338dc290e7c13b9a4a0e04.tar.bz2
Fixed up project references in samples and project templates.
Diffstat (limited to 'tools/drop.proj')
-rw-r--r--tools/drop.proj2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/drop.proj b/tools/drop.proj
index 8b34461..4883929 100644
--- a/tools/drop.proj
+++ b/tools/drop.proj
@@ -137,7 +137,7 @@
RemoveImportsStartingWith="%24(ProjectRoot)tools\"
AddReferences="Microsoft.Contracts"/>
<ChangeProjectReferenceToAssemblyReference Projects="@(SampleProjectTargets)"
- ProjectReferences="..\..\src\$(ProductName)\$(ProductName).csproj" References="..\..\Bin\$(ProductName).dll" />
+ ProjectReferences="@(ProjectReferencesToRemove)" References="@(AssemblyReferencesToReplaceWith)" />
<DowngradeProjects
Projects="@(SampleProjectTargets);@(SampleSolutionTargets)"
DowngradeMvc2ToMvc1="$(DowngradeMvc2ToMvc1)"