40 lines
2.0 KiB
XML
40 lines
2.0 KiB
XML
<Project>
|
|
|
|
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
|
<Description>Single Page Application templates for ASP.NET Core</Description>
|
|
<PackageTags>$(PackageTags);spa</PackageTags>
|
|
</PropertyGroup>
|
|
|
|
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
|
|
|
|
<!-- Set this last to ensure the properties get the final versions which may be overridden by CI. -->
|
|
<PropertyGroup>
|
|
<GeneratedContentProperties>
|
|
MicrosoftAspNetCorePackageVersion=$(MicrosoftAspNetCorePackageVersion);
|
|
MicrosoftAspNetCoreHttpsPolicyPackageVersion=$(MicrosoftAspNetCoreHttpsPolicyPackageVersion);
|
|
MicrosoftAspNetCoreMvcPackageVersion=$(MicrosoftAspNetCoreMvcPackageVersion);
|
|
MicrosoftAspNetCoreRazorDesignPackageVersion=$(MicrosoftAspNetCoreRazorDesignPackageVersion);
|
|
MicrosoftAspNetCoreSpaServicesPackageVersion=$(MicrosoftAspNetCoreSpaServicesPackageVersion);
|
|
MicrosoftAspNetCoreSpaServicesExtensionsPackageVersion=$(MicrosoftAspNetCoreSpaServicesExtensionsPackageVersion);
|
|
MicrosoftAspNetCoreStaticFilesPackageVersion=$(MicrosoftAspNetCoreStaticFilesPackageVersion);
|
|
MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion=$(MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion);
|
|
</GeneratedContentProperties>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<GeneratedContent Include="Angular-CSharp.csproj.in" OutputPath="content/Angular-CSharp/Company.WebApplication1.csproj">
|
|
<Properties>$(GeneratedContentProperties)</Properties>
|
|
</GeneratedContent>
|
|
<GeneratedContent Include="React-CSharp.csproj.in" OutputPath="content/React-CSharp/Company.WebApplication1.csproj">
|
|
<Properties>$(GeneratedContentProperties)</Properties>
|
|
</GeneratedContent>
|
|
<GeneratedContent Include="ReactRedux-CSharp.csproj.in" OutputPath="content/ReactRedux-CSharp/Company.WebApplication1.csproj">
|
|
<Properties>$(GeneratedContentProperties)</Properties>
|
|
</GeneratedContent>
|
|
</ItemGroup>
|
|
|
|
</Project>
|