build(template): integrating template

This commit is contained in:
D. Moonfire 2022-09-05 16:51:14 -05:00
commit e6a8ce42c7
3 changed files with 18 additions and 0 deletions

16
NuGet.Config Normal file
View file

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="mfgames.com" value="https://src.mfgames.com/api/packages/mfgames-cil/nuget/index.json" protocolVersion="3" />
</packageSources>
<packageSourceMapping>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
<packageSource key="mfgames.com">
<package pattern="MfGames.*" />
</packageSource>
</packageSourceMapping>
</configuration>

1
src/README.md Normal file
View file

@ -0,0 +1 @@
# Source Directories

1
tests/README.md Normal file
View file

@ -0,0 +1 @@
# Test Projects