This repository was archived by the owner on Aug 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPowerUtils.Net.Primitives.sln
More file actions
39 lines (39 loc) · 2.1 KB
/
PowerUtils.Net.Primitives.sln
File metadata and controls
39 lines (39 loc) · 2.1 KB
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.Net.Primitives", "src\PowerUtils.Net.Primitives.csproj", "{E6177B22-B10A-4481-BF48-5DAAF33A1611}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PowerUtils.Net.Primitives.Tests", "tests\PowerUtils.Net.Primitives.Tests\PowerUtils.Net.Primitives.Tests.csproj", "{EACB7A09-1067-4312-B8D1-1D29897BA8D4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{6F5B2D55-69F7-43F7-8BA8-97BB4D79276D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{3B90E664-51A0-4997-B2F3-58E2931E3B03}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E6177B22-B10A-4481-BF48-5DAAF33A1611}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6177B22-B10A-4481-BF48-5DAAF33A1611}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6177B22-B10A-4481-BF48-5DAAF33A1611}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6177B22-B10A-4481-BF48-5DAAF33A1611}.Release|Any CPU.Build.0 = Release|Any CPU
{EACB7A09-1067-4312-B8D1-1D29897BA8D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EACB7A09-1067-4312-B8D1-1D29897BA8D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EACB7A09-1067-4312-B8D1-1D29897BA8D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EACB7A09-1067-4312-B8D1-1D29897BA8D4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E6177B22-B10A-4481-BF48-5DAAF33A1611} = {6F5B2D55-69F7-43F7-8BA8-97BB4D79276D}
{EACB7A09-1067-4312-B8D1-1D29897BA8D4} = {3B90E664-51A0-4997-B2F3-58E2931E3B03}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A48BE987-BAA5-4255-862F-32B60FD428A9}
EndGlobalSection
EndGlobal