-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathPowerArgs.sln
69 lines (69 loc) · 3.78 KB
/
PowerArgs.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8159C52C-C248-4C1A-9B22-FF405280EB6F}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
PowerArgs.vsmdi = PowerArgs.vsmdi
readme.md = readme.md
Release Process.txt = Release Process.txt
TestSettings1.testsettings = TestSettings1.testsettings
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{75F86EA7-B846-46BC-B584-EFDF11A425E8}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PowerArgs", "PowerArgs\PowerArgs.csproj", "{634E79D8-09BB-4EA6-B65A-A851B3F47881}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PowerArgsTestCore", "PowerArgsTestCore\PowerArgsTestCore.csproj", "{7BA710F3-F93F-44E5-A077-1DC19B529E33}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{634E79D8-09BB-4EA6-B65A-A851B3F47881}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{634E79D8-09BB-4EA6-B65A-A851B3F47881}.Debug|Any CPU.Build.0 = Debug|Any CPU
{634E79D8-09BB-4EA6-B65A-A851B3F47881}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{634E79D8-09BB-4EA6-B65A-A851B3F47881}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{634E79D8-09BB-4EA6-B65A-A851B3F47881}.Debug|x86.ActiveCfg = Debug|Any CPU
{634E79D8-09BB-4EA6-B65A-A851B3F47881}.Debug|x86.Build.0 = Debug|Any CPU
{634E79D8-09BB-4EA6-B65A-A851B3F47881}.Release|Any CPU.ActiveCfg = Release|Any CPU
{634E79D8-09BB-4EA6-B65A-A851B3F47881}.Release|Any CPU.Build.0 = Release|Any CPU
{634E79D8-09BB-4EA6-B65A-A851B3F47881}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{634E79D8-09BB-4EA6-B65A-A851B3F47881}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{634E79D8-09BB-4EA6-B65A-A851B3F47881}.Release|x86.ActiveCfg = Release|Any CPU
{634E79D8-09BB-4EA6-B65A-A851B3F47881}.Release|x86.Build.0 = Release|Any CPU
{7BA710F3-F93F-44E5-A077-1DC19B529E33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7BA710F3-F93F-44E5-A077-1DC19B529E33}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7BA710F3-F93F-44E5-A077-1DC19B529E33}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{7BA710F3-F93F-44E5-A077-1DC19B529E33}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{7BA710F3-F93F-44E5-A077-1DC19B529E33}.Debug|x86.ActiveCfg = Debug|Any CPU
{7BA710F3-F93F-44E5-A077-1DC19B529E33}.Debug|x86.Build.0 = Debug|Any CPU
{7BA710F3-F93F-44E5-A077-1DC19B529E33}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7BA710F3-F93F-44E5-A077-1DC19B529E33}.Release|Any CPU.Build.0 = Release|Any CPU
{7BA710F3-F93F-44E5-A077-1DC19B529E33}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{7BA710F3-F93F-44E5-A077-1DC19B529E33}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{7BA710F3-F93F-44E5-A077-1DC19B529E33}.Release|x86.ActiveCfg = Release|Any CPU
{7BA710F3-F93F-44E5-A077-1DC19B529E33}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {856AEAB4-3541-4888-A5A3-F55A3E5E7033}
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = PowerArgs.vsmdi
EndGlobalSection
EndGlobal