summaryrefslogtreecommitdiffstats
path: root/tools/drop.proj
diff options
context:
space:
mode:
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)"