annotate Implab.mono.sln @ 121:62d2f1e98c4e v2

working version of AsyncQueue and batch operations tests
author cin
date Mon, 12 Jan 2015 18:19:41 +0300
parents dc4942d09e74
children ec91a6dfa5b3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
77
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
1 
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
2 Microsoft Visual Studio Solution File, Format Version 11.00
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
3 # Visual Studio 2010
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
4 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Implab", "Implab\Implab.csproj", "{F550F1F8-8746-4AD0-9614-855F4C4B7F05}"
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
5 EndProject
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
6 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CE8D8D18-437A-445C-B662-4C2CE79A76F6}"
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
7 ProjectSection(SolutionItems) = preProject
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
8 Implab.vsmdi = Implab.vsmdi
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
9 Local.testsettings = Local.testsettings
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
10 TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
11 EndProjectSection
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
12 EndProject
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
13 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Implab.Fx", "Implab.Fx\Implab.Fx.csproj", "{06E706F8-6881-43EB-927E-FFC503AF6ABC}"
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
14 EndProject
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
15 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{BCA337C3-BFDC-4825-BBDB-E6D467E4E452}"
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
16 EndProject
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
17 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Implab.Test.mono", "Implab.Test\Implab.Test.mono.csproj", "{2BD05F84-E067-4B87-9477-FDC2676A21C6}"
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
18 EndProject
93
dc4942d09e74 improved tracing
cin
parents: 80
diff changeset
19 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MonoPlay", "MonoPlay\MonoPlay.csproj", "{15DD7123-D504-4627-8B4F-D00C7F04D033}"
dc4942d09e74 improved tracing
cin
parents: 80
diff changeset
20 EndProject
77
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
21 Global
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
22 GlobalSection(SolutionConfigurationPlatforms) = preSolution
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
23 Debug|Any CPU = Debug|Any CPU
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
24 Release|Any CPU = Release|Any CPU
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
25 Debug 4.5|Any CPU = Debug 4.5|Any CPU
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
26 Release 4.5|Any CPU = Release 4.5|Any CPU
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
27 EndGlobalSection
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
28 GlobalSection(ProjectConfigurationPlatforms) = postSolution
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
29 {06E706F8-6881-43EB-927E-FFC503AF6ABC}.Debug 4.5|Any CPU.ActiveCfg = Debug 4.5|Any CPU
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
30 {06E706F8-6881-43EB-927E-FFC503AF6ABC}.Debug 4.5|Any CPU.Build.0 = Debug 4.5|Any CPU
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
31 {06E706F8-6881-43EB-927E-FFC503AF6ABC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
32 {06E706F8-6881-43EB-927E-FFC503AF6ABC}.Debug|Any CPU.Build.0 = Debug|Any CPU
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
33 {06E706F8-6881-43EB-927E-FFC503AF6ABC}.Release 4.5|Any CPU.ActiveCfg = Release 4.5|Any CPU
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
34 {06E706F8-6881-43EB-927E-FFC503AF6ABC}.Release 4.5|Any CPU.Build.0 = Release 4.5|Any CPU
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
35 {06E706F8-6881-43EB-927E-FFC503AF6ABC}.Release|Any CPU.ActiveCfg = Release|Any CPU
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
36 {06E706F8-6881-43EB-927E-FFC503AF6ABC}.Release|Any CPU.Build.0 = Release|Any CPU
93
dc4942d09e74 improved tracing
cin
parents: 80
diff changeset
37 {15DD7123-D504-4627-8B4F-D00C7F04D033}.Debug 4.5|Any CPU.ActiveCfg = Debug|Any CPU
dc4942d09e74 improved tracing
cin
parents: 80
diff changeset
38 {15DD7123-D504-4627-8B4F-D00C7F04D033}.Debug 4.5|Any CPU.Build.0 = Debug|Any CPU
dc4942d09e74 improved tracing
cin
parents: 80
diff changeset
39 {15DD7123-D504-4627-8B4F-D00C7F04D033}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
dc4942d09e74 improved tracing
cin
parents: 80
diff changeset
40 {15DD7123-D504-4627-8B4F-D00C7F04D033}.Debug|Any CPU.Build.0 = Debug|Any CPU
dc4942d09e74 improved tracing
cin
parents: 80
diff changeset
41 {15DD7123-D504-4627-8B4F-D00C7F04D033}.Release 4.5|Any CPU.ActiveCfg = Release|Any CPU
dc4942d09e74 improved tracing
cin
parents: 80
diff changeset
42 {15DD7123-D504-4627-8B4F-D00C7F04D033}.Release 4.5|Any CPU.Build.0 = Release|Any CPU
dc4942d09e74 improved tracing
cin
parents: 80
diff changeset
43 {15DD7123-D504-4627-8B4F-D00C7F04D033}.Release|Any CPU.ActiveCfg = Release|Any CPU
dc4942d09e74 improved tracing
cin
parents: 80
diff changeset
44 {15DD7123-D504-4627-8B4F-D00C7F04D033}.Release|Any CPU.Build.0 = Release|Any CPU
77
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
45 {2BD05F84-E067-4B87-9477-FDC2676A21C6}.Debug 4.5|Any CPU.ActiveCfg = Debug 4.5|Any CPU
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
46 {2BD05F84-E067-4B87-9477-FDC2676A21C6}.Debug 4.5|Any CPU.Build.0 = Debug 4.5|Any CPU
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
47 {2BD05F84-E067-4B87-9477-FDC2676A21C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
48 {2BD05F84-E067-4B87-9477-FDC2676A21C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
49 {2BD05F84-E067-4B87-9477-FDC2676A21C6}.Release 4.5|Any CPU.ActiveCfg = Release 4.5|Any CPU
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
50 {2BD05F84-E067-4B87-9477-FDC2676A21C6}.Release 4.5|Any CPU.Build.0 = Release 4.5|Any CPU
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
51 {2BD05F84-E067-4B87-9477-FDC2676A21C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
52 {2BD05F84-E067-4B87-9477-FDC2676A21C6}.Release|Any CPU.Build.0 = Release|Any CPU
93
dc4942d09e74 improved tracing
cin
parents: 80
diff changeset
53 {F550F1F8-8746-4AD0-9614-855F4C4B7F05}.Debug 4.5|Any CPU.ActiveCfg = Debug 4.5|Any CPU
dc4942d09e74 improved tracing
cin
parents: 80
diff changeset
54 {F550F1F8-8746-4AD0-9614-855F4C4B7F05}.Debug 4.5|Any CPU.Build.0 = Debug 4.5|Any CPU
dc4942d09e74 improved tracing
cin
parents: 80
diff changeset
55 {F550F1F8-8746-4AD0-9614-855F4C4B7F05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
dc4942d09e74 improved tracing
cin
parents: 80
diff changeset
56 {F550F1F8-8746-4AD0-9614-855F4C4B7F05}.Debug|Any CPU.Build.0 = Debug|Any CPU
dc4942d09e74 improved tracing
cin
parents: 80
diff changeset
57 {F550F1F8-8746-4AD0-9614-855F4C4B7F05}.Release 4.5|Any CPU.ActiveCfg = Release 4.5|Any CPU
dc4942d09e74 improved tracing
cin
parents: 80
diff changeset
58 {F550F1F8-8746-4AD0-9614-855F4C4B7F05}.Release 4.5|Any CPU.Build.0 = Release 4.5|Any CPU
dc4942d09e74 improved tracing
cin
parents: 80
diff changeset
59 {F550F1F8-8746-4AD0-9614-855F4C4B7F05}.Release|Any CPU.ActiveCfg = Release|Any CPU
dc4942d09e74 improved tracing
cin
parents: 80
diff changeset
60 {F550F1F8-8746-4AD0-9614-855F4C4B7F05}.Release|Any CPU.Build.0 = Release|Any CPU
77
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
61 {2F31E405-E267-4195-A05D-574093C21209}.Debug 4.5|Any CPU.ActiveCfg = Debug 4.5|Any CPU
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
62 {2F31E405-E267-4195-A05D-574093C21209}.Debug 4.5|Any CPU.Build.0 = Debug 4.5|Any CPU
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
63 {2F31E405-E267-4195-A05D-574093C21209}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
64 {2F31E405-E267-4195-A05D-574093C21209}.Debug|Any CPU.Build.0 = Debug|Any CPU
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
65 {2F31E405-E267-4195-A05D-574093C21209}.Release 4.5|Any CPU.ActiveCfg = Release 4.5|Any CPU
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
66 {2F31E405-E267-4195-A05D-574093C21209}.Release 4.5|Any CPU.Build.0 = Release 4.5|Any CPU
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
67 {2F31E405-E267-4195-A05D-574093C21209}.Release|Any CPU.ActiveCfg = Release|Any CPU
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
68 {2F31E405-E267-4195-A05D-574093C21209}.Release|Any CPU.Build.0 = Release|Any CPU
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
69 {63F92C0C-61BF-48C0-A377-8D67C3C661D0}.Debug 4.5|Any CPU.ActiveCfg = Debug 4.5|Any CPU
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
70 {63F92C0C-61BF-48C0-A377-8D67C3C661D0}.Debug 4.5|Any CPU.Build.0 = Debug 4.5|Any CPU
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
71 {63F92C0C-61BF-48C0-A377-8D67C3C661D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
72 {63F92C0C-61BF-48C0-A377-8D67C3C661D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
73 {63F92C0C-61BF-48C0-A377-8D67C3C661D0}.Release 4.5|Any CPU.ActiveCfg = Release 4.5|Any CPU
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
74 {63F92C0C-61BF-48C0-A377-8D67C3C661D0}.Release 4.5|Any CPU.Build.0 = Release 4.5|Any CPU
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
75 {63F92C0C-61BF-48C0-A377-8D67C3C661D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
76 {63F92C0C-61BF-48C0-A377-8D67C3C661D0}.Release|Any CPU.Build.0 = Release|Any CPU
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
77 EndGlobalSection
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
78 GlobalSection(NestedProjects) = preSolution
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
79 {2BD05F84-E067-4B87-9477-FDC2676A21C6} = {BCA337C3-BFDC-4825-BBDB-E6D467E4E452}
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
80 EndGlobalSection
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
81 GlobalSection(MonoDevelopProperties) = preSolution
93
dc4942d09e74 improved tracing
cin
parents: 80
diff changeset
82 StartupItem = MonoPlay\MonoPlay.csproj
77
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
83 Policies = $0
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
84 $0.CSharpFormattingPolicy = $1
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
85 $1.IndentSwitchBody = True
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
86 $1.NamespaceBraceStyle = EndOfLine
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
87 $1.ClassBraceStyle = EndOfLine
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
88 $1.InterfaceBraceStyle = EndOfLine
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
89 $1.StructBraceStyle = EndOfLine
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
90 $1.EnumBraceStyle = EndOfLine
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
91 $1.MethodBraceStyle = EndOfLine
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
92 $1.ConstructorBraceStyle = EndOfLine
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
93 $1.DestructorBraceStyle = EndOfLine
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
94 $1.BeforeMethodDeclarationParentheses = False
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
95 $1.BeforeMethodCallParentheses = False
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
96 $1.BeforeConstructorDeclarationParentheses = False
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
97 $1.NewLineBeforeConstructorInitializerColon = NewLine
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
98 $1.NewLineAfterConstructorInitializerColon = SameLine
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
99 $1.BeforeIndexerDeclarationBracket = False
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
100 $1.BeforeDelegateDeclarationParentheses = False
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
101 $1.NewParentheses = False
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
102 $1.SpacesBeforeBrackets = False
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
103 $1.inheritsSet = Mono
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
104 $1.inheritsScope = text/x-csharp
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
105 $1.scope = text/x-csharp
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
106 $0.TextStylePolicy = $2
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
107 $2.FileWidth = 120
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
108 $2.EolMarker = Unix
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
109 $2.inheritsSet = VisualStudio
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
110 $2.inheritsScope = text/plain
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
111 $2.scope = text/x-csharp
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
112 $0.DotNetNamingPolicy = $3
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
113 $3.DirectoryNamespaceAssociation = PrefixedHierarchical
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
114 $3.ResourceNamePolicy = MSBuild
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
115 $0.TextStylePolicy = $4
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
116 $4.FileWidth = 120
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
117 $4.TabsToSpaces = False
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
118 $4.inheritsSet = VisualStudio
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
119 $4.inheritsScope = text/plain
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
120 $4.scope = application/xml
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
121 $0.XmlFormattingPolicy = $5
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
122 $5.inheritsSet = Mono
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
123 $5.inheritsScope = application/xml
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
124 $5.scope = application/xml
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
125 $0.TextStylePolicy = $6
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
126 $6.FileWidth = 120
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
127 $6.TabsToSpaces = False
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
128 $6.inheritsSet = VisualStudio
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
129 $6.inheritsScope = text/plain
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
130 $6.scope = text/plain
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
131 $0.NameConventionPolicy = $7
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
132 $7.Rules = $8
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
133 $8.NamingRule = $9
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
134 $9.Name = Namespaces
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
135 $9.AffectedEntity = Namespace
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
136 $9.VisibilityMask = VisibilityMask
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
137 $9.NamingStyle = PascalCase
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
138 $9.IncludeInstanceMembers = True
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
139 $9.IncludeStaticEntities = True
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
140 $8.NamingRule = $10
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
141 $10.Name = Types
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
142 $10.AffectedEntity = Class, Struct, Enum, Delegate
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
143 $10.VisibilityMask = VisibilityMask
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
144 $10.NamingStyle = PascalCase
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
145 $10.IncludeInstanceMembers = True
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
146 $10.IncludeStaticEntities = True
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
147 $8.NamingRule = $11
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
148 $11.Name = Interfaces
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
149 $11.RequiredPrefixes = $12
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
150 $12.String = I
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
151 $11.AffectedEntity = Interface
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
152 $11.VisibilityMask = VisibilityMask
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
153 $11.NamingStyle = PascalCase
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
154 $11.IncludeInstanceMembers = True
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
155 $11.IncludeStaticEntities = True
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
156 $8.NamingRule = $13
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
157 $13.Name = Attributes
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
158 $13.RequiredSuffixes = $14
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
159 $14.String = Attribute
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
160 $13.AffectedEntity = CustomAttributes
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
161 $13.VisibilityMask = VisibilityMask
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
162 $13.NamingStyle = PascalCase
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
163 $13.IncludeInstanceMembers = True
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
164 $13.IncludeStaticEntities = True
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
165 $8.NamingRule = $15
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
166 $15.Name = Event Arguments
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
167 $15.RequiredSuffixes = $16
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
168 $16.String = EventArgs
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
169 $15.AffectedEntity = CustomEventArgs
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
170 $15.VisibilityMask = VisibilityMask
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
171 $15.NamingStyle = PascalCase
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
172 $15.IncludeInstanceMembers = True
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
173 $15.IncludeStaticEntities = True
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
174 $8.NamingRule = $17
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
175 $17.Name = Exceptions
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
176 $17.RequiredSuffixes = $18
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
177 $18.String = Exception
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
178 $17.AffectedEntity = CustomExceptions
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
179 $17.VisibilityMask = VisibilityMask
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
180 $17.NamingStyle = PascalCase
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
181 $17.IncludeInstanceMembers = True
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
182 $17.IncludeStaticEntities = True
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
183 $8.NamingRule = $19
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
184 $19.Name = Methods
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
185 $19.AffectedEntity = Methods
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
186 $19.VisibilityMask = VisibilityMask
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
187 $19.NamingStyle = PascalCase
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
188 $19.IncludeInstanceMembers = True
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
189 $19.IncludeStaticEntities = True
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
190 $8.NamingRule = $20
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
191 $20.Name = Static Readonly Fields
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
192 $20.AffectedEntity = ReadonlyField
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
193 $20.VisibilityMask = Internal, Protected, Public
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
194 $20.NamingStyle = PascalCase
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
195 $20.IncludeInstanceMembers = False
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
196 $20.IncludeStaticEntities = True
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
197 $8.NamingRule = $21
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
198 $21.Name = Fields (Non Private)
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
199 $21.AffectedEntity = Field
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
200 $21.VisibilityMask = Internal, Public
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
201 $21.NamingStyle = CamelCase
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
202 $21.IncludeInstanceMembers = True
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
203 $21.IncludeStaticEntities = True
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
204 $8.NamingRule = $22
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
205 $22.Name = ReadOnly Fields (Non Private)
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
206 $22.AffectedEntity = ReadonlyField
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
207 $22.VisibilityMask = Internal, Public
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
208 $22.NamingStyle = CamelCase
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
209 $22.IncludeInstanceMembers = True
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
210 $22.IncludeStaticEntities = False
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
211 $8.NamingRule = $23
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
212 $23.Name = Fields (Private)
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
213 $23.RequiredPrefixes = $24
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
214 $24.String = m_
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
215 $23.AffectedEntity = Field, ReadonlyField
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
216 $23.VisibilityMask = Private, Protected
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
217 $23.NamingStyle = CamelCase
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
218 $23.IncludeInstanceMembers = True
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
219 $23.IncludeStaticEntities = False
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
220 $8.NamingRule = $25
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
221 $25.Name = Static Fields (Private)
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
222 $25.RequiredPrefixes = $26
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
223 $26.String = _
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
224 $25.AffectedEntity = Field
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
225 $25.VisibilityMask = Private
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
226 $25.NamingStyle = CamelCase
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
227 $25.IncludeInstanceMembers = False
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
228 $25.IncludeStaticEntities = True
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
229 $8.NamingRule = $27
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
230 $27.Name = ReadOnly Fields (Private)
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
231 $27.RequiredPrefixes = $28
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
232 $28.String = m_
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
233 $27.AffectedEntity = ReadonlyField
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
234 $27.VisibilityMask = Private, Protected
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
235 $27.NamingStyle = CamelCase
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
236 $27.IncludeInstanceMembers = True
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
237 $27.IncludeStaticEntities = False
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
238 $8.NamingRule = $29
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
239 $29.Name = Constant Fields
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
240 $29.AffectedEntity = ConstantField
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
241 $29.VisibilityMask = VisibilityMask
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
242 $29.NamingStyle = AllUpper
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
243 $29.IncludeInstanceMembers = True
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
244 $29.IncludeStaticEntities = True
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
245 $8.NamingRule = $30
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
246 $30.Name = Properties
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
247 $30.AffectedEntity = Property
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
248 $30.VisibilityMask = VisibilityMask
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
249 $30.NamingStyle = PascalCase
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
250 $30.IncludeInstanceMembers = True
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
251 $30.IncludeStaticEntities = True
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
252 $8.NamingRule = $31
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
253 $31.Name = Events
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
254 $31.AffectedEntity = Event
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
255 $31.VisibilityMask = VisibilityMask
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
256 $31.NamingStyle = PascalCase
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
257 $31.IncludeInstanceMembers = True
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
258 $31.IncludeStaticEntities = True
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
259 $8.NamingRule = $32
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
260 $32.Name = Enum Members
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
261 $32.AffectedEntity = EnumMember
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
262 $32.VisibilityMask = VisibilityMask
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
263 $32.NamingStyle = PascalCase
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
264 $32.IncludeInstanceMembers = True
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
265 $32.IncludeStaticEntities = True
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
266 $8.NamingRule = $33
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
267 $33.Name = Parameters
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
268 $33.AffectedEntity = Parameter, LocalVariable
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
269 $33.VisibilityMask = VisibilityMask
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
270 $33.NamingStyle = CamelCase
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
271 $33.IncludeInstanceMembers = True
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
272 $33.IncludeStaticEntities = True
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
273 $8.NamingRule = $34
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
274 $34.Name = Type Parameters
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
275 $34.RequiredPrefixes = $35
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
276 $35.String = T
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
277 $34.AffectedEntity = TypeParameter
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
278 $34.VisibilityMask = VisibilityMask
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
279 $34.NamingStyle = PascalCase
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
280 $34.IncludeInstanceMembers = True
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
281 $34.IncludeStaticEntities = True
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
282 EndGlobalSection
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
283 GlobalSection(TestCaseManagementSettings) = postSolution
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
284 CategoryFile = Implab.vsmdi
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
285 EndGlobalSection
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
286 GlobalSection(SolutionProperties) = preSolution
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
287 HideSolutionNode = FALSE
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
288 EndGlobalSection
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
289 EndGlobal