This repository has been archived by the owner on Dec 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
ZUGFeRD.NET-Example.sln
192 lines (192 loc) · 7.02 KB
/
ZUGFeRD.NET-Example.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZUGFeRD-Example", "KonikNetExample\ZUGFeRD-Example.csproj", "{AF837704-DB97-4F36-B7A2-B106A3912AAB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AF837704-DB97-4F36-B7A2-B106A3912AAB}.Debug|x86.ActiveCfg = Debug|x86
{AF837704-DB97-4F36-B7A2-B106A3912AAB}.Debug|x86.Build.0 = Debug|x86
{AF837704-DB97-4F36-B7A2-B106A3912AAB}.Release|x86.ActiveCfg = Release|x86
{AF837704-DB97-4F36-B7A2-B106A3912AAB}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = None
$1.ResourceNamePolicy = FileFormatDefault
$0.StandardHeader = $2
$2.Text = @/* Copyright (C) 2014 konik.io\n *\n * This file is part of the Konik library.\n *\n * The Konik library is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * The Konik library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with the Konik library. If not, see <http://www.gnu.org/licenses/>.\n */
$2.IncludeInNewFiles = True
$0.NameConventionPolicy = $3
$3.Rules = $4
$4.NamingRule = $5
$5.Name = Namespaces
$5.AffectedEntity = Namespace
$5.VisibilityMask = VisibilityMask
$5.NamingStyle = PascalCase
$5.IncludeInstanceMembers = True
$5.IncludeStaticEntities = True
$4.NamingRule = $6
$6.Name = Types
$6.AffectedEntity = Class, Struct, Enum, Delegate
$6.VisibilityMask = Public
$6.NamingStyle = PascalCase
$6.IncludeInstanceMembers = True
$6.IncludeStaticEntities = True
$4.NamingRule = $7
$7.Name = Interfaces
$7.RequiredPrefixes = $8
$8.String = I
$7.AffectedEntity = Interface
$7.VisibilityMask = Public
$7.NamingStyle = PascalCase
$7.IncludeInstanceMembers = True
$7.IncludeStaticEntities = True
$4.NamingRule = $9
$9.Name = Attributes
$9.RequiredSuffixes = $10
$10.String = Attribute
$9.AffectedEntity = CustomAttributes
$9.VisibilityMask = Public
$9.NamingStyle = PascalCase
$9.IncludeInstanceMembers = True
$9.IncludeStaticEntities = True
$4.NamingRule = $11
$11.Name = Event Arguments
$11.RequiredSuffixes = $12
$12.String = EventArgs
$11.AffectedEntity = CustomEventArgs
$11.VisibilityMask = Public
$11.NamingStyle = PascalCase
$11.IncludeInstanceMembers = True
$11.IncludeStaticEntities = True
$4.NamingRule = $13
$13.Name = Exceptions
$13.RequiredSuffixes = $14
$14.String = Exception
$13.AffectedEntity = CustomExceptions
$13.VisibilityMask = VisibilityMask
$13.NamingStyle = PascalCase
$13.IncludeInstanceMembers = True
$13.IncludeStaticEntities = True
$4.NamingRule = $15
$15.Name = Methods
$15.AffectedEntity = Methods
$15.VisibilityMask = Protected, Public
$15.NamingStyle = PascalCase
$15.IncludeInstanceMembers = True
$15.IncludeStaticEntities = True
$4.NamingRule = $16
$16.Name = Static Readonly Fields
$16.AffectedEntity = ReadonlyField
$16.VisibilityMask = Protected, Public
$16.NamingStyle = PascalCase
$16.IncludeInstanceMembers = False
$16.IncludeStaticEntities = True
$4.NamingRule = $17
$17.Name = Fields
$17.AffectedEntity = Field
$17.VisibilityMask = Protected, Public
$17.NamingStyle = PascalCase
$17.IncludeInstanceMembers = True
$17.IncludeStaticEntities = True
$4.NamingRule = $18
$18.Name = ReadOnly Fields
$18.AffectedEntity = ReadonlyField
$18.VisibilityMask = Protected, Public
$18.NamingStyle = PascalCase
$18.IncludeInstanceMembers = True
$18.IncludeStaticEntities = False
$4.NamingRule = $19
$19.Name = Constant Fields
$19.AffectedEntity = ConstantField
$19.VisibilityMask = Protected, Public
$19.NamingStyle = PascalCase
$19.IncludeInstanceMembers = True
$19.IncludeStaticEntities = True
$4.NamingRule = $20
$20.Name = Properties
$20.AffectedEntity = Property
$20.VisibilityMask = Protected, Public
$20.NamingStyle = PascalCase
$20.IncludeInstanceMembers = True
$20.IncludeStaticEntities = True
$4.NamingRule = $21
$21.Name = Events
$21.AffectedEntity = Event
$21.VisibilityMask = Protected, Public
$21.NamingStyle = PascalCase
$21.IncludeInstanceMembers = True
$21.IncludeStaticEntities = True
$4.NamingRule = $22
$22.Name = Enum Members
$22.AffectedEntity = EnumMember
$22.VisibilityMask = VisibilityMask
$22.NamingStyle = PascalCase
$22.IncludeInstanceMembers = True
$22.IncludeStaticEntities = True
$4.NamingRule = $23
$23.Name = Parameters
$23.AffectedEntity = Parameter
$23.VisibilityMask = VisibilityMask
$23.NamingStyle = CamelCase
$23.IncludeInstanceMembers = True
$23.IncludeStaticEntities = True
$4.NamingRule = $24
$24.Name = Type Parameters
$24.RequiredPrefixes = $25
$25.String = T
$24.AffectedEntity = TypeParameter
$24.VisibilityMask = VisibilityMask
$24.NamingStyle = PascalCase
$24.IncludeInstanceMembers = True
$24.IncludeStaticEntities = True
$0.VersionControlPolicy = $26
$26.inheritsSet = Mono
$0.TextStylePolicy = $27
$27.FileWidth = 120
$27.TabsToSpaces = False
$27.EolMarker = Unix
$27.inheritsSet = VisualStudio
$27.inheritsScope = text/plain
$27.scope = text/x-csharp
$0.CSharpFormattingPolicy = $28
$28.IndentSwitchBody = True
$28.BeforeMethodDeclarationParentheses = False
$28.BeforeMethodCallParentheses = False
$28.BeforeConstructorDeclarationParentheses = False
$28.NewLineBeforeConstructorInitializerColon = NewLine
$28.NewLineAfterConstructorInitializerColon = SameLine
$28.BeforeDelegateDeclarationParentheses = False
$28.NewParentheses = False
$28.SpacesBeforeBrackets = False
$28.inheritsSet = Mono
$28.inheritsScope = text/x-csharp
$28.scope = text/x-csharp
$0.TextStylePolicy = $29
$29.FileWidth = 120
$29.TabsToSpaces = False
$29.inheritsSet = VisualStudio
$29.inheritsScope = text/plain
$29.scope = text/plain
$0.TextStylePolicy = $30
$30.inheritsSet = null
$30.scope = application/config+xml
$0.XmlFormattingPolicy = $31
$31.inheritsSet = null
$31.scope = application/config+xml
$0.TextStylePolicy = $32
$32.inheritsSet = null
$32.scope = application/xml
$0.XmlFormattingPolicy = $33
$33.inheritsSet = Mono
$33.inheritsScope = application/xml
$33.scope = application/xml
version = 1.0
EndGlobalSection
EndGlobal