From 2b983ad10a8ab43bbfaad2c1aef685f984f60b78 Mon Sep 17 00:00:00 2001 From: Ivan Appert Date: Thu, 24 Apr 2014 16:24:16 +0200 Subject: [PATCH] Added StyleCop settings file and resharper solution settings file. --- Ninject.sln.DotSettings | 66 ++++++++++++++++++++++++ src/Ninject/Settings.StyleCop | 96 +++++++++++++++++++++++++++++++++++ 2 files changed, 162 insertions(+) create mode 100644 Ninject.sln.DotSettings create mode 100644 src/Ninject/Settings.StyleCop diff --git a/Ninject.sln.DotSettings b/Ninject.sln.DotSettings new file mode 100644 index 00000000..64104e83 --- /dev/null +++ b/Ninject.sln.DotSettings @@ -0,0 +1,66 @@ + + ------------------------------------------------------------------------------- + <copyright file="$FILENAME$" company="Ninject Project Contributors"> + Copyright (c) 2009-$CURRENT_YEAR$ Ninject Project Contributors + + Dual-licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL). + You may not use this file except in compliance with one of the Licenses. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + or + http://www.microsoft.com/opensource/licenses.mspx + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + </copyright> +------------------------------------------------------------------------------- + + True + True + Add file header for ninject + True + getCurrentDate("yyyy") + -1 + 1 + True + getFileName() + -1 + 0 + True + True + 2.0 + InCSharpFile + fhdr + True + //------------------------------------------------------------------------------- +// <copyright file="$Filename$" company="Ninject Project Contributors"> +// Copyright (c) 2009-$CurrentYear$ Ninject Project Contributors +// +// Dual-licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL). +// You may not use this file except in compliance with one of the Licenses. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// or +// http://www.microsoft.com/opensource/licenses.mspx +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// </copyright> +//------------------------------------------------------------------------------- + True + True + True + True + 2.0 + InCSharpFile + inheritdoc + True + /// <inheritdoc /> \ No newline at end of file diff --git a/src/Ninject/Settings.StyleCop b/src/Ninject/Settings.StyleCop new file mode 100644 index 00000000..4c262dd2 --- /dev/null +++ b/src/Ninject/Settings.StyleCop @@ -0,0 +1,96 @@ + + + + + + + True + + + + + True + + + + + True + + + + + True + + + + + True + + + + + True + + + + + True + + + + + True + + + + + True + + + + + True + + + + + True + + + + + True + + + + + True + + + + + True + + + + + Ninject Project Contributors + Copyright (c) 2009-2014 Ninject Project Contributors + +Dual-licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL). +You may not use this file except in compliance with one of the Licenses. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 +or + http://www.microsoft.com/opensource/licenses.mspx + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + + + \ No newline at end of file