-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGuardClausesDemo.sln
31 lines (31 loc) · 1.62 KB
/
GuardClausesDemo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GuardCluasesDemo.Common", "GuardCluasesDemo.Common\GuardCluasesDemo.Common.csproj", "{DEC6D39D-29D5-4937-A65B-4B06E63D8C50}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GuardClausesDemo.App", "GuardClausesDemo.App\GuardClausesDemo.App.csproj", "{8D60685E-841C-4337-89DF-38CDC7BBF432}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DEC6D39D-29D5-4937-A65B-4B06E63D8C50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DEC6D39D-29D5-4937-A65B-4B06E63D8C50}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DEC6D39D-29D5-4937-A65B-4B06E63D8C50}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEC6D39D-29D5-4937-A65B-4B06E63D8C50}.Release|Any CPU.Build.0 = Release|Any CPU
{8D60685E-841C-4337-89DF-38CDC7BBF432}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D60685E-841C-4337-89DF-38CDC7BBF432}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D60685E-841C-4337-89DF-38CDC7BBF432}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D60685E-841C-4337-89DF-38CDC7BBF432}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {34E48493-ED95-4785-8D58-73737E99CB5C}
EndGlobalSection
EndGlobal