refactor: reorganize solution for better multi-project support/management

This commit is contained in:
Stevan Freeborn
2025-05-25 18:38:52 -05:00
parent 00158dff04
commit a8de49cee3
111 changed files with 250 additions and 59 deletions
+15
View File
@@ -0,0 +1,15 @@
<Project>
<Import
Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
<PropertyGroup>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<Using Include="Xunit" />
<Using Include="FluentAssertions" />
</ItemGroup>
</Project>