This repository has been archived by the owner on Jul 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 56
/
Guard.sln
44 lines (44 loc) · 2.45 KB
/
Guard.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Guard", "src\Guard.csproj", "{88CE60AB-33E2-4397-9195-63FAD615328D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Guard.Tests", "tests\Guard.Tests.csproj", "{5098C1C7-0FA8-47C1-9A02-6E8B4F76D3FA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Guard.Utils", "utils\Guard.Utils.csproj", "{C3BA5622-A48A-4828-850D-53216FC80AB2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
CI|Any CPU = CI|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{88CE60AB-33E2-4397-9195-63FAD615328D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88CE60AB-33E2-4397-9195-63FAD615328D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88CE60AB-33E2-4397-9195-63FAD615328D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88CE60AB-33E2-4397-9195-63FAD615328D}.Release|Any CPU.Build.0 = Release|Any CPU
{88CE60AB-33E2-4397-9195-63FAD615328D}.CI|Any CPU.ActiveCfg = CI|Any CPU
{88CE60AB-33E2-4397-9195-63FAD615328D}.CI|Any CPU.Build.0 = CI|Any CPU
{5098C1C7-0FA8-47C1-9A02-6E8B4F76D3FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5098C1C7-0FA8-47C1-9A02-6E8B4F76D3FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5098C1C7-0FA8-47C1-9A02-6E8B4F76D3FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5098C1C7-0FA8-47C1-9A02-6E8B4F76D3FA}.Release|Any CPU.Build.0 = Release|Any CPU
{5098C1C7-0FA8-47C1-9A02-6E8B4F76D3FA}.CI|Any CPU.ActiveCfg = CI|Any CPU
{5098C1C7-0FA8-47C1-9A02-6E8B4F76D3FA}.CI|Any CPU.Build.0 = CI|Any CPU
{C3BA5622-A48A-4828-850D-53216FC80AB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3BA5622-A48A-4828-850D-53216FC80AB2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3BA5622-A48A-4828-850D-53216FC80AB2}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{C3BA5622-A48A-4828-850D-53216FC80AB2}.Release|Any CPU.Build.0 = Debug|Any CPU
{C3BA5622-A48A-4828-850D-53216FC80AB2}.CI|Any CPU.ActiveCfg = Debug|Any CPU
{C3BA5622-A48A-4828-850D-53216FC80AB2}.CI|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {14C5035E-19AA-4D63-9C3E-BD4531664C71}
EndGlobalSection
EndGlobal