This repository has been archived by the owner on Mar 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPowerUtils.Validations.sln
39 lines (39 loc) · 2.08 KB
/
PowerUtils.Validations.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PowerUtils.Validations", "src\PowerUtils.Validations.csproj", "{F4BD9D12-D421-4327-A217-FCAF14CE02ED}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PowerUtils.Validations.Tests", "tests\PowerUtils.Validations.Tests\PowerUtils.Validations.Tests.csproj", "{94BAE43D-6BAB-43C4-9FC8-53BAFF4296E0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{8339E601-1746-48C3-A45F-6A111D5F66C9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{0965340C-1083-41DA-B805-A4FAADC6E0D1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F4BD9D12-D421-4327-A217-FCAF14CE02ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4BD9D12-D421-4327-A217-FCAF14CE02ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4BD9D12-D421-4327-A217-FCAF14CE02ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4BD9D12-D421-4327-A217-FCAF14CE02ED}.Release|Any CPU.Build.0 = Release|Any CPU
{94BAE43D-6BAB-43C4-9FC8-53BAFF4296E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94BAE43D-6BAB-43C4-9FC8-53BAFF4296E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94BAE43D-6BAB-43C4-9FC8-53BAFF4296E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94BAE43D-6BAB-43C4-9FC8-53BAFF4296E0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F4BD9D12-D421-4327-A217-FCAF14CE02ED} = {8339E601-1746-48C3-A45F-6A111D5F66C9}
{94BAE43D-6BAB-43C4-9FC8-53BAFF4296E0} = {0965340C-1083-41DA-B805-A4FAADC6E0D1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {484C8F23-8E21-4E88-9E08-2E814357D1C6}
EndGlobalSection
EndGlobal