summaryrefslogtreecommitdiffstats
path: root/build.proj
diff options
context:
space:
mode:
Diffstat (limited to 'build.proj')
-rw-r--r--build.proj2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.proj b/build.proj
index 24f3d0a..fe3628c 100644
--- a/build.proj
+++ b/build.proj
@@ -229,7 +229,7 @@
<FixupShippingToolSamples Projects="@(DropSamplesToolsProjects)"
RemoveImportsStartingWith="..\"/>
<ChangeProjectReferenceToAssemblyReference Projects="@(SampleProjectTargets)"
- ProjectReferences="..\..\src\$(ProductName)\$(ProductName).csproj" References="..\..\Bin\$(ProductName).dll" />
+ ProjectReference="..\..\src\$(ProductName)\$(ProductName).csproj" Reference="..\..\Bin\$(ProductName).dll" />
</Target>
<Target Name="Drop" DependsOnTargets="DropLayout">