Initial orchard setup

This commit is contained in:
2023-02-23 21:30:34 -06:00
commit b840a72014
1709 changed files with 653751 additions and 0 deletions

14
tools/Build/Build.csproj Normal file
View File

@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Faithlife.Build" Version="5.18.0" />
</ItemGroup>
</Project>