annotate Implab.mono.sln @ 158:130781364799 v2

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