1 changed files with 149 additions and 0 deletions
@ -0,0 +1,149 @@ |
|||
<Configuration> |
|||
<CodeStyleSettings> |
|||
<ExternalPath IsNull="False"> |
|||
</ExternalPath> |
|||
<Sharing>SOLUTION</Sharing> |
|||
<CSharp> |
|||
<FormatSettings> |
|||
<ANONYMOUS_METHOD_DECLARATION_BRACES>NEXT_LINE</ANONYMOUS_METHOD_DECLARATION_BRACES> |
|||
<CASE_BLOCK_BRACES>NEXT_LINE</CASE_BLOCK_BRACES> |
|||
<FORCE_FIXED_BRACES_STYLE>ALWAYS_ADD</FORCE_FIXED_BRACES_STYLE> |
|||
<FORCE_FOR_BRACES_STYLE>ALWAYS_ADD</FORCE_FOR_BRACES_STYLE> |
|||
<FORCE_FOREACH_BRACES_STYLE>ALWAYS_ADD</FORCE_FOREACH_BRACES_STYLE> |
|||
<FORCE_IFELSE_BRACES_STYLE>ALWAYS_ADD</FORCE_IFELSE_BRACES_STYLE> |
|||
<FORCE_USING_BRACES_STYLE>ALWAYS_ADD</FORCE_USING_BRACES_STYLE> |
|||
<FORCE_WHILE_BRACES_STYLE>ALWAYS_ADD</FORCE_WHILE_BRACES_STYLE> |
|||
<INDENT_NESTED_FIXED_STMT>True</INDENT_NESTED_FIXED_STMT> |
|||
<INDENT_NESTED_USINGS_STMT>True</INDENT_NESTED_USINGS_STMT> |
|||
<INITIALIZER_BRACES>NEXT_LINE</INITIALIZER_BRACES> |
|||
<LINE_FEED_AT_FILE_END>True</LINE_FEED_AT_FILE_END> |
|||
<MODIFIERS_ORDER IsNull="False"> |
|||
<Item>public</Item> |
|||
<Item>protected</Item> |
|||
<Item>internal</Item> |
|||
<Item>private</Item> |
|||
<Item>new</Item> |
|||
<Item>abstract</Item> |
|||
<Item>virtual</Item> |
|||
<Item>override</Item> |
|||
<Item>sealed</Item> |
|||
<Item>static</Item> |
|||
<Item>readonly</Item> |
|||
<Item>extern</Item> |
|||
<Item>unsafe</Item> |
|||
<Item>volatile</Item> |
|||
</MODIFIERS_ORDER> |
|||
<PLACE_ABSTRACT_ACCESSORHOLDER_ON_SINGLE_LINE>False</PLACE_ABSTRACT_ACCESSORHOLDER_ON_SINGLE_LINE> |
|||
<PLACE_FIELD_ATTRIBUTE_ON_SAME_LINE>False</PLACE_FIELD_ATTRIBUTE_ON_SAME_LINE> |
|||
<PLACE_SIMPLE_ACCESSOR_ON_SINGLE_LINE>False</PLACE_SIMPLE_ACCESSOR_ON_SINGLE_LINE> |
|||
<PLACE_TYPE_CONSTRAINTS_ON_SAME_LINE>False</PLACE_TYPE_CONSTRAINTS_ON_SAME_LINE> |
|||
<PLACE_WHILE_ON_NEW_LINE>True</PLACE_WHILE_ON_NEW_LINE> |
|||
<SPACE_AFTER_TYPECAST_PARENTHESES>False</SPACE_AFTER_TYPECAST_PARENTHESES> |
|||
<SPACE_AROUND_MULTIPLICATIVE_OP>True</SPACE_AROUND_MULTIPLICATIVE_OP> |
|||
<SPACE_BEFORE_SIZEOF_PARENTHESES>False</SPACE_BEFORE_SIZEOF_PARENTHESES> |
|||
<SPACE_BEFORE_TYPEOF_PARENTHESES>False</SPACE_BEFORE_TYPEOF_PARENTHESES> |
|||
<SPACE_WITHIN_SINGLE_LINE_ARRAY_INITIALIZER_BRACES>True</SPACE_WITHIN_SINGLE_LINE_ARRAY_INITIALIZER_BRACES> |
|||
<WRAP_AFTER_DECLARATION_LPAR>True</WRAP_AFTER_DECLARATION_LPAR> |
|||
<WRAP_AFTER_INVOCATION_LPAR>True</WRAP_AFTER_INVOCATION_LPAR> |
|||
<WRAP_ARGUMENTS_STYLE>CHOP_IF_LONG</WRAP_ARGUMENTS_STYLE> |
|||
<WRAP_BEFORE_BINARY_OPSIGN>True</WRAP_BEFORE_BINARY_OPSIGN> |
|||
<WRAP_BEFORE_FIRST_TYPE_PARAMETER_CONSTRAINT>True</WRAP_BEFORE_FIRST_TYPE_PARAMETER_CONSTRAINT> |
|||
<WRAP_LINES>False</WRAP_LINES> |
|||
<WRAP_OBJECT_AND_COLLECTION_INITIALIZER_STYLE>CHOP_ALWAYS</WRAP_OBJECT_AND_COLLECTION_INITIALIZER_STYLE> |
|||
<WRAP_PARAMETERS_STYLE>CHOP_IF_LONG</WRAP_PARAMETERS_STYLE> |
|||
</FormatSettings> |
|||
<UsingsSettings> |
|||
<AddImportsToDeepestScope>True</AddImportsToDeepestScope> |
|||
</UsingsSettings> |
|||
<Naming2> |
|||
<EventHandlerPatternLong>$object$_On$event$</EventHandlerPatternLong> |
|||
<EventHandlerPatternShort>$event$Handler</EventHandlerPatternShort> |
|||
<ExceptionName IsNull="False"> |
|||
</ExceptionName> |
|||
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="TypesAndNamespaces" /> |
|||
<PredefinedRule Inspect="True" Prefix="I" Suffix="" Style="AaBb" ElementKind="Interfaces" /> |
|||
<PredefinedRule Inspect="True" Prefix="T" Suffix="" Style="AaBb" ElementKind="TypeParameters" /> |
|||
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="MethodPropertyEvent" /> |
|||
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="aaBb" ElementKind="Locals" /> |
|||
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="aaBb" ElementKind="LocalConstants" /> |
|||
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="aaBb" ElementKind="Parameters" /> |
|||
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="PublicFields" /> |
|||
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="Constants" /> |
|||
<PredefinedRule Inspect="True" Prefix="_" Suffix="" Style="aaBb" ElementKind="StaticReadonly" /> |
|||
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="EnumMember" /> |
|||
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="Other" /> |
|||
<PredefinedRule Inspect="True" Prefix="_" Suffix="" Style="aaBb" ElementKind="PrivateInstanceFields" /> |
|||
<PredefinedRule Inspect="True" Prefix="_" Suffix="" Style="aaBb" ElementKind="PrivateStaticFields" /> |
|||
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="PrivateConstants" /> |
|||
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="PrivateStaticReadonly" /> |
|||
</Naming2> |
|||
</CSharp> |
|||
<VB> |
|||
<FormatSettings /> |
|||
<ImportsSettings /> |
|||
<Naming2> |
|||
<EventHandlerPatternLong>$object$_On$event$</EventHandlerPatternLong> |
|||
<EventHandlerPatternShort>$event$Handler</EventHandlerPatternShort> |
|||
</Naming2> |
|||
</VB> |
|||
<Web> |
|||
<Naming2 /> |
|||
</Web> |
|||
<Xaml> |
|||
<Naming2 /> |
|||
</Xaml> |
|||
<XML> |
|||
<FormatSettings /> |
|||
</XML> |
|||
<GenerateMemberBody /> |
|||
<Naming2> |
|||
<EventHandlerPatternLong>$object$_On$event$</EventHandlerPatternLong> |
|||
<EventHandlerPatternShort>$event$Handler</EventHandlerPatternShort> |
|||
<ExceptionName IsNull="False"> |
|||
</ExceptionName> |
|||
<PredefinedRule Inspect="True" Prefix="_" Suffix="" Style="aaBb" ElementKind="StaticReadonly" /> |
|||
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="TypesAndNamespaces" /> |
|||
<PredefinedRule Inspect="True" Prefix="I" Suffix="" Style="AaBb" ElementKind="Interfaces" /> |
|||
<PredefinedRule Inspect="True" Prefix="T" Suffix="" Style="AaBb" ElementKind="TypeParameters" /> |
|||
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="MethodPropertyEvent" /> |
|||
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="aaBb" ElementKind="Locals" /> |
|||
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="LocalConstants" /> |
|||
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="aaBb" ElementKind="Parameters" /> |
|||
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="PublicFields" /> |
|||
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="Constants" /> |
|||
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="EnumMember" /> |
|||
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="Other" /> |
|||
<PredefinedRule Inspect="True" Prefix="_" Suffix="" Style="aaBb" ElementKind="PrivateInstanceFields" /> |
|||
<PredefinedRule Inspect="True" Prefix="_" Suffix="" Style="aaBb" ElementKind="PrivateStaticFields" /> |
|||
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="PrivateConstants" /> |
|||
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="PrivateStaticReadonly" /> |
|||
<Abbreviation Text="QR" /> |
|||
<Abbreviation Text="FFT" /> |
|||
<Abbreviation Text="LU" /> |
|||
<Abbreviation Text="DC" /> |
|||
<Abbreviation Text="VT" /> |
|||
<Abbreviation Text="TFQMR" /> |
|||
</Naming2> |
|||
</CodeStyleSettings> |
|||
<SharedSolutionTemplateManager> |
|||
<FileTemplates> |
|||
<Template uid="63c1d656-1b75-445c-a591-213f22b5a340" shortcut="" description="Math.NET Class" text="// <copyright file="$FILE$" company="Math.NET">
// Math.NET Numerics, part of the Math.NET Project
// http://mathnet.opensourcedotnet.info
//
// Copyright (c) $YEAR$ Math.NET
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
// files (the "Software"), to deal in the Software without
// restriction, including without limitation the rights to use,
// copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the
// Software is furnished to do so, subject to the following
// conditions:
//
// The above copyright notice and this permission notice shall be
// included in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
// OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
// OTHER DEALINGS IN THE SOFTWARE.
// </copyright>

namespace $NAMESPACE$
{
 public class $CLASS$ {$END$}
}" reformat="True" shortenQualifiedReferences="True"> |
|||
<Context> |
|||
<ProjectLanguageContext language="CSharp" /> |
|||
</Context> |
|||
<Categories /> |
|||
<Variables> |
|||
<Variable name="FILE" expression="getFileName()" initialRange="0" /> |
|||
<Variable name="YEAR" expression="getCurrentDate("yyyy")" initialRange="-1" /> |
|||
<Variable name="NAMESPACE" expression="fileDefaultNamespace()" initialRange="0" /> |
|||
<Variable name="CLASS" expression="getFileNameWithoutExtension()" initialRange="0" /> |
|||
</Variables> |
|||
<CustomProperties> |
|||
<Property key="FileName" value="Class" /> |
|||
<Property key="Extension" value="cs" /> |
|||
<Property key="ValidateFileName" value="False" /> |
|||
</CustomProperties> |
|||
</Template> |
|||
</FileTemplates> |
|||
</SharedSolutionTemplateManager> |
|||
</Configuration> |
|||
Loading…
Reference in new issue