This repository has been archived by the owner on Aug 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathLiquid.Domain.sln
52 lines (52 loc) · 3.15 KB
/
Liquid.Domain.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31729.503
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Liquid.Domain", "src\Liquid.Domain\Liquid.Domain.csproj", "{CE75EB47-68D9-46F5-BF91-60D39E52CC54}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Liquid.Domain.Tests", "test\Liquid.Domain.Tests\Liquid.Domain.Tests.csproj", "{C1BA440C-1019-429B-B26E-77495E645B12}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{77065B3E-8299-4B74-8F6A-A063D93F21DC}"
ProjectSection(SolutionItems) = preProject
test\CodeCoverage.runsettings = test\CodeCoverage.runsettings
.github\workflows\liquid-ci-cd-extensions-crud.yml = .github\workflows\liquid-ci-cd-extensions-crud.yml
.github\workflows\liquid-ci-cd.yml = .github\workflows\liquid-ci-cd.yml
logo.png = logo.png
nuget.config = nuget.config
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Liquid.Domain.Extensions.Crud", "src\Liquid.Domain.Extensions.Crud\Liquid.Domain.Extensions.Crud.csproj", "{90E8D24B-E7A8-44E1-A1D4-E917F8130002}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Liquid.Domain.Extensions.Crud.Tests", "test\Liquid.Domain.Extensions.Crud.Tests\Liquid.Domain.Extensions.Crud.Tests.csproj", "{8A9256FC-4424-4795-B651-D6636B4FB734}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CE75EB47-68D9-46F5-BF91-60D39E52CC54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE75EB47-68D9-46F5-BF91-60D39E52CC54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE75EB47-68D9-46F5-BF91-60D39E52CC54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE75EB47-68D9-46F5-BF91-60D39E52CC54}.Release|Any CPU.Build.0 = Release|Any CPU
{C1BA440C-1019-429B-B26E-77495E645B12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1BA440C-1019-429B-B26E-77495E645B12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1BA440C-1019-429B-B26E-77495E645B12}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1BA440C-1019-429B-B26E-77495E645B12}.Release|Any CPU.Build.0 = Release|Any CPU
{90E8D24B-E7A8-44E1-A1D4-E917F8130002}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90E8D24B-E7A8-44E1-A1D4-E917F8130002}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90E8D24B-E7A8-44E1-A1D4-E917F8130002}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90E8D24B-E7A8-44E1-A1D4-E917F8130002}.Release|Any CPU.Build.0 = Release|Any CPU
{8A9256FC-4424-4795-B651-D6636B4FB734}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A9256FC-4424-4795-B651-D6636B4FB734}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A9256FC-4424-4795-B651-D6636B4FB734}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A9256FC-4424-4795-B651-D6636B4FB734}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AE9FFD1F-A55F-4994-8B58-CA5E24CF6572}
EndGlobalSection
EndGlobal