-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathMinimalAPIs.sln
43 lines (43 loc) · 2.58 KB
/
MinimalAPIs.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32616.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MinimalAPIs", "MinimalAPIs\MinimalAPIs.csproj", "{2D62FD5A-343C-4EC8-99C2-25DECC6A345B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MinimalSPAwithAPIs", "MinimalSPAwithAPIs\MinimalSPAwithAPIs.csproj", "{AA94F15E-FBE5-42DE-B2C2-9E81B2918558}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MinimalSPAwithAPIs.Test", "MinimalSPAwithAPIs.Test\MinimalSPAwithAPIs.Test.csproj", "{41F40EF5-42A9-449D-BB7C-99D25E5F304F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MVCwithMediatRandCQRS", "MVCwithMediatRandCQRS\MVCwithMediatRandCQRS.csproj", "{2F647CE7-83AC-4875-B195-D7C6C1D28FAB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2D62FD5A-343C-4EC8-99C2-25DECC6A345B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D62FD5A-343C-4EC8-99C2-25DECC6A345B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D62FD5A-343C-4EC8-99C2-25DECC6A345B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D62FD5A-343C-4EC8-99C2-25DECC6A345B}.Release|Any CPU.Build.0 = Release|Any CPU
{AA94F15E-FBE5-42DE-B2C2-9E81B2918558}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA94F15E-FBE5-42DE-B2C2-9E81B2918558}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA94F15E-FBE5-42DE-B2C2-9E81B2918558}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA94F15E-FBE5-42DE-B2C2-9E81B2918558}.Release|Any CPU.Build.0 = Release|Any CPU
{41F40EF5-42A9-449D-BB7C-99D25E5F304F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41F40EF5-42A9-449D-BB7C-99D25E5F304F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41F40EF5-42A9-449D-BB7C-99D25E5F304F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41F40EF5-42A9-449D-BB7C-99D25E5F304F}.Release|Any CPU.Build.0 = Release|Any CPU
{2F647CE7-83AC-4875-B195-D7C6C1D28FAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F647CE7-83AC-4875-B195-D7C6C1D28FAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F647CE7-83AC-4875-B195-D7C6C1D28FAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F647CE7-83AC-4875-B195-D7C6C1D28FAB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4E8DB415-6EBD-4121-A1E5-661B03908463}
EndGlobalSection
EndGlobal