Initial push
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user