9 lines
256 B
XML
9 lines
256 B
XML
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<Import Project="AyCode.Project.targets" />
|
|
<PropertyGroup>
|
|
<Name>AyCode.Blazor.targets</Name>
|
|
|
|
<TargetFramework>$(_TargetFramework)</TargetFramework>
|
|
</PropertyGroup>
|
|
</Project> |