summaryrefslogtreecommitdiffstats
path: root/build.proj
diff options
context:
space:
mode:
Diffstat (limited to 'build.proj')
-rw-r--r--build.proj5
1 files changed, 3 insertions, 2 deletions
diff --git a/build.proj b/build.proj
index 5bcda4d..b724482 100644
--- a/build.proj
+++ b/build.proj
@@ -228,9 +228,10 @@
<SampleProjectTargets Include="$(DropSamplesDirectory)\**\*.csproj" />
</ItemGroup>
<FixupShippingToolSamples Projects="@(DropSamplesToolsProjects)"
- RemoveImportsStartingWith="..\"/>
+ RemoveImportsStartingWith="%24(ProjectRoot)tools\;..\"
+ AddReferences="Microsoft.Contracts"/>
<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">