chore: initial commit

This commit is contained in:
Stevan Freeborn
2026-03-30 21:29:45 -05:00
commit f39c9d2bd5
227 changed files with 7881 additions and 0 deletions
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\sfree\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">7.0.0</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\sfree\.nuget\packages\" />
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
</ItemGroup>
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)tunit.core\1.23.7\buildTransitive\net10.0\TUnit.Core.props" Condition="Exists('$(NuGetPackageRoot)tunit.core\1.23.7\buildTransitive\net10.0\TUnit.Core.props')" />
<Import Project="$(NuGetPackageRoot)microsoft.testing.platform\2.1.0\buildTransitive\net9.0\Microsoft.Testing.Platform.props" Condition="Exists('$(NuGetPackageRoot)microsoft.testing.platform\2.1.0\buildTransitive\net9.0\Microsoft.Testing.Platform.props')" />
<Import Project="$(NuGetPackageRoot)microsoft.testing.platform.msbuild\2.1.0\buildTransitive\Microsoft.Testing.Platform.MSBuild.props" Condition="Exists('$(NuGetPackageRoot)microsoft.testing.platform.msbuild\2.1.0\buildTransitive\Microsoft.Testing.Platform.MSBuild.props')" />
<Import Project="$(NuGetPackageRoot)tunit.engine\1.23.7\buildTransitive\net10.0\TUnit.Engine.props" Condition="Exists('$(NuGetPackageRoot)tunit.engine\1.23.7\buildTransitive\net10.0\TUnit.Engine.props')" />
<Import Project="$(NuGetPackageRoot)tunit.assertions\1.23.7\buildTransitive\net10.0\TUnit.Assertions.props" Condition="Exists('$(NuGetPackageRoot)tunit.assertions\1.23.7\buildTransitive\net10.0\TUnit.Assertions.props')" />
<Import Project="$(NuGetPackageRoot)microsoft.testing.extensions.trxreport\2.1.0\buildTransitive\net9.0\Microsoft.Testing.Extensions.TrxReport.props" Condition="Exists('$(NuGetPackageRoot)microsoft.testing.extensions.trxreport\2.1.0\buildTransitive\net9.0\Microsoft.Testing.Extensions.TrxReport.props')" />
<Import Project="$(NuGetPackageRoot)microsoft.testing.extensions.telemetry\2.1.0\buildTransitive\net9.0\Microsoft.Testing.Extensions.Telemetry.props" Condition="Exists('$(NuGetPackageRoot)microsoft.testing.extensions.telemetry\2.1.0\buildTransitive\net9.0\Microsoft.Testing.Extensions.Telemetry.props')" />
<Import Project="$(NuGetPackageRoot)microsoft.testing.extensions.codecoverage\18.5.2\buildTransitive\net8.0\Microsoft.Testing.Extensions.CodeCoverage.props" Condition="Exists('$(NuGetPackageRoot)microsoft.testing.extensions.codecoverage\18.5.2\buildTransitive\net8.0\Microsoft.Testing.Extensions.CodeCoverage.props')" />
</ImportGroup>
</Project>