diff options
-rw-r--r-- | build.proj | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -185,7 +185,7 @@ <SampleProjectTargets Include="$(DropSamplesDirectory)\**\*.csproj" /> </ItemGroup> <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"> |