feat(directory): init add'l directory csprojs

This commit is contained in:
Collin M. Barrett 2020-08-22 05:47:40 -05:00
parent b47178c34b
commit 5968bfa22e
5 changed files with 56 additions and 0 deletions

View file

@ -7,6 +7,14 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FilterLists.Directory.Api",
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Directory", "Directory", "{AE5D6471-1B6E-4B06-A313-34EF81F35342}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FilterLists.Directory.Domain", "directory\src\FilterLists.Directory.Domain\FilterLists.Directory.Domain.csproj", "{05496C09-DA31-4543-9EC4-D56BCADBB027}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FilterLists.Directory.Application", "directory\src\FilterLists.Directory.Application\FilterLists.Directory.Application.csproj", "{CB1BCB34-C2A1-4E94-A90E-359FB4720B96}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FilterLists.Directory.Infrastructure", "directory\src\FilterLists.Directory.Infrastructure\FilterLists.Directory.Infrastructure.csproj", "{74C798F8-892A-40F2-8D2E-395E83853771}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FilterLists.Directory.Infrastructure.Migrations", "directory\src\FilterLists.Directory.Infrastructure.Migrations\FilterLists.Directory.Infrastructure.Migrations.csproj", "{4F7D51FE-A1F3-4473-A8C3-D57EBDD8E60E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@ -17,12 +25,32 @@ Global
{FE50F471-7DC0-44AB-8DAB-2909E3207FF9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE50F471-7DC0-44AB-8DAB-2909E3207FF9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE50F471-7DC0-44AB-8DAB-2909E3207FF9}.Release|Any CPU.Build.0 = Release|Any CPU
{05496C09-DA31-4543-9EC4-D56BCADBB027}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05496C09-DA31-4543-9EC4-D56BCADBB027}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05496C09-DA31-4543-9EC4-D56BCADBB027}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05496C09-DA31-4543-9EC4-D56BCADBB027}.Release|Any CPU.Build.0 = Release|Any CPU
{CB1BCB34-C2A1-4E94-A90E-359FB4720B96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB1BCB34-C2A1-4E94-A90E-359FB4720B96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB1BCB34-C2A1-4E94-A90E-359FB4720B96}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB1BCB34-C2A1-4E94-A90E-359FB4720B96}.Release|Any CPU.Build.0 = Release|Any CPU
{74C798F8-892A-40F2-8D2E-395E83853771}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74C798F8-892A-40F2-8D2E-395E83853771}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74C798F8-892A-40F2-8D2E-395E83853771}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74C798F8-892A-40F2-8D2E-395E83853771}.Release|Any CPU.Build.0 = Release|Any CPU
{4F7D51FE-A1F3-4473-A8C3-D57EBDD8E60E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F7D51FE-A1F3-4473-A8C3-D57EBDD8E60E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F7D51FE-A1F3-4473-A8C3-D57EBDD8E60E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F7D51FE-A1F3-4473-A8C3-D57EBDD8E60E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FE50F471-7DC0-44AB-8DAB-2909E3207FF9} = {AE5D6471-1B6E-4B06-A313-34EF81F35342}
{05496C09-DA31-4543-9EC4-D56BCADBB027} = {AE5D6471-1B6E-4B06-A313-34EF81F35342}
{CB1BCB34-C2A1-4E94-A90E-359FB4720B96} = {AE5D6471-1B6E-4B06-A313-34EF81F35342}
{74C798F8-892A-40F2-8D2E-395E83853771} = {AE5D6471-1B6E-4B06-A313-34EF81F35342}
{4F7D51FE-A1F3-4473-A8C3-D57EBDD8E60E} = {AE5D6471-1B6E-4B06-A313-34EF81F35342}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {758B57EF-7505-4BE2-90A2-E2DE2EC32909}

View file

@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
</Project>

View file

@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
</Project>

View file

@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
</Project>

View file

@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
</Project>