Browse Source
Merge pull request #4990 from AvaloniaUI/msb-2661-workaround
AddSyntheticProjectReferencesForSolutionDependencies = false
pull/4998/head
Nikita Tsukanov
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
1 deletions
-
Directory.Build.props
-
src/Avalonia.MicroCom/Avalonia.MicroCom.csproj
|
|
|
@ -2,5 +2,7 @@ |
|
|
|
<PropertyGroup> |
|
|
|
<PackageOutputPath Condition="'$(PackageOutputPath)' == ''">$(MSBuildThisFileDirectory)build-intermediate/nuget</PackageOutputPath> |
|
|
|
<AvaloniaPreviewerNetCoreToolPath>$(MSBuildThisFileDirectory)\src\tools\Avalonia.Designer.HostApp\bin\$(Configuration)\netcoreapp2.0\Avalonia.Designer.HostApp.dll</AvaloniaPreviewerNetCoreToolPath> |
|
|
|
<!-- https://github.com/dotnet/msbuild/issues/2661 --> |
|
|
|
<AddSyntheticProjectReferencesForSolutionDependencies>false</AddSyntheticProjectReferencesForSolutionDependencies> |
|
|
|
</PropertyGroup> |
|
|
|
</Project> |
|
|
|
|
|
|
|
@ -10,7 +10,6 @@ |
|
|
|
<ProjectReference Include="..\Avalonia.Build.Tasks\Avalonia.Build.Tasks.csproj"> |
|
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
|
|
<ExcludeAssets>all</ExcludeAssets> |
|
|
|
<SkipGetTargetFrameworkProperties>true</SkipGetTargetFrameworkProperties> |
|
|
|
</ProjectReference> |
|
|
|
</ItemGroup> |
|
|
|
<Import Project="..\..\build\BuildTargets.targets" /> |
|
|
|
|