This repository has been archived by the owner on Oct 2, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPowerDir.sln
37 lines (37 loc) · 1.8 KB
/
PowerDir.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PowerDir", "PowerDir\PowerDir.csproj", "{B4FDBF55-2028-4BFD-8C34-0846B755166F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B27621F8-398A-4B88-BF34-52E0DB0929C3}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PowerDir.Tests", "PowerDir.Tests\PowerDir.Tests.csproj", "{63E64054-8C0E-4DD0-8C2A-6FC9A054E731}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B4FDBF55-2028-4BFD-8C34-0846B755166F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4FDBF55-2028-4BFD-8C34-0846B755166F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4FDBF55-2028-4BFD-8C34-0846B755166F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4FDBF55-2028-4BFD-8C34-0846B755166F}.Release|Any CPU.Build.0 = Release|Any CPU
{63E64054-8C0E-4DD0-8C2A-6FC9A054E731}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63E64054-8C0E-4DD0-8C2A-6FC9A054E731}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63E64054-8C0E-4DD0-8C2A-6FC9A054E731}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63E64054-8C0E-4DD0-8C2A-6FC9A054E731}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CE9CF1A6-FD81-40AE-9C4B-76D90C8DF590}
EndGlobalSection
EndGlobal