forked from adamabdelhamed/PowerArgs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPowerArgs.sln
90 lines (90 loc) · 5.44 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HelloWorld", "HelloWorld\HelloWorld.csproj", "{9FF5B5D7-B7FC-4F03-B13E-ADC16D4E8350}"
ProjectSection(ProjectDependencies) = postProject
{35809FAB-7FBD-4663-8409-2D6A312C8265} = {35809FAB-7FBD-4663-8409-2D6A312C8265}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PowerArgs", "PowerArgs\PowerArgs.csproj", "{35809FAB-7FBD-4663-8409-2D6A312C8265}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PowerArgsTests", "ArgsTests\PowerArgsTests.csproj", "{A059EF3C-3AC2-4DC2-9236-9328D3C3408E}"
EndProject
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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DoxygenPublisher", "DoxygenPublisher\DoxygenPublisher.csproj", "{973A992A-128C-41FF-9BA9-DA0C90F4DA7A}"
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
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
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
{9FF5B5D7-B7FC-4F03-B13E-ADC16D4E8350}.Debug|Any CPU.ActiveCfg = Debug|x86
{9FF5B5D7-B7FC-4F03-B13E-ADC16D4E8350}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{9FF5B5D7-B7FC-4F03-B13E-ADC16D4E8350}.Debug|Mixed Platforms.Build.0 = Debug|x86
{9FF5B5D7-B7FC-4F03-B13E-ADC16D4E8350}.Debug|x86.ActiveCfg = Debug|x86
{9FF5B5D7-B7FC-4F03-B13E-ADC16D4E8350}.Debug|x86.Build.0 = Debug|x86
{9FF5B5D7-B7FC-4F03-B13E-ADC16D4E8350}.Release|Any CPU.ActiveCfg = Release|x86
{9FF5B5D7-B7FC-4F03-B13E-ADC16D4E8350}.Release|Mixed Platforms.ActiveCfg = Release|x86
{9FF5B5D7-B7FC-4F03-B13E-ADC16D4E8350}.Release|Mixed Platforms.Build.0 = Release|x86
{9FF5B5D7-B7FC-4F03-B13E-ADC16D4E8350}.Release|x86.ActiveCfg = Release|x86
{9FF5B5D7-B7FC-4F03-B13E-ADC16D4E8350}.Release|x86.Build.0 = Release|x86
{35809FAB-7FBD-4663-8409-2D6A312C8265}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35809FAB-7FBD-4663-8409-2D6A312C8265}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35809FAB-7FBD-4663-8409-2D6A312C8265}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{35809FAB-7FBD-4663-8409-2D6A312C8265}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{35809FAB-7FBD-4663-8409-2D6A312C8265}.Debug|x86.ActiveCfg = Debug|Any CPU
{35809FAB-7FBD-4663-8409-2D6A312C8265}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35809FAB-7FBD-4663-8409-2D6A312C8265}.Release|Any CPU.Build.0 = Release|Any CPU
{35809FAB-7FBD-4663-8409-2D6A312C8265}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{35809FAB-7FBD-4663-8409-2D6A312C8265}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{35809FAB-7FBD-4663-8409-2D6A312C8265}.Release|x86.ActiveCfg = Release|Any CPU
{A059EF3C-3AC2-4DC2-9236-9328D3C3408E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A059EF3C-3AC2-4DC2-9236-9328D3C3408E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A059EF3C-3AC2-4DC2-9236-9328D3C3408E}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{A059EF3C-3AC2-4DC2-9236-9328D3C3408E}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{A059EF3C-3AC2-4DC2-9236-9328D3C3408E}.Debug|x86.ActiveCfg = Debug|Any CPU
{A059EF3C-3AC2-4DC2-9236-9328D3C3408E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A059EF3C-3AC2-4DC2-9236-9328D3C3408E}.Release|Any CPU.Build.0 = Release|Any CPU
{A059EF3C-3AC2-4DC2-9236-9328D3C3408E}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{A059EF3C-3AC2-4DC2-9236-9328D3C3408E}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{A059EF3C-3AC2-4DC2-9236-9328D3C3408E}.Release|x86.ActiveCfg = Release|Any CPU
{973A992A-128C-41FF-9BA9-DA0C90F4DA7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{973A992A-128C-41FF-9BA9-DA0C90F4DA7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{973A992A-128C-41FF-9BA9-DA0C90F4DA7A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{973A992A-128C-41FF-9BA9-DA0C90F4DA7A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{973A992A-128C-41FF-9BA9-DA0C90F4DA7A}.Debug|x86.ActiveCfg = Debug|Any CPU
{973A992A-128C-41FF-9BA9-DA0C90F4DA7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{973A992A-128C-41FF-9BA9-DA0C90F4DA7A}.Release|Any CPU.Build.0 = Release|Any CPU
{973A992A-128C-41FF-9BA9-DA0C90F4DA7A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{973A992A-128C-41FF-9BA9-DA0C90F4DA7A}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{973A992A-128C-41FF-9BA9-DA0C90F4DA7A}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = PowerArgs.vsmdi
EndGlobalSection
EndGlobal