30 lines
1.3 KiB
XML
30 lines
1.3 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<PackageType>Template</PackageType>
|
|
<PackageId>SqrtSpace.SpaceTime.Templates</PackageId>
|
|
<Title>SpaceTime Project Templates</Title>
|
|
<Authors>David H. Friedel Jr</Authors>
|
|
<Company>MarketAlly LLC</Company>
|
|
<Copyright>Copyright © 2025 MarketAlly LLC</Copyright>
|
|
<Description>Project templates for creating SpaceTime-optimized applications</Description>
|
|
<PackageTags>dotnet-new;templates;spacetime;memory;optimization</PackageTags>
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
<PackageProjectUrl>https://github.com/sqrtspace/sqrtspace-dotnet</PackageProjectUrl>
|
|
<RepositoryUrl>https://www.sqrtspace.dev</RepositoryUrl>
|
|
<RepositoryType>git</RepositoryType>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<IncludeContentInPack>true</IncludeContentInPack>
|
|
<IncludeBuildOutput>false</IncludeBuildOutput>
|
|
<ContentTargetFolders>content</ContentTargetFolders>
|
|
<NoWarn>NU5128;NU5017</NoWarn>
|
|
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
|
<IsPackable>false</IsPackable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Content Include="templates\**\*" Exclude="templates\**\bin\**;templates\**\obj\**" />
|
|
<Compile Remove="**\*" />
|
|
</ItemGroup>
|
|
|
|
</Project> |