1
1
2
2
Microsoft Visual Studio Solution File, Format Version 12.00
3
- # Visual Studio 2012
3
+ # Visual Studio Version 17
4
+ VisualStudioVersion = 17.0.31919.166
5
+ MinimumVisualStudioVersion = 10.0.40219.1
4
6
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Mpdeimos.GitRepoZipper" , "src\Mpdeimos.GitRepoZipper.csproj" , "{4520C23F-BF0A-4045-BC2E-4D3F720EB1BC}"
5
7
EndProject
6
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Mpdeimos.GitRepoZipper_Test " , "test-src\Mpdeimos.GitRepoZipper_Test. csproj" , "{CD6489F9-7F08-4926-AEAD-E5204B20A316 }"
8
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Mpdeimos.GitRepoZipper.Tests " , "test-src\Mpdeimos.GitRepoZipper.Tests. csproj" , "{5E53040F-3A1D-4B74-8653-AB3CF0EC5B39 }"
7
9
EndProject
8
10
Global
9
11
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
10
- Debug| x86 = Debug| x86
11
- Release| x86 = Release| x86
12
+ Debug| Any CPU = Debug| Any CPU
13
+ Release| Any CPU = Release| Any CPU
12
14
EndGlobalSection
13
15
GlobalSection (ProjectConfigurationPlatforms ) = postSolution
14
- {4520C23F-BF0A-4045-BC2E-4D3F720EB1BC} .Debug| x86 .ActiveCfg = Debug| x86
15
- {4520C23F-BF0A-4045-BC2E-4D3F720EB1BC} .Debug| x86 .Build .0 = Debug| x86
16
- {4520C23F-BF0A-4045-BC2E-4D3F720EB1BC} .Release| x86 .ActiveCfg = Release| x86
17
- {4520C23F-BF0A-4045-BC2E-4D3F720EB1BC} .Release| x86 .Build .0 = Release| x86
18
- {CD6489F9-7F08-4926-AEAD-E5204B20A316} .Debug| x86 .ActiveCfg = Debug| x86
19
- {CD6489F9-7F08-4926-AEAD-E5204B20A316} .Debug| x86 .Build .0 = Debug| x86
20
- {CD6489F9-7F08-4926-AEAD-E5204B20A316} .Release| x86 .ActiveCfg = Release| x86
21
- {CD6489F9-7F08-4926-AEAD-E5204B20A316} .Release| x86 .Build .0 = Release| x86
16
+ {4520C23F-BF0A-4045-BC2E-4D3F720EB1BC} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
17
+ {4520C23F-BF0A-4045-BC2E-4D3F720EB1BC} .Debug| Any CPU .Build .0 = Debug| Any CPU
18
+ {4520C23F-BF0A-4045-BC2E-4D3F720EB1BC} .Release| Any CPU .ActiveCfg = Release| Any CPU
19
+ {4520C23F-BF0A-4045-BC2E-4D3F720EB1BC} .Release| Any CPU .Build .0 = Release| Any CPU
20
+ {CD6489F9-7F08-4926-AEAD-E5204B20A316} .Debug| Any CPU .ActiveCfg = Debug| x86
21
+ {CD6489F9-7F08-4926-AEAD-E5204B20A316} .Release| Any CPU .ActiveCfg = Release| x86
22
+ {5E53040F-3A1D-4B74-8653-AB3CF0EC5B39} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
23
+ {5E53040F-3A1D-4B74-8653-AB3CF0EC5B39} .Debug| Any CPU .Build .0 = Debug| Any CPU
24
+ {5E53040F-3A1D-4B74-8653-AB3CF0EC5B39} .Release| Any CPU .ActiveCfg = Release| Any CPU
25
+ {5E53040F-3A1D-4B74-8653-AB3CF0EC5B39} .Release| Any CPU .Build .0 = Release| Any CPU
26
+ EndGlobalSection
27
+ GlobalSection (SolutionProperties ) = preSolution
28
+ HideSolutionNode = FALSE
29
+ EndGlobalSection
30
+ GlobalSection (ExtensibilityGlobals ) = postSolution
31
+ SolutionGuid = {B79071DE-0390-4360-8846-6FEB45D27C49}
22
32
EndGlobalSection
23
33
GlobalSection (MonoDevelopProperties ) = preSolution
24
34
Policies = $0
@@ -62,21 +72,19 @@ Global
62
72
$4 .IncludeInNewFiles = True
63
73
$0 .NameConventionPolicy = $5
64
74
$5 .Rules = $6
65
- $6 .NamingRule = $7
75
+ $6 .NamingRule = $26
66
76
$7 .Name = Namespaces
67
77
$7 .AffectedEntity = Namespace
68
78
$7 .VisibilityMask = VisibilityMask
69
79
$7 .NamingStyle = PascalCase
70
80
$7 .IncludeInstanceMembers = True
71
81
$7 .IncludeStaticEntities = True
72
- $6 .NamingRule = $8
73
82
$8 .Name = Types
74
83
$8 .AffectedEntity = Class , Struct , Enum , Delegate
75
84
$8 .VisibilityMask = Public
76
85
$8 .NamingStyle = PascalCase
77
86
$8 .IncludeInstanceMembers = True
78
87
$8 .IncludeStaticEntities = True
79
- $6 .NamingRule = $9
80
88
$9 .Name = Interfaces
81
89
$9 .RequiredPrefixes = $10
82
90
$10 .String = I
85
93
$9 .NamingStyle = PascalCase
86
94
$9 .IncludeInstanceMembers = True
87
95
$9 .IncludeStaticEntities = True
88
- $6 .NamingRule = $11
89
96
$11 .Name = Attributes
90
97
$11 .RequiredSuffixes = $12
91
98
$12 .String = Attribute
@@ -94,7 +101,6 @@ Global
94
101
$11 .NamingStyle = PascalCase
95
102
$11 .IncludeInstanceMembers = True
96
103
$11 .IncludeStaticEntities = True
97
- $6 .NamingRule = $13
98
104
$13 .Name = Event Arguments
99
105
$13 .RequiredSuffixes = $14
100
106
$14 .String = EventArgs
@@ -103,7 +109,6 @@ Global
103
109
$13 .NamingStyle = PascalCase
104
110
$13 .IncludeInstanceMembers = True
105
111
$13 .IncludeStaticEntities = True
106
- $6 .NamingRule = $15
107
112
$15 .Name = Exceptions
108
113
$15 .RequiredSuffixes = $16
109
114
$16 .String = Exception
@@ -112,70 +117,60 @@ Global
112
117
$15 .NamingStyle = PascalCase
113
118
$15 .IncludeInstanceMembers = True
114
119
$15 .IncludeStaticEntities = True
115
- $6 .NamingRule = $17
116
120
$17 .Name = Methods
117
121
$17 .AffectedEntity = Methods
118
122
$17 .VisibilityMask = Protected , Public
119
123
$17 .NamingStyle = PascalCase
120
124
$17 .IncludeInstanceMembers = True
121
125
$17 .IncludeStaticEntities = True
122
- $6 .NamingRule = $18
123
126
$18 .Name = Static Readonly Fields
124
127
$18 .AffectedEntity = ReadonlyField
125
128
$18 .VisibilityMask = Protected , Public
126
129
$18 .NamingStyle = PascalCase
127
130
$18 .IncludeInstanceMembers = False
128
131
$18 .IncludeStaticEntities = True
129
- $6 .NamingRule = $19
130
132
$19 .Name = Fields
131
133
$19 .AffectedEntity = Field
132
134
$19 .VisibilityMask = Protected , Public
133
135
$19 .NamingStyle = PascalCase
134
136
$19 .IncludeInstanceMembers = True
135
137
$19 .IncludeStaticEntities = True
136
- $6 .NamingRule = $20
137
138
$20 .Name = ReadOnly Fields
138
139
$20 .AffectedEntity = ReadonlyField
139
140
$20 .VisibilityMask = Protected , Public
140
141
$20 .NamingStyle = PascalCase
141
142
$20 .IncludeInstanceMembers = True
142
143
$20 .IncludeStaticEntities = False
143
- $6 .NamingRule = $21
144
144
$21 .Name = Constant Fields
145
145
$21 .AffectedEntity = ConstantField
146
146
$21 .VisibilityMask = Protected , Public
147
147
$21 .NamingStyle = PascalCase
148
148
$21 .IncludeInstanceMembers = True
149
149
$21 .IncludeStaticEntities = True
150
- $6 .NamingRule = $22
151
150
$22 .Name = Properties
152
151
$22 .AffectedEntity = Property
153
152
$22 .VisibilityMask = Protected , Public
154
153
$22 .NamingStyle = PascalCase
155
154
$22 .IncludeInstanceMembers = True
156
155
$22 .IncludeStaticEntities = True
157
- $6 .NamingRule = $23
158
156
$23 .Name = Events
159
157
$23 .AffectedEntity = Event
160
158
$23 .VisibilityMask = Protected , Public
161
159
$23 .NamingStyle = PascalCase
162
160
$23 .IncludeInstanceMembers = True
163
161
$23 .IncludeStaticEntities = True
164
- $6 .NamingRule = $24
165
162
$24 .Name = Enum Members
166
163
$24 .AffectedEntity = EnumMember
167
164
$24 .VisibilityMask = VisibilityMask
168
165
$24 .NamingStyle = PascalCase
169
166
$24 .IncludeInstanceMembers = True
170
167
$24 .IncludeStaticEntities = True
171
- $6 .NamingRule = $25
172
168
$25 .Name = Parameters
173
169
$25 .AffectedEntity = Parameter
174
170
$25 .VisibilityMask = VisibilityMask
175
171
$25 .NamingStyle = CamelCase
176
172
$25 .IncludeInstanceMembers = True
177
173
$25 .IncludeStaticEntities = True
178
- $6 .NamingRule = $26
179
174
$26 .Name = Type Parameters
180
175
$26 .RequiredPrefixes = $27
181
176
$27 .String = T
0 commit comments