0
|
1
|
|
2 Microsoft Visual Studio Solution File, Format Version 11.00
|
|
3 # Visual Studio 2010
|
|
4 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jint.Runtime", "Jint.Runtime\Jint.Runtime.csproj", "{F3FDE0D1-748F-4DFE-9C1C-D17D7FD4E642}"
|
|
5 EndProject
|
|
6 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jint.Experimental", "Jint.Experimental\Jint.Experimental.csproj", "{8AC3346E-5A4E-4B8C-A225-E4C47F912730}"
|
|
7 EndProject
|
|
8 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{96947B34-64F4-4A7A-B432-19D7B6B36D14}"
|
|
9 EndProject
|
|
10 Global
|
|
11 GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
12 Debug|x86 = Debug|x86
|
|
13 Release|x86 = Release|x86
|
|
14 EndGlobalSection
|
|
15 GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
16 {8AC3346E-5A4E-4B8C-A225-E4C47F912730}.Debug|x86.ActiveCfg = Debug|x86
|
|
17 {8AC3346E-5A4E-4B8C-A225-E4C47F912730}.Debug|x86.Build.0 = Debug|x86
|
|
18 {8AC3346E-5A4E-4B8C-A225-E4C47F912730}.Release|x86.ActiveCfg = Release|x86
|
|
19 {8AC3346E-5A4E-4B8C-A225-E4C47F912730}.Release|x86.Build.0 = Release|x86
|
7
|
20 {F3FDE0D1-748F-4DFE-9C1C-D17D7FD4E642}.Debug|x86.ActiveCfg = Debug|x86
|
|
21 {F3FDE0D1-748F-4DFE-9C1C-D17D7FD4E642}.Debug|x86.Build.0 = Debug|x86
|
|
22 {F3FDE0D1-748F-4DFE-9C1C-D17D7FD4E642}.Release|x86.ActiveCfg = Release|x86
|
|
23 {F3FDE0D1-748F-4DFE-9C1C-D17D7FD4E642}.Release|x86.Build.0 = Release|x86
|
|
24 EndGlobalSection
|
|
25 GlobalSection(NestedProjects) = preSolution
|
|
26 EndGlobalSection
|
|
27 GlobalSection(MonoDevelopProperties) = preSolution
|
|
28 StartupItem = Jint.Runtime\Jint.Runtime.csproj
|
|
29 Policies = $0
|
|
30 $0.DotNetNamingPolicy = $1
|
|
31 $1.DirectoryNamespaceAssociation = PrefixedHierarchical
|
|
32 $1.ResourceNamePolicy = FileName
|
|
33 $0.TextStylePolicy = $2
|
|
34 $2.inheritsSet = null
|
|
35 $2.scope = text/x-csharp
|
|
36 $0.CSharpFormattingPolicy = $3
|
|
37 $3.NamespaceBraceStyle = EndOfLine
|
|
38 $3.ClassBraceStyle = EndOfLine
|
|
39 $3.InterfaceBraceStyle = EndOfLine
|
|
40 $3.StructBraceStyle = EndOfLine
|
|
41 $3.EnumBraceStyle = EndOfLine
|
|
42 $3.MethodBraceStyle = EndOfLine
|
|
43 $3.ConstructorBraceStyle = EndOfLine
|
|
44 $3.DestructorBraceStyle = EndOfLine
|
|
45 $3.inheritsSet = Mono
|
|
46 $3.inheritsScope = text/x-csharp
|
|
47 $3.scope = text/x-csharp
|
|
48 $0.StandardHeader = $4
|
|
49 $4.Text =
|
|
50 $4.IncludeInNewFiles = True
|
|
51 $0.NameConventionPolicy = $5
|
|
52 $5.Rules = $6
|
|
53 $6.NamingRule = $7
|
|
54 $7.Name = Namespaces
|
|
55 $7.AffectedEntity = Namespace
|
|
56 $7.VisibilityMask = VisibilityMask
|
|
57 $7.NamingStyle = PascalCase
|
|
58 $7.IncludeInstanceMembers = True
|
|
59 $7.IncludeStaticEntities = True
|
|
60 $6.NamingRule = $8
|
|
61 $8.Name = Types
|
|
62 $8.AffectedEntity = Class, Struct, Enum, Delegate
|
|
63 $8.VisibilityMask = VisibilityMask
|
|
64 $8.NamingStyle = PascalCase
|
|
65 $8.IncludeInstanceMembers = True
|
|
66 $8.IncludeStaticEntities = True
|
|
67 $6.NamingRule = $9
|
|
68 $9.Name = Interfaces
|
|
69 $9.RequiredPrefixes = $10
|
|
70 $10.String = I
|
|
71 $9.AffectedEntity = Interface
|
|
72 $9.VisibilityMask = VisibilityMask
|
|
73 $9.NamingStyle = PascalCase
|
|
74 $9.IncludeInstanceMembers = True
|
|
75 $9.IncludeStaticEntities = True
|
|
76 $6.NamingRule = $11
|
|
77 $11.Name = Attributes
|
|
78 $11.RequiredSuffixes = $12
|
|
79 $12.String = Attribute
|
|
80 $11.AffectedEntity = CustomAttributes
|
|
81 $11.VisibilityMask = VisibilityMask
|
|
82 $11.NamingStyle = PascalCase
|
|
83 $11.IncludeInstanceMembers = True
|
|
84 $11.IncludeStaticEntities = True
|
|
85 $6.NamingRule = $13
|
|
86 $13.Name = Event Arguments
|
|
87 $13.RequiredSuffixes = $14
|
|
88 $14.String = EventArgs
|
|
89 $13.AffectedEntity = CustomEventArgs
|
|
90 $13.VisibilityMask = VisibilityMask
|
|
91 $13.NamingStyle = PascalCase
|
|
92 $13.IncludeInstanceMembers = True
|
|
93 $13.IncludeStaticEntities = True
|
|
94 $6.NamingRule = $15
|
|
95 $15.Name = Exceptions
|
|
96 $15.RequiredSuffixes = $16
|
|
97 $16.String = Exception
|
|
98 $15.AffectedEntity = CustomExceptions
|
|
99 $15.VisibilityMask = VisibilityMask
|
|
100 $15.NamingStyle = PascalCase
|
|
101 $15.IncludeInstanceMembers = True
|
|
102 $15.IncludeStaticEntities = True
|
|
103 $6.NamingRule = $17
|
|
104 $17.Name = Methods
|
|
105 $17.AffectedEntity = Methods
|
|
106 $17.VisibilityMask = VisibilityMask
|
|
107 $17.NamingStyle = PascalCase
|
|
108 $17.IncludeInstanceMembers = True
|
|
109 $17.IncludeStaticEntities = True
|
|
110 $6.NamingRule = $18
|
|
111 $18.Name = Static Readonly Fields
|
|
112 $18.AffectedEntity = ReadonlyField
|
|
113 $18.VisibilityMask = Internal, Protected, Public
|
|
114 $18.NamingStyle = PascalCase
|
|
115 $18.IncludeInstanceMembers = False
|
|
116 $18.IncludeStaticEntities = True
|
|
117 $6.NamingRule = $19
|
|
118 $19.Name = Fields (Non Private)
|
|
119 $19.AffectedEntity = Field
|
|
120 $19.VisibilityMask = Internal, Protected, Public
|
|
121 $19.NamingStyle = PascalCase
|
|
122 $19.IncludeInstanceMembers = True
|
|
123 $19.IncludeStaticEntities = True
|
|
124 $6.NamingRule = $20
|
|
125 $20.Name = ReadOnly Fields (Non Private)
|
|
126 $20.AffectedEntity = ReadonlyField
|
|
127 $20.VisibilityMask = Internal, Protected, Public
|
|
128 $20.NamingStyle = PascalCase
|
|
129 $20.IncludeInstanceMembers = True
|
|
130 $20.IncludeStaticEntities = False
|
|
131 $6.NamingRule = $21
|
|
132 $21.Name = Fields (Private)
|
|
133 $21.AllowedPrefixes = $22
|
|
134 $22.String = _
|
|
135 $22.String = m_
|
|
136 $21.AffectedEntity = Field, ReadonlyField
|
|
137 $21.VisibilityMask = Private
|
|
138 $21.NamingStyle = CamelCase
|
|
139 $21.IncludeInstanceMembers = True
|
|
140 $21.IncludeStaticEntities = False
|
|
141 $6.NamingRule = $23
|
|
142 $23.Name = Static Fields (Private)
|
|
143 $23.AffectedEntity = Field
|
|
144 $23.VisibilityMask = Private
|
|
145 $23.NamingStyle = CamelCase
|
|
146 $23.IncludeInstanceMembers = False
|
|
147 $23.IncludeStaticEntities = True
|
|
148 $6.NamingRule = $24
|
|
149 $24.Name = ReadOnly Fields (Private)
|
|
150 $24.AllowedPrefixes = $25
|
|
151 $25.String = _
|
|
152 $25.String = m_
|
|
153 $24.AffectedEntity = ReadonlyField
|
|
154 $24.VisibilityMask = Private
|
|
155 $24.NamingStyle = CamelCase
|
|
156 $24.IncludeInstanceMembers = True
|
|
157 $24.IncludeStaticEntities = False
|
|
158 $6.NamingRule = $26
|
|
159 $26.Name = Constant Fields
|
|
160 $26.AffectedEntity = ConstantField
|
|
161 $26.VisibilityMask = VisibilityMask
|
|
162 $26.NamingStyle = PascalCase
|
|
163 $26.IncludeInstanceMembers = True
|
|
164 $26.IncludeStaticEntities = True
|
|
165 $6.NamingRule = $27
|
|
166 $27.Name = Properties
|
|
167 $27.AffectedEntity = Property
|
|
168 $27.VisibilityMask = VisibilityMask
|
|
169 $27.NamingStyle = PascalCase
|
|
170 $27.IncludeInstanceMembers = True
|
|
171 $27.IncludeStaticEntities = True
|
|
172 $6.NamingRule = $28
|
|
173 $28.Name = Events
|
|
174 $28.AffectedEntity = Event
|
|
175 $28.VisibilityMask = VisibilityMask
|
|
176 $28.NamingStyle = PascalCase
|
|
177 $28.IncludeInstanceMembers = True
|
|
178 $28.IncludeStaticEntities = True
|
|
179 $6.NamingRule = $29
|
|
180 $29.Name = Enum Members
|
|
181 $29.AffectedEntity = EnumMember
|
|
182 $29.VisibilityMask = VisibilityMask
|
|
183 $29.NamingStyle = PascalCase
|
|
184 $29.IncludeInstanceMembers = True
|
|
185 $29.IncludeStaticEntities = True
|
|
186 $6.NamingRule = $30
|
|
187 $30.Name = Parameters
|
|
188 $30.AffectedEntity = Parameter
|
|
189 $30.VisibilityMask = VisibilityMask
|
|
190 $30.NamingStyle = CamelCase
|
|
191 $30.IncludeInstanceMembers = True
|
|
192 $30.IncludeStaticEntities = True
|
|
193 $6.NamingRule = $31
|
|
194 $31.Name = Type Parameters
|
|
195 $31.RequiredPrefixes = $32
|
|
196 $32.String = T
|
|
197 $31.AffectedEntity = TypeParameter
|
|
198 $31.VisibilityMask = VisibilityMask
|
|
199 $31.NamingStyle = PascalCase
|
|
200 $31.IncludeInstanceMembers = True
|
|
201 $31.IncludeStaticEntities = True
|
|
202 $0.VersionControlPolicy = $33
|
|
203 $33.inheritsSet = Mono
|
|
204 $0.ChangeLogPolicy = $34
|
|
205 $34.inheritsSet = Mono
|
|
206 $0.TextStylePolicy = $35
|
|
207 $35.inheritsSet = VisualStudio
|
|
208 $35.inheritsScope = text/plain
|
|
209 $35.scope = text/plain
|
|
210 $0.XmlFormattingPolicy = $36
|
|
211 $36.inheritsSet = Mono
|
|
212 $36.inheritsScope = application/xml
|
|
213 $36.scope = application/xml
|
0
|
214 EndGlobalSection
|
|
215 GlobalSection(SolutionProperties) = preSolution
|
|
216 HideSolutionNode = FALSE
|
|
217 EndGlobalSection
|
|
218 EndGlobal
|