diff options
-rw-r--r-- | build.proj | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -226,7 +226,8 @@ <ItemGroup> <SampleProjectTargets Include="$(DropSamplesDirectory)\**\*.csproj" /> </ItemGroup> - <FixupShippingToolSamples Projects="@(DropSamplesToolsProjects)" /> + <FixupShippingToolSamples Projects="@(DropSamplesToolsProjects)" + RemoveImportsStartingWith="..\"/> <ChangeProjectReferenceToAssemblyReference Projects="@(SampleProjectTargets)" ProjectReferences="..\..\src\$(ProductName)\$(ProductName).csproj" References="..\..\Bin\$(ProductName).dll" /> </Target> |