-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgetopt.net.sln
More file actions
86 lines (86 loc) · 4.35 KB
/
getopt.net.sln
File metadata and controls
86 lines (86 loc) · 4.35 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
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33414.496
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "getopt.net", "getopt.net\getopt.net.csproj", "{1AE8312F-67EB-4E2A-911F-F67B8E5D5C93}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "getopt.net.tests", "getopt.net.tests\getopt.net.tests.csproj", "{61E603C3-E53F-439A-9945-71EB7D13DC64}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B994D393-9D31-4B65-BCCB-3FF2ACC910C3}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
CHANGELOG.md = CHANGELOG.md
Doxyfile = Doxyfile
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Reference_Implementation", "Reference_Implementation", "{C10BBB00-F878-49DA-A820-096033490427}"
EndProject
Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "getopt.net.reference.vb", "getopt.net.reference.vb\getopt.net.reference.vb.vbproj", "{37B43EE5-B988-486E-BED9-AA6A5835DC0D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "getopt.net.reference.cs", "getopt.net.reference.cs\getopt.net.reference.cs.csproj", "{A367E857-0105-4824-B3B7-1334C6C21236}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1AE8312F-67EB-4E2A-911F-F67B8E5D5C93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1AE8312F-67EB-4E2A-911F-F67B8E5D5C93}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1AE8312F-67EB-4E2A-911F-F67B8E5D5C93}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1AE8312F-67EB-4E2A-911F-F67B8E5D5C93}.Release|Any CPU.Build.0 = Release|Any CPU
{61E603C3-E53F-439A-9945-71EB7D13DC64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61E603C3-E53F-439A-9945-71EB7D13DC64}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61E603C3-E53F-439A-9945-71EB7D13DC64}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61E603C3-E53F-439A-9945-71EB7D13DC64}.Release|Any CPU.Build.0 = Release|Any CPU
{37B43EE5-B988-486E-BED9-AA6A5835DC0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37B43EE5-B988-486E-BED9-AA6A5835DC0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37B43EE5-B988-486E-BED9-AA6A5835DC0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37B43EE5-B988-486E-BED9-AA6A5835DC0D}.Release|Any CPU.Build.0 = Release|Any CPU
{A367E857-0105-4824-B3B7-1334C6C21236}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A367E857-0105-4824-B3B7-1334C6C21236}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A367E857-0105-4824-B3B7-1334C6C21236}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A367E857-0105-4824-B3B7-1334C6C21236}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{37B43EE5-B988-486E-BED9-AA6A5835DC0D} = {C10BBB00-F878-49DA-A820-096033490427}
{A367E857-0105-4824-B3B7-1334C6C21236} = {C10BBB00-F878-49DA-A820-096033490427}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {47E0EF6B-9FA8-4829-8254-53F11E684144}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.TextStylePolicy = $3
$1.EolMarker = Unix
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.NewLinesForBracesInTypes = False
$2.NewLinesForBracesInMethods = False
$2.NewLinesForBracesInProperties = False
$2.NewLinesForBracesInAccessors = False
$2.NewLinesForBracesInAnonymousMethods = False
$2.NewLinesForBracesInControlBlocks = False
$2.NewLinesForBracesInAnonymousTypes = False
$2.NewLinesForBracesInObjectCollectionArrayInitializers = False
$2.NewLinesForBracesInLambdaExpressionBody = False
$2.NewLineForElse = False
$2.NewLineForCatch = False
$2.NewLineForFinally = False
$2.NewLineForMembersInObjectInit = False
$2.NewLineForMembersInAnonymousTypes = False
$2.NewLineForClausesInQuery = False
$2.SpaceBeforeColonInBaseTypeDeclaration = False
$2.scope = text/x-csharp
$3.FileWidth = 80
$3.TabsToSpaces = True
$3.scope = text/plain
$0.StandardHeader = $4
EndGlobalSection
EndGlobal