26 lines
1.0 KiB
XML
26 lines
1.0 KiB
XML
<Project>
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\, Directory.Build.props))\Directory.Build.props" />
|
|
|
|
<Import Project="build\dependencies.props" />
|
|
|
|
<PropertyGroup>
|
|
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
|
|
<PackageTags>aspnetcore;components</PackageTags>
|
|
|
|
<!-- So we can use the tool from source within the repo without having to pack -->
|
|
<BlazorToolsDir>$(MSBuildThisFileDirectory)src\Microsoft.AspNetCore.Components.Build\bin\$(Configuration)\netcoreapp2.1\</BlazorToolsDir>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<AddImplicitReferences>false</AddImplicitReferences>
|
|
<IsSubfolderBuild>true</IsSubfolderBuild>
|
|
<!-- Workaround microsoft/msbuild#3626 -->
|
|
<AddSyntheticProjectReferencesForSolutionDependencies>false</AddSyntheticProjectReferencesForSolutionDependencies>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Internal.AspNetCore.Sdk" PrivateAssets="All" Version="$(InternalAspNetCoreSdkPackageVersion)" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|