From: <che...@us...> - 2009-07-06 23:35:05
|
Revision: 2990 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=2990&view=rev Author: chef_koch Date: 2009-07-06 23:34:48 +0000 (Mon, 06 Jul 2009) Log Message: ----------- using a shared file for code style instead of keeping all of them sync Modified Paths: -------------- trunk/plugins/FritzBox/FritzBox.4.5.resharper trunk/plugins/MySleepTimer/MySleepTimer.4.5.resharper Added Paths: ----------- trunk/plugins/MyAlarm/MyAlarm.4.5.resharper Modified: trunk/plugins/FritzBox/FritzBox.4.5.resharper =================================================================== --- trunk/plugins/FritzBox/FritzBox.4.5.resharper 2009-07-06 19:18:33 UTC (rev 2989) +++ trunk/plugins/FritzBox/FritzBox.4.5.resharper 2009-07-06 23:34:48 UTC (rev 2990) @@ -1,89 +1,6 @@ <Configuration> <CodeStyleSettings> - <ExternalPath IsNull="False"> - </ExternalPath> - <Sharing>SOLUTION</Sharing> - <CSharp> - <FormatSettings> - <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> - </FormatSettings> - <UsingsSettings /> - <Naming2> - <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="NotPublicStaticFields" /> - <PredefinedRule Inspect="True" Prefix="_" Suffix="" Style="aaBb" ElementKind="NotPublicInstanceFields" /> - <PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="EnumMember" /> - <PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="Other" /> - </Naming2> - </CSharp> - <VB> - <FormatSettings /> - <ImportsSettings /> - <Naming2 /> - </VB> - <FileHeader Region="Copyright (C) 2005-2009 Team MediaPortal"><![CDATA[Copyright (C) 2005-2009 Team MediaPortal -http://www.team-mediaportal.com - -This Program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. - -This Program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with GNU Make; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -http://www.gnu.org/copyleft/gpl.html]]></FileHeader> - <GenerateMemberBody /> - <Naming2> - <ExceptionName IsNull="False"> - </ExceptionName> - <PredefinedRule Inspect="True" Prefix="" Suffix="" Style="aaBb" ElementKind="Locals" /> - <PredefinedRule Inspect="True" Prefix="_" Suffix="" Style="aaBb" ElementKind="NotPublicInstanceFields" /> - <PredefinedRule Inspect="True" Prefix="_" Suffix="" Style="aaBb" ElementKind="NotPublicStaticFields" /> - <PredefinedRule Inspect="True" Prefix="" Suffix="" Style="aaBb" ElementKind="Parameters" /> - <PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="EnumMember" /> - <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="LocalConstants" /> - <PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="PublicFields" /> - <PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AA_BB" ElementKind="Constants" /> - <PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="StaticReadonly" /> - <PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="Other" /> - <Abbreviation Text="MSN" /> - <Abbreviation Text="ID" /> - </Naming2> + <ExternalPath>..\..\..\..\MediaPortal\trunk\mediaportal\MediaPortal.ReSharper.xml</ExternalPath> + <Sharing>EXTERNAL</Sharing> </CodeStyleSettings> </Configuration> \ No newline at end of file Added: trunk/plugins/MyAlarm/MyAlarm.4.5.resharper =================================================================== --- trunk/plugins/MyAlarm/MyAlarm.4.5.resharper (rev 0) +++ trunk/plugins/MyAlarm/MyAlarm.4.5.resharper 2009-07-06 23:34:48 UTC (rev 2990) @@ -0,0 +1,6 @@ +<Configuration> + <CodeStyleSettings> + <ExternalPath>..\..\..\..\MediaPortal\trunk\mediaportal\MediaPortal.ReSharper.xml</ExternalPath> + <Sharing>EXTERNAL</Sharing> + </CodeStyleSettings> +</Configuration> \ No newline at end of file Modified: trunk/plugins/MySleepTimer/MySleepTimer.4.5.resharper =================================================================== --- trunk/plugins/MySleepTimer/MySleepTimer.4.5.resharper 2009-07-06 19:18:33 UTC (rev 2989) +++ trunk/plugins/MySleepTimer/MySleepTimer.4.5.resharper 2009-07-06 23:34:48 UTC (rev 2990) @@ -1,93 +1,6 @@ <Configuration> <CodeStyleSettings> - <ExternalPath IsNull="False"> - </ExternalPath> - <Sharing>SOLUTION</Sharing> - <CSharp> - <FormatSettings> - <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> - <SPACE_AROUND_MULTIPLICATIVE_OP>True</SPACE_AROUND_MULTIPLICATIVE_OP> - </FormatSettings> - <UsingsSettings /> - <Naming2> - <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="NotPublicStaticFields" /> - <PredefinedRule Inspect="True" Prefix="_" Suffix="" Style="aaBb" ElementKind="NotPublicInstanceFields" /> - <PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="EnumMember" /> - <PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="Other" /> - </Naming2> - </CSharp> - <VB> - <FormatSettings /> - <ImportsSettings /> - <Naming2 /> - </VB> - <FileHeader Region="Copyright (C) 2005-2009 Team MediaPortal"><![CDATA[Copyright (C) 2005-2009 Team MediaPortal -http://www.team-mediaportal.com - -This Program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. - -This Program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with GNU Make; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -http://www.gnu.org/copyleft/gpl.html]]></FileHeader> - <GenerateMemberBody /> - <Naming2> - <ExceptionName IsNull="False"> - </ExceptionName> - <PredefinedRule Inspect="True" Prefix="" Suffix="" Style="aaBb" ElementKind="Locals" /> - <PredefinedRule Inspect="True" Prefix="_" Suffix="" Style="aaBb" ElementKind="NotPublicInstanceFields" /> - <PredefinedRule Inspect="True" Prefix="_" Suffix="" Style="aaBb" ElementKind="NotPublicStaticFields" /> - <PredefinedRule Inspect="True" Prefix="" Suffix="" Style="aaBb" ElementKind="Parameters" /> - <PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="EnumMember" /> - <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="LocalConstants" /> - <PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="PublicFields" /> - <PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AA_BB" ElementKind="Constants" /> - <PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="StaticReadonly" /> - <PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="Other" /> - <Abbreviation Text="MP" /> - <Abbreviation Text="XP" /> - <Abbreviation Text="MCE" /> - <Abbreviation Text="SVN" /> - <Abbreviation Text="ID" /> - </Naming2> + <ExternalPath>..\..\..\..\MediaPortal\trunk\mediaportal\MediaPortal.ReSharper.xml</ExternalPath> + <Sharing>EXTERNAL</Sharing> </CodeStyleSettings> </Configuration> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |