Add project files.

This commit is contained in:
clive
2024-05-06 20:38:22 +10:00
parent 07b7b0811d
commit 267235e7da
82 changed files with 74541 additions and 0 deletions

23
rokoh/rokoh.csproj Normal file
View File

@@ -0,0 +1,23 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>7f259aad-3e25-4527-8273-ec21eea33e53</UserSecretsId>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>
<ItemGroup>
<_WebToolingArtifacts Remove="Properties\PublishProfiles\registry.rokoh.com.pubxml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.17.2" />
</ItemGroup>
<ItemGroup>
<None Include=".gitea\workflows\default.yml" />
</ItemGroup>
</Project>