Split WoofWare.PawPrint.Domain into a new subtree (#41)

This commit is contained in:
Patrick Stevens
2025-06-04 20:13:16 +01:00
committed by GitHub
parent 15bae6f3aa
commit 19eb7c245d
26 changed files with 62 additions and 30 deletions

View File

@@ -11,6 +11,8 @@ Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "HelloWorld", "HelloWorld\He
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSharpExample", "CSharpExample\CSharpExample.csproj", "{250EF9D0-7C29-4AFF-844B-13CC68962B21}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "WoofWare.PawPrint.Domain", "WoofWare.PawPrint.Domain\WoofWare.PawPrint.Domain.fsproj", "{9C1B1150-F1B6-46FA-A2DC-644CC5052C60}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -37,5 +39,9 @@ Global
{250EF9D0-7C29-4AFF-844B-13CC68962B21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{250EF9D0-7C29-4AFF-844B-13CC68962B21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{250EF9D0-7C29-4AFF-844B-13CC68962B21}.Release|Any CPU.Build.0 = Release|Any CPU
{9C1B1150-F1B6-46FA-A2DC-644CC5052C60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C1B1150-F1B6-46FA-A2DC-644CC5052C60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C1B1150-F1B6-46FA-A2DC-644CC5052C60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C1B1150-F1B6-46FA-A2DC-644CC5052C60}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal