|
| 1 | + |
| 2 | +Microsoft Visual Studio Solution File, Format Version 11.00 |
| 3 | +# Visual Studio 2010 |
| 4 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReflectionPlugin", "ReflectionPlugin.csproj", "{729C879C-030C-4473-8B33-7DFBF3C4431A}" |
| 5 | +EndProject |
| 6 | +Global |
| 7 | + GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| 8 | + Debug|Any CPU = Debug|Any CPU |
| 9 | + Release|Any CPU = Release|Any CPU |
| 10 | + EndGlobalSection |
| 11 | + GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| 12 | + {729C879C-030C-4473-8B33-7DFBF3C4431A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 13 | + {729C879C-030C-4473-8B33-7DFBF3C4431A}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 14 | + {729C879C-030C-4473-8B33-7DFBF3C4431A}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 15 | + {729C879C-030C-4473-8B33-7DFBF3C4431A}.Release|Any CPU.Build.0 = Release|Any CPU |
| 16 | + EndGlobalSection |
| 17 | + GlobalSection(MonoDevelopProperties) = preSolution |
| 18 | + StartupItem = ReflectionPlugin.csproj |
| 19 | + Policies = $0 |
| 20 | + $0.DotNetNamingPolicy = $1 |
| 21 | + $1.DirectoryNamespaceAssociation = None |
| 22 | + $1.ResourceNamePolicy = FileFormatDefault |
| 23 | + $0.TextStylePolicy = $2 |
| 24 | + $2.inheritsSet = null |
| 25 | + $2.scope = text/x-csharp |
| 26 | + $0.CSharpFormattingPolicy = $3 |
| 27 | + $3.ElseIfNewLinePlacement = SameLine |
| 28 | + $3.AfterDelegateDeclarationParameterComma = True |
| 29 | + $3.inheritsSet = Mono |
| 30 | + $3.inheritsScope = text/x-csharp |
| 31 | + $3.scope = text/x-csharp |
| 32 | + $0.TextStylePolicy = $4 |
| 33 | + $4.FileWidth = 120 |
| 34 | + $4.TabsToSpaces = False |
| 35 | + $4.inheritsSet = VisualStudio |
| 36 | + $4.inheritsScope = text/plain |
| 37 | + $4.scope = text/plain |
| 38 | + $0.StandardHeader = $5 |
| 39 | + $5.Text = |
| 40 | + $5.IncludeInNewFiles = True |
| 41 | + $0.NameConventionPolicy = $6 |
| 42 | + $6.Rules = $7 |
| 43 | + $7.NamingRule = $8 |
| 44 | + $8.Name = Namespaces |
| 45 | + $8.AffectedEntity = Namespace |
| 46 | + $8.VisibilityMask = VisibilityMask |
| 47 | + $8.NamingStyle = PascalCase |
| 48 | + $8.IncludeInstanceMembers = True |
| 49 | + $8.IncludeStaticEntities = True |
| 50 | + $7.NamingRule = $9 |
| 51 | + $9.Name = Types |
| 52 | + $9.AffectedEntity = Class, Struct, Enum, Delegate |
| 53 | + $9.VisibilityMask = Public |
| 54 | + $9.NamingStyle = PascalCase |
| 55 | + $9.IncludeInstanceMembers = True |
| 56 | + $9.IncludeStaticEntities = True |
| 57 | + $7.NamingRule = $10 |
| 58 | + $10.Name = Interfaces |
| 59 | + $10.RequiredPrefixes = $11 |
| 60 | + $11.String = I |
| 61 | + $10.AffectedEntity = Interface |
| 62 | + $10.VisibilityMask = Public |
| 63 | + $10.NamingStyle = PascalCase |
| 64 | + $10.IncludeInstanceMembers = True |
| 65 | + $10.IncludeStaticEntities = True |
| 66 | + $7.NamingRule = $12 |
| 67 | + $12.Name = Attributes |
| 68 | + $12.RequiredSuffixes = $13 |
| 69 | + $13.String = Attribute |
| 70 | + $12.AffectedEntity = CustomAttributes |
| 71 | + $12.VisibilityMask = Public |
| 72 | + $12.NamingStyle = PascalCase |
| 73 | + $12.IncludeInstanceMembers = True |
| 74 | + $12.IncludeStaticEntities = True |
| 75 | + $7.NamingRule = $14 |
| 76 | + $14.Name = Event Arguments |
| 77 | + $14.RequiredSuffixes = $15 |
| 78 | + $15.String = EventArgs |
| 79 | + $14.AffectedEntity = CustomEventArgs |
| 80 | + $14.VisibilityMask = Public |
| 81 | + $14.NamingStyle = PascalCase |
| 82 | + $14.IncludeInstanceMembers = True |
| 83 | + $14.IncludeStaticEntities = True |
| 84 | + $7.NamingRule = $16 |
| 85 | + $16.Name = Exceptions |
| 86 | + $16.RequiredSuffixes = $17 |
| 87 | + $17.String = Exception |
| 88 | + $16.AffectedEntity = CustomExceptions |
| 89 | + $16.VisibilityMask = VisibilityMask |
| 90 | + $16.NamingStyle = PascalCase |
| 91 | + $16.IncludeInstanceMembers = True |
| 92 | + $16.IncludeStaticEntities = True |
| 93 | + $7.NamingRule = $18 |
| 94 | + $18.Name = Methods |
| 95 | + $18.AffectedEntity = Methods |
| 96 | + $18.VisibilityMask = Protected, Public |
| 97 | + $18.NamingStyle = PascalCase |
| 98 | + $18.IncludeInstanceMembers = True |
| 99 | + $18.IncludeStaticEntities = True |
| 100 | + $7.NamingRule = $19 |
| 101 | + $19.Name = Static Readonly Fields |
| 102 | + $19.AffectedEntity = ReadonlyField |
| 103 | + $19.VisibilityMask = Protected, Public |
| 104 | + $19.NamingStyle = PascalCase |
| 105 | + $19.IncludeInstanceMembers = False |
| 106 | + $19.IncludeStaticEntities = True |
| 107 | + $7.NamingRule = $20 |
| 108 | + $20.Name = Fields |
| 109 | + $20.AffectedEntity = Field |
| 110 | + $20.VisibilityMask = Protected, Public |
| 111 | + $20.NamingStyle = PascalCase |
| 112 | + $20.IncludeInstanceMembers = True |
| 113 | + $20.IncludeStaticEntities = True |
| 114 | + $7.NamingRule = $21 |
| 115 | + $21.Name = ReadOnly Fields |
| 116 | + $21.AffectedEntity = ReadonlyField |
| 117 | + $21.VisibilityMask = Protected, Public |
| 118 | + $21.NamingStyle = PascalCase |
| 119 | + $21.IncludeInstanceMembers = True |
| 120 | + $21.IncludeStaticEntities = False |
| 121 | + $7.NamingRule = $22 |
| 122 | + $22.Name = Constant Fields |
| 123 | + $22.AffectedEntity = ConstantField |
| 124 | + $22.VisibilityMask = Protected, Public |
| 125 | + $22.NamingStyle = PascalCase |
| 126 | + $22.IncludeInstanceMembers = True |
| 127 | + $22.IncludeStaticEntities = True |
| 128 | + $7.NamingRule = $23 |
| 129 | + $23.Name = Properties |
| 130 | + $23.AffectedEntity = Property |
| 131 | + $23.VisibilityMask = Protected, Public |
| 132 | + $23.NamingStyle = PascalCase |
| 133 | + $23.IncludeInstanceMembers = True |
| 134 | + $23.IncludeStaticEntities = True |
| 135 | + $7.NamingRule = $24 |
| 136 | + $24.Name = Events |
| 137 | + $24.AffectedEntity = Event |
| 138 | + $24.VisibilityMask = Protected, Public |
| 139 | + $24.NamingStyle = PascalCase |
| 140 | + $24.IncludeInstanceMembers = True |
| 141 | + $24.IncludeStaticEntities = True |
| 142 | + $7.NamingRule = $25 |
| 143 | + $25.Name = Enum Members |
| 144 | + $25.AffectedEntity = EnumMember |
| 145 | + $25.VisibilityMask = VisibilityMask |
| 146 | + $25.NamingStyle = PascalCase |
| 147 | + $25.IncludeInstanceMembers = True |
| 148 | + $25.IncludeStaticEntities = True |
| 149 | + $7.NamingRule = $26 |
| 150 | + $26.Name = Parameters |
| 151 | + $26.AffectedEntity = Parameter |
| 152 | + $26.VisibilityMask = VisibilityMask |
| 153 | + $26.NamingStyle = CamelCase |
| 154 | + $26.IncludeInstanceMembers = True |
| 155 | + $26.IncludeStaticEntities = True |
| 156 | + $7.NamingRule = $27 |
| 157 | + $27.Name = Type Parameters |
| 158 | + $27.RequiredPrefixes = $28 |
| 159 | + $28.String = T |
| 160 | + $27.AffectedEntity = TypeParameter |
| 161 | + $27.VisibilityMask = VisibilityMask |
| 162 | + $27.NamingStyle = PascalCase |
| 163 | + $27.IncludeInstanceMembers = True |
| 164 | + $27.IncludeStaticEntities = True |
| 165 | + $0.TextStylePolicy = $29 |
| 166 | + $29.inheritsSet = null |
| 167 | + $29.scope = text/x-shader |
| 168 | + $0.VersionControlPolicy = $30 |
| 169 | + $30.inheritsSet = Mono |
| 170 | + $0.ChangeLogPolicy = $31 |
| 171 | + $31.UpdateMode = ProjectRoot |
| 172 | + $31.VcsIntegration = None |
| 173 | + $31.MessageStyle = $32 |
| 174 | + $32.LineAlign = 0 |
| 175 | + $31.inheritsSet = Mono |
| 176 | + version = 1.0 |
| 177 | + EndGlobalSection |
| 178 | +EndGlobal |
0 commit comments