From 49810c1c35dd9d5fbd267d34436bd5c01965a4c0 Mon Sep 17 00:00:00 2001 From: bounav Date: Fri, 23 Sep 2022 16:13:07 +0100 Subject: [PATCH] Using xml tags in .csproj files instead of CommonAssemblyInfo.cs - Removed empty an unused targets in spark.build - In spark.build the commonassemblyinfo target now pokes some XML values in the .csproj files - Added tags to .csproj file to describe the project version etc. - However tempting, do NOT set SignAssemby to True (unless you want to break things) --- spark.build | 71 ++++++++----------- .../Castle.MonoRail.Views.Spark.Tests.csproj | 1 - .../Properties/AssemblyInfo.cs | 50 ------------- .../Castle.MonoRail.Views.Spark.csproj | 36 +++++++--- .../Properties/AssemblyInfo.cs | 52 -------------- .../Castle.Monorail.Pdf.Tests.csproj | 6 -- .../Properties/AssemblyInfo.cs | 13 ---- .../Castle.Monorail.Pdf.csproj | 39 ++++++---- .../Properties/AssemblyInfo.cs | 13 ---- src/CommonAssemblyInfo.cs | 23 ------ src/CommonVersionInfo.h | 1 - .../Properties/AssemblyInfo.cs | 49 ------------- .../Spark.Python.Tests.csproj | 1 - src/Spark.Python/Properties/AssemblyInfo.cs | 49 ------------- src/Spark.Python/Spark.Python.csproj | 34 +++++++-- .../Properties/AssemblyInfo.cs | 49 ------------- src/Spark.Ruby.Tests/Spark.Ruby.Tests.csproj | 1 - src/Spark.Ruby/Properties/AssemblyInfo.cs | 49 ------------- src/Spark.Ruby/Spark.Ruby.csproj | 51 ++++++------- src/Spark.Tests/Properties/AssemblyInfo.cs | 50 ------------- src/Spark.Tests/Spark.Tests.csproj | 1 - .../Properties/AssemblyInfo.cs | 36 ---------- .../Spark.Web.Mvc.Pdf.Tests.csproj | 1 - .../Properties/AssemblyInfo.cs | 36 ---------- .../Spark.Web.Mvc.Pdf.csproj | 33 +++++++-- .../Properties/AssemblyInfo.cs | 50 ------------- .../Spark.Web.Mvc.Python.csproj | 36 +++++++--- .../Properties/AssemblyInfo.cs | 50 ------------- .../Spark.Web.Mvc.Ruby.Tests.csproj | 1 - .../Properties/AssemblyInfo.cs | 51 ------------- .../Spark.Web.Mvc.Ruby.csproj | 36 +++++++--- .../Properties/AssemblyInfo.cs | 50 ------------- .../Spark.Web.Mvc.Tests.csproj | 1 - src/Spark.Web.Mvc/Properties/AssemblyInfo.cs | 32 --------- src/Spark.Web.Mvc/Spark.Web.Mvc.csproj | 32 ++++++--- src/Spark/Properties/AssemblyInfo.cs | 53 -------------- src/Spark/Spark.csproj | 50 ++++++++----- src/Xpark/Properties/AssemblyInfo.cs | 36 ---------- src/Xpark/Xpark.csproj | 21 +++++- 39 files changed, 292 insertions(+), 952 deletions(-) delete mode 100644 src/Castle.MonoRail.Views.Spark.Tests/Properties/AssemblyInfo.cs delete mode 100644 src/Castle.MonoRail.Views.Spark/Properties/AssemblyInfo.cs delete mode 100644 src/Castle.Monorail.Pdf.Tests/Properties/AssemblyInfo.cs delete mode 100644 src/Castle.Monorail.Pdf/Properties/AssemblyInfo.cs delete mode 100644 src/CommonAssemblyInfo.cs delete mode 100644 src/CommonVersionInfo.h delete mode 100644 src/Spark.Python.Tests/Properties/AssemblyInfo.cs delete mode 100644 src/Spark.Python/Properties/AssemblyInfo.cs delete mode 100644 src/Spark.Ruby.Tests/Properties/AssemblyInfo.cs delete mode 100644 src/Spark.Ruby/Properties/AssemblyInfo.cs delete mode 100644 src/Spark.Tests/Properties/AssemblyInfo.cs delete mode 100644 src/Spark.Web.Mvc.Pdf.Tests/Properties/AssemblyInfo.cs delete mode 100644 src/Spark.Web.Mvc.Pdf/Properties/AssemblyInfo.cs delete mode 100644 src/Spark.Web.Mvc.Python/Properties/AssemblyInfo.cs delete mode 100644 src/Spark.Web.Mvc.Ruby.Tests/Properties/AssemblyInfo.cs delete mode 100644 src/Spark.Web.Mvc.Ruby/Properties/AssemblyInfo.cs delete mode 100644 src/Spark.Web.Mvc.Tests/Properties/AssemblyInfo.cs delete mode 100644 src/Spark.Web.Mvc/Properties/AssemblyInfo.cs delete mode 100644 src/Spark/Properties/AssemblyInfo.cs delete mode 100644 src/Xpark/Properties/AssemblyInfo.cs diff --git a/spark.build b/spark.build index 17d7c512..36599734 100644 --- a/spark.build +++ b/spark.build @@ -5,7 +5,6 @@ - @@ -20,6 +19,8 @@ + + @@ -34,14 +35,8 @@ - - - - - - - - + + @@ -77,40 +72,30 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Castle.MonoRail.Views.Spark.Tests/Castle.MonoRail.Views.Spark.Tests.csproj b/src/Castle.MonoRail.Views.Spark.Tests/Castle.MonoRail.Views.Spark.Tests.csproj index 484ce286..803a905d 100644 --- a/src/Castle.MonoRail.Views.Spark.Tests/Castle.MonoRail.Views.Spark.Tests.csproj +++ b/src/Castle.MonoRail.Views.Spark.Tests/Castle.MonoRail.Views.Spark.Tests.csproj @@ -2,7 +2,6 @@ Library net481 - false AllRules.ruleset diff --git a/src/Castle.MonoRail.Views.Spark.Tests/Properties/AssemblyInfo.cs b/src/Castle.MonoRail.Views.Spark.Tests/Properties/AssemblyInfo.cs deleted file mode 100644 index 1491754c..00000000 --- a/src/Castle.MonoRail.Views.Spark.Tests/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,50 +0,0 @@ -// Copyright 2008-2009 Louis DeJardin - http://whereslou.com -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// 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. -// -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Castle.MonoRail.Views.Spark.Tests")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Microsoft")] -[assembly: AssemblyProduct("Castle.MonoRail.Views.Spark.Tests")] -[assembly: AssemblyCopyright("Copyright © Microsoft 2008")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("8e3bf519-5c74-4cba-bc9a-1021d3631c70")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/Castle.MonoRail.Views.Spark/Castle.MonoRail.Views.Spark.csproj b/src/Castle.MonoRail.Views.Spark/Castle.MonoRail.Views.Spark.csproj index aba1790a..c0320a31 100644 --- a/src/Castle.MonoRail.Views.Spark/Castle.MonoRail.Views.Spark.csproj +++ b/src/Castle.MonoRail.Views.Spark/Castle.MonoRail.Views.Spark.csproj @@ -1,10 +1,24 @@ - + Library - ..\SparkKey.snk net481 - false AllRules.ruleset + Castle.MonoRail.Views.Spark + RobertTheGrey + Louis DeJardin + https://github.com/SparkViewEngine/ + README.md + https://github.com/SparkViewEngine/spark + git + 1.8 + 1.8.1.0 + True + snupkg + license.txt + True + spark;view engine + Copyright (c) Louis DeJardin 2008-2022 + Spark is a view engine allowing the HTML to dominate the flow and any code to fit seamlessly. @@ -20,9 +34,6 @@ - - Properties\CommonAssemblyInfo.cs - Component @@ -34,11 +45,16 @@ - - SparkKey.snk - + - + + True + \ + + + True + \ + \ No newline at end of file diff --git a/src/Castle.MonoRail.Views.Spark/Properties/AssemblyInfo.cs b/src/Castle.MonoRail.Views.Spark/Properties/AssemblyInfo.cs deleted file mode 100644 index d7721484..00000000 --- a/src/Castle.MonoRail.Views.Spark/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,52 +0,0 @@ -// Copyright 2008-2009 Louis DeJardin - http://whereslou.com -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// 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. -// -using System.Reflection; -using System.Runtime.InteropServices; -using System.Security; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Castle.MonoRail.Views.Spark")] -[assembly: AssemblyDescription("")] - - - - -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. - - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("f4f15e61-9bba-437a-9c64-118419cdb9ed")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] - - -[assembly: SecurityRules(SecurityRuleSet.Level1)] -[assembly: AllowPartiallyTrustedCallers] diff --git a/src/Castle.Monorail.Pdf.Tests/Castle.Monorail.Pdf.Tests.csproj b/src/Castle.Monorail.Pdf.Tests/Castle.Monorail.Pdf.Tests.csproj index 4eca0c49..cba017a5 100644 --- a/src/Castle.Monorail.Pdf.Tests/Castle.Monorail.Pdf.Tests.csproj +++ b/src/Castle.Monorail.Pdf.Tests/Castle.Monorail.Pdf.Tests.csproj @@ -2,7 +2,6 @@ net481 Library - false AllRules.ruleset @@ -24,11 +23,6 @@ - - - Properties\CommonAssemblyInfo.cs - - diff --git a/src/Castle.Monorail.Pdf.Tests/Properties/AssemblyInfo.cs b/src/Castle.Monorail.Pdf.Tests/Properties/AssemblyInfo.cs deleted file mode 100644 index 0a826cc5..00000000 --- a/src/Castle.Monorail.Pdf.Tests/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,13 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Castle.Monorail.Pdf.Tests")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("fe8749fc-06ff-492a-9c47-a0eb2cd60881")] \ No newline at end of file diff --git a/src/Castle.Monorail.Pdf/Castle.Monorail.Pdf.csproj b/src/Castle.Monorail.Pdf/Castle.Monorail.Pdf.csproj index 16cd2d97..9e74d87a 100644 --- a/src/Castle.Monorail.Pdf/Castle.Monorail.Pdf.csproj +++ b/src/Castle.Monorail.Pdf/Castle.Monorail.Pdf.csproj @@ -1,11 +1,24 @@ - + net481 Library - true - ..\SparkKey.snk - false AllRules.ruleset + Castle.Monorail.Pdf + RobertTheGrey + Louis DeJardin + https://github.com/SparkViewEngine/ + README.md + https://github.com/SparkViewEngine/spark + git + 1.8 + 1.8.1.0 + True + snupkg + license.txt + True + spark;view engine + Copyright (c) Louis DeJardin 2008-2022 + Spark is a view engine allowing the HTML to dominate the flow and any code to fit seamlessly. @@ -22,19 +35,19 @@ - + - + - - Properties\CommonAssemblyInfo.cs - - - - - SparkKey.snk + + True + \ + + + True + \ \ No newline at end of file diff --git a/src/Castle.Monorail.Pdf/Properties/AssemblyInfo.cs b/src/Castle.Monorail.Pdf/Properties/AssemblyInfo.cs deleted file mode 100644 index 025b10bc..00000000 --- a/src/Castle.Monorail.Pdf/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,13 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Castle.Monorail.Pdf")] -[assembly: AssemblyDescription("")][assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("26ab8520-3f6f-4f09-a048-11fa21e74e6a")] \ No newline at end of file diff --git a/src/CommonAssemblyInfo.cs b/src/CommonAssemblyInfo.cs deleted file mode 100644 index 13cf7c60..00000000 --- a/src/CommonAssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -using System; -using System.Reflection; -using System.Runtime.InteropServices; - -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.0 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -[assembly: ComVisibleAttribute(false)] -[assembly: AssemblyVersionAttribute("1.8")] -[assembly: AssemblyFileVersionAttribute("1.8.1.0")] -[assembly: AssemblyCopyrightAttribute("Copyright (c) Louis DeJardin 2008-2015")] -[assembly: AssemblyProductAttribute("Spark")] -[assembly: AssemblyCompanyAttribute("Louis DeJardin")] -[assembly: AssemblyConfigurationAttribute("release")] -[assembly: AssemblyInformationalVersionAttribute("1.8.1.0")] - diff --git a/src/CommonVersionInfo.h b/src/CommonVersionInfo.h deleted file mode 100644 index 0e5834ad..00000000 --- a/src/CommonVersionInfo.h +++ /dev/null @@ -1 +0,0 @@ -// this is an auto-generated file#define VERSIONINFO_VERSIONSTRING "1.8.1.0"#define VERSIONINFO_MAJOR 1#define VERSIONINFO_MINOR 8#define VERSIONINFO_BUILD 1#define VERSIONINFO_REVISION 0#define VERSIONINFO_COPYRIGHT "Copyright (c) Louis DeJardin 2008-2015"#define VERSIONINFO_COMPANY "Louis DeJardin"#define VERSIONINFO_PRODUCT "Spark" \ No newline at end of file diff --git a/src/Spark.Python.Tests/Properties/AssemblyInfo.cs b/src/Spark.Python.Tests/Properties/AssemblyInfo.cs deleted file mode 100644 index 46216998..00000000 --- a/src/Spark.Python.Tests/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,49 +0,0 @@ -// Copyright 2008-2009 Louis DeJardin - http://whereslou.com -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// 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. -// -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Spark.Python.Tests")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Microsoft")] -[assembly: AssemblyProduct("Spark.Scripting.Tests")] -[assembly: AssemblyCopyright("Copyright © Microsoft 2008")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("4d65688b-f6fc-4af2-892b-7fd71166a7a9")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/Spark.Python.Tests/Spark.Python.Tests.csproj b/src/Spark.Python.Tests/Spark.Python.Tests.csproj index 84f66e15..6af98be0 100644 --- a/src/Spark.Python.Tests/Spark.Python.Tests.csproj +++ b/src/Spark.Python.Tests/Spark.Python.Tests.csproj @@ -2,7 +2,6 @@ net481 Library - false AllRules.ruleset diff --git a/src/Spark.Python/Properties/AssemblyInfo.cs b/src/Spark.Python/Properties/AssemblyInfo.cs deleted file mode 100644 index a91b1f73..00000000 --- a/src/Spark.Python/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,49 +0,0 @@ -// Copyright 2008-2009 Louis DeJardin - http://whereslou.com -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// 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. -// -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Spark.Python")] -[assembly: AssemblyDescription("")] - - - - -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. - - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("ba38ade4-64bd-4485-88d6-b9af48b4e020")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: - - - diff --git a/src/Spark.Python/Spark.Python.csproj b/src/Spark.Python/Spark.Python.csproj index ca047723..ae768a18 100644 --- a/src/Spark.Python/Spark.Python.csproj +++ b/src/Spark.Python/Spark.Python.csproj @@ -1,9 +1,24 @@ - + net481 Library - false AllRules.ruleset + Spark.Python + RobertTheGrey + Louis DeJardin + https://github.com/SparkViewEngine/ + README.md + https://github.com/SparkViewEngine/spark + git + 1.8 + 1.8.1.0 + True + snupkg + license.txt + True + spark;view engine + Copyright (c) Louis DeJardin 2008-2022 + Spark is a view engine allowing the HTML to dominate the flow and any code to fit seamlessly. @@ -27,15 +42,20 @@ ..\..\bin\ironpython\Microsoft.Scripting.ExtensionAttribute.dll - - - Properties\CommonAssemblyInfo.cs - - + + + True + \ + + + True + \ + + \ No newline at end of file diff --git a/src/Spark.Ruby.Tests/Properties/AssemblyInfo.cs b/src/Spark.Ruby.Tests/Properties/AssemblyInfo.cs deleted file mode 100644 index 3407c03a..00000000 --- a/src/Spark.Ruby.Tests/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,49 +0,0 @@ -// Copyright 2008-2009 Louis DeJardin - http://whereslou.com -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// 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. -// -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Spark.Ruby.Tests")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Microsoft")] -[assembly: AssemblyProduct("Spark.IronRuby.Tests")] -[assembly: AssemblyCopyright("Copyright © Microsoft 2008")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("f4cccc6c-65d0-4d3a-ac5c-efbe35066d52")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/Spark.Ruby.Tests/Spark.Ruby.Tests.csproj b/src/Spark.Ruby.Tests/Spark.Ruby.Tests.csproj index f4482d9c..59eaf5ca 100644 --- a/src/Spark.Ruby.Tests/Spark.Ruby.Tests.csproj +++ b/src/Spark.Ruby.Tests/Spark.Ruby.Tests.csproj @@ -2,7 +2,6 @@ net481 Library - false AllRules.ruleset diff --git a/src/Spark.Ruby/Properties/AssemblyInfo.cs b/src/Spark.Ruby/Properties/AssemblyInfo.cs deleted file mode 100644 index 9e32740a..00000000 --- a/src/Spark.Ruby/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,49 +0,0 @@ -// Copyright 2008-2009 Louis DeJardin - http://whereslou.com -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// 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. -// -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Spark.Ruby")] -[assembly: AssemblyDescription("")] - - - - -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. - - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("c37bb02a-1678-43e5-838b-e50fb6c4d08b")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] - - diff --git a/src/Spark.Ruby/Spark.Ruby.csproj b/src/Spark.Ruby/Spark.Ruby.csproj index 73dba774..a18b0f4c 100644 --- a/src/Spark.Ruby/Spark.Ruby.csproj +++ b/src/Spark.Ruby/Spark.Ruby.csproj @@ -1,9 +1,24 @@ - + net481 Library - false AllRules.ruleset + Spark.Ruby + RobertTheGrey + Louis DeJardin + https://github.com/SparkViewEngine/ + README.md + https://github.com/SparkViewEngine/spark + git + 1.8 + 1.8.1.0 + True + snupkg + license.txt + True + spark;view engine + Copyright (c) Louis DeJardin 2008-2022 + Spark is a view engine allowing the HTML to dominate the flow and any code to fit seamlessly. @@ -15,35 +30,23 @@ ..\..\bin\ironruby\NonStandard.Microsoft.Scripting.dll - - - Properties\CommonAssemblyInfo.cs - - - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - - + + + True + \ + + + True + \ + + \ No newline at end of file diff --git a/src/Spark.Tests/Properties/AssemblyInfo.cs b/src/Spark.Tests/Properties/AssemblyInfo.cs deleted file mode 100644 index aff55e39..00000000 --- a/src/Spark.Tests/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,50 +0,0 @@ -// Copyright 2008-2009 Louis DeJardin - http://whereslou.com -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// 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. -// -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Spark.Tests")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Microsoft")] -[assembly: AssemblyProduct("Spark.Tests")] -[assembly: AssemblyCopyright("Copyright © Microsoft 2008")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("885d0847-82ae-4aeb-b395-b9ee4b62ea28")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/Spark.Tests/Spark.Tests.csproj b/src/Spark.Tests/Spark.Tests.csproj index daa5af21..106fcb18 100644 --- a/src/Spark.Tests/Spark.Tests.csproj +++ b/src/Spark.Tests/Spark.Tests.csproj @@ -2,7 +2,6 @@ Library net481 - false AllRules.ruleset diff --git a/src/Spark.Web.Mvc.Pdf.Tests/Properties/AssemblyInfo.cs b/src/Spark.Web.Mvc.Pdf.Tests/Properties/AssemblyInfo.cs deleted file mode 100644 index 5ab9472c..00000000 --- a/src/Spark.Web.Mvc.Pdf.Tests/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Spark.Web.Mvc.Pdf.Tests")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Microsoft")] -[assembly: AssemblyProduct("Spark.Web.Mvc.Pdf.Tests")] -[assembly: AssemblyCopyright("Copyright © Microsoft 2009")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("6d281028-9bc8-4bb6-b53c-e563ec9ef295")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/Spark.Web.Mvc.Pdf.Tests/Spark.Web.Mvc.Pdf.Tests.csproj b/src/Spark.Web.Mvc.Pdf.Tests/Spark.Web.Mvc.Pdf.Tests.csproj index c85dacd3..ae454a25 100644 --- a/src/Spark.Web.Mvc.Pdf.Tests/Spark.Web.Mvc.Pdf.Tests.csproj +++ b/src/Spark.Web.Mvc.Pdf.Tests/Spark.Web.Mvc.Pdf.Tests.csproj @@ -2,7 +2,6 @@ Library net481 - false AllRules.ruleset diff --git a/src/Spark.Web.Mvc.Pdf/Properties/AssemblyInfo.cs b/src/Spark.Web.Mvc.Pdf/Properties/AssemblyInfo.cs deleted file mode 100644 index 53d2603c..00000000 --- a/src/Spark.Web.Mvc.Pdf/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Spark.Web.Mvc.Pdf")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Microsoft")] -[assembly: AssemblyProduct("Spark.Web.Mvc.Pdf")] -[assembly: AssemblyCopyright("Copyright © Microsoft 2009")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("a5593e73-afe1-47a6-94ca-a4d329bf38b6")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/Spark.Web.Mvc.Pdf/Spark.Web.Mvc.Pdf.csproj b/src/Spark.Web.Mvc.Pdf/Spark.Web.Mvc.Pdf.csproj index 8f76b130..ff538e69 100644 --- a/src/Spark.Web.Mvc.Pdf/Spark.Web.Mvc.Pdf.csproj +++ b/src/Spark.Web.Mvc.Pdf/Spark.Web.Mvc.Pdf.csproj @@ -1,10 +1,24 @@ - + Library - ..\SparkKey.snk net481 - false AllRules.ruleset + Spark.Web.Mvc.Pdf + RobertTheGrey + Louis DeJardin + https://github.com/SparkViewEngine/ + README.md + https://github.com/SparkViewEngine/spark + git + 1.8 + 1.8.1.0 + True + snupkg + license.txt + True + spark;view engine + Copyright (c) Louis DeJardin 2008-2022 + Spark is a view engine allowing the HTML to dominate the flow and any code to fit seamlessly. @@ -17,12 +31,17 @@ - - SparkKey.snk + + True + \ + + + True + \ - - + + \ No newline at end of file diff --git a/src/Spark.Web.Mvc.Python/Properties/AssemblyInfo.cs b/src/Spark.Web.Mvc.Python/Properties/AssemblyInfo.cs deleted file mode 100644 index 3c147b9f..00000000 --- a/src/Spark.Web.Mvc.Python/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,50 +0,0 @@ -// Copyright 2008-2009 Louis DeJardin - http://whereslou.com -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// 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. -// -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Spark.Web.Mvc.Scripting")] -[assembly: AssemblyDescription("")] - - - - -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. - - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("06b4b706-be43-4b92-b48a-44d9a18528ea")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] - - diff --git a/src/Spark.Web.Mvc.Python/Spark.Web.Mvc.Python.csproj b/src/Spark.Web.Mvc.Python/Spark.Web.Mvc.Python.csproj index 3db2b3b0..001099ff 100644 --- a/src/Spark.Web.Mvc.Python/Spark.Web.Mvc.Python.csproj +++ b/src/Spark.Web.Mvc.Python/Spark.Web.Mvc.Python.csproj @@ -1,9 +1,24 @@ - + net481 Library - false AllRules.ruleset + Spark.Web.Mvc.Python + RobertTheGrey + Louis DeJardin + https://github.com/SparkViewEngine/ + README.md + https://github.com/SparkViewEngine/spark + git + 1.8 + 1.8.1.0 + True + snupkg + license.txt + True + spark;view engine + Copyright (c) Louis DeJardin 2008-2022 + Spark is a view engine allowing the HTML to dominate the flow and any code to fit seamlessly. @@ -11,17 +26,22 @@ ..\..\bin\ironpython\Microsoft.Scripting.dll - - - Properties\CommonAssemblyInfo.cs - - - + + + + True + \ + + + True + \ + + \ No newline at end of file diff --git a/src/Spark.Web.Mvc.Ruby.Tests/Properties/AssemblyInfo.cs b/src/Spark.Web.Mvc.Ruby.Tests/Properties/AssemblyInfo.cs deleted file mode 100644 index 70ad0099..00000000 --- a/src/Spark.Web.Mvc.Ruby.Tests/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,50 +0,0 @@ -// Copyright 2008-2009 Louis DeJardin - http://whereslou.com -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// 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. -// -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Spark.Web.Mvc.Ruby.Tests")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Microsoft")] -[assembly: AssemblyProduct("Spark.Web.Mvc.Ruby.Tests")] -[assembly: AssemblyCopyright("Copyright © Microsoft 2008")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("62393cab-d872-4592-aa54-5e7357d9dc60")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/Spark.Web.Mvc.Ruby.Tests/Spark.Web.Mvc.Ruby.Tests.csproj b/src/Spark.Web.Mvc.Ruby.Tests/Spark.Web.Mvc.Ruby.Tests.csproj index 1a34081e..48f5b406 100644 --- a/src/Spark.Web.Mvc.Ruby.Tests/Spark.Web.Mvc.Ruby.Tests.csproj +++ b/src/Spark.Web.Mvc.Ruby.Tests/Spark.Web.Mvc.Ruby.Tests.csproj @@ -2,7 +2,6 @@ Library net481 - false AllRules.ruleset diff --git a/src/Spark.Web.Mvc.Ruby/Properties/AssemblyInfo.cs b/src/Spark.Web.Mvc.Ruby/Properties/AssemblyInfo.cs deleted file mode 100644 index eeda49b9..00000000 --- a/src/Spark.Web.Mvc.Ruby/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,51 +0,0 @@ -// Copyright 2008-2009 Louis DeJardin - http://whereslou.com -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// 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. -// -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; -using System.Security; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Spark.Web.Mvc.Ruby")] -[assembly: AssemblyDescription("")] - - - - -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. - - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("ad00be3a-6024-4b34-ac09-5fd99de0c5ed")] -[assembly: SecurityRules(SecurityRuleSet.Level1)] -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] - - diff --git a/src/Spark.Web.Mvc.Ruby/Spark.Web.Mvc.Ruby.csproj b/src/Spark.Web.Mvc.Ruby/Spark.Web.Mvc.Ruby.csproj index 6a15ac82..2d0b88f8 100644 --- a/src/Spark.Web.Mvc.Ruby/Spark.Web.Mvc.Ruby.csproj +++ b/src/Spark.Web.Mvc.Ruby/Spark.Web.Mvc.Ruby.csproj @@ -1,9 +1,24 @@ - + net481 Library - false AllRules.ruleset + Spark.Web.Mvc.Ruby + RobertTheGrey + Louis DeJardin + https://github.com/SparkViewEngine/ + README.md + https://github.com/SparkViewEngine/spark + git + 1.8 + 1.8.1.0 + True + snupkg + license.txt + True + spark;view engine + Copyright (c) Louis DeJardin 2008-2022 + Spark is a view engine allowing the HTML to dominate the flow and any code to fit seamlessly. @@ -15,17 +30,22 @@ ..\..\bin\ironruby\NonStandard.Microsoft.Scripting.dll - - - Properties\CommonAssemblyInfo.cs - - - + + + + True + \ + + + True + \ + + \ No newline at end of file diff --git a/src/Spark.Web.Mvc.Tests/Properties/AssemblyInfo.cs b/src/Spark.Web.Mvc.Tests/Properties/AssemblyInfo.cs deleted file mode 100644 index 4cc49a3f..00000000 --- a/src/Spark.Web.Mvc.Tests/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,50 +0,0 @@ -// Copyright 2008-2009 Louis DeJardin - http://whereslou.com -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// 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. -// -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("MvcContrib.SparkViewEngine.Tests")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Microsoft")] -[assembly: AssemblyProduct("MvcContrib.SparkViewEngine.Tests")] -[assembly: AssemblyCopyright("Copyright © Microsoft 2008")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("1fdea5b5-85c2-4e0a-b811-d0394151ab6a")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/Spark.Web.Mvc.Tests/Spark.Web.Mvc.Tests.csproj b/src/Spark.Web.Mvc.Tests/Spark.Web.Mvc.Tests.csproj index ae771a97..83656c03 100644 --- a/src/Spark.Web.Mvc.Tests/Spark.Web.Mvc.Tests.csproj +++ b/src/Spark.Web.Mvc.Tests/Spark.Web.Mvc.Tests.csproj @@ -2,7 +2,6 @@ Library net481 - false AllRules.ruleset False diff --git a/src/Spark.Web.Mvc/Properties/AssemblyInfo.cs b/src/Spark.Web.Mvc/Properties/AssemblyInfo.cs deleted file mode 100644 index f0080254..00000000 --- a/src/Spark.Web.Mvc/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,32 +0,0 @@ -// Copyright 2008-2009 Louis DeJardin - http://whereslou.com -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// 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. -// -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; -using System.Security; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Spark.Web.Mvc")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("a7c4b15f-ed0e-4fcf-8c5c-26a33205cb8f")] -[assembly: SecurityRules(SecurityRuleSet.Level1)] -[assembly: AllowPartiallyTrustedCallers] diff --git a/src/Spark.Web.Mvc/Spark.Web.Mvc.csproj b/src/Spark.Web.Mvc/Spark.Web.Mvc.csproj index a357f3f5..faab5751 100644 --- a/src/Spark.Web.Mvc/Spark.Web.Mvc.csproj +++ b/src/Spark.Web.Mvc/Spark.Web.Mvc.csproj @@ -1,10 +1,24 @@ - + Library - ..\SparkKey.snk net481 - false AllRules.ruleset + Spark.Web.Mvc + RobertTheGrey + Louis DeJardin + https://github.com/SparkViewEngine/ + README.md + https://github.com/SparkViewEngine/spark + git + 1.8 + 1.8.1.0 + True + snupkg + license.txt + True + spark;view engine + Copyright (c) Louis DeJardin 2008-2022 + Spark is a view engine allowing the HTML to dominate the flow and any code to fit seamlessly. @@ -12,9 +26,6 @@ - - Properties\CommonAssemblyInfo.cs - Component @@ -26,8 +37,13 @@ - - SparkKey.snk + + True + \ + + + True + \ diff --git a/src/Spark/Properties/AssemblyInfo.cs b/src/Spark/Properties/AssemblyInfo.cs deleted file mode 100644 index f1bab4c2..00000000 --- a/src/Spark/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,53 +0,0 @@ -// Copyright 2008-2009 Louis DeJardin - http://whereslou.com -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// 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. -// -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; -using System.Security; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Spark")] -[assembly: AssemblyDescription("")] - - - - -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. - - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("cadfaf7e-67ac-47c9-845f-7076eafeb598")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] - - - -[assembly: AllowPartiallyTrustedCallers] diff --git a/src/Spark/Spark.csproj b/src/Spark/Spark.csproj index 63b348a0..47eacb51 100644 --- a/src/Spark/Spark.csproj +++ b/src/Spark/Spark.csproj @@ -1,31 +1,49 @@ - + Library - net481 - false - AllRules.ruleset - true - ..\SparkKey.snk + net481 + AllRules.ruleset + False + ..\SparkKey.snk + Spark + RobertTheGrey + Louis DeJardin + https://github.com/SparkViewEngine/ + README.md + https://github.com/SparkViewEngine/spark + git + 1.8 + 1.8.1.0 + True + snupkg + license.txt + True + spark;view engine + Copyright (c) Louis DeJardin 2008-2022 + Spark is a view engine allowing the HTML to dominate the flow and any code to fit seamlessly. - - - - - - Properties\CommonAssemblyInfo.cs - + + + + True + \ + + + True + \ + SparkKey.snk - + + - - + \ No newline at end of file diff --git a/src/Xpark/Properties/AssemblyInfo.cs b/src/Xpark/Properties/AssemblyInfo.cs deleted file mode 100644 index da0b759f..00000000 --- a/src/Xpark/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Xpark")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Xpark")] -[assembly: AssemblyCopyright("Copyright © 2009")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("9c9500dd-3487-4e3e-b98a-e417ee0aab34")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/Xpark/Xpark.csproj b/src/Xpark/Xpark.csproj index 60688d2f..2044b7d2 100644 --- a/src/Xpark/Xpark.csproj +++ b/src/Xpark/Xpark.csproj @@ -1,9 +1,24 @@ - + net481 Exe - false AllRules.ruleset + Spark + RobertTheGrey + Louis DeJardin + https://github.com/SparkViewEngine/ + README.md + https://github.com/SparkViewEngine/spark + git + 1.8 + 1.8.1.0 + True + snupkg + license.txt + True + spark;view engine + Copyright (c) Louis DeJardin 2008-2022 + Spark is a view engine allowing the HTML to dominate the flow and any code to fit seamlessly. @@ -36,7 +51,7 @@ - + \ No newline at end of file