From 84f1701d17628793e8cc0885d07af981ae7fce57 Mon Sep 17 00:00:00 2001 From: David Meyer Date: Mon, 17 Apr 2017 22:58:38 -0500 Subject: [PATCH] Version 0.0.0.0 --- src/CommonAssemblyInfo.cpp | 11 ++++++++ src/CommonAssemblyInfo.cs | 11 ++++++++ src/JsPie.Cli/JsPie.Cli.csproj | 5 +++- src/JsPie.Cli/Properties/AssemblyInfo.cs | 28 ------------------- src/JsPie.Core/JsPie.Core.csproj | 3 ++ src/JsPie.Core/Properties/AssemblyInfo.cs | 28 ------------------- src/JsPie.Plugins/JsPie.Plugins.csproj | 4 +++ src/JsPie.Plugins/Properties/AssemblyInfo.cs | 28 ------------------- src/JsPie.Runtime/JsPie.Runtime.csproj | 3 ++ src/JsPie.Runtime/Properties/AssemblyInfo.cs | 28 ------------------- src/JsPie.Scripting.V8/AssemblyInfo.cpp | 28 ++----------------- src/JsPie.Scripting/JsPie.Scripting.csproj | 3 ++ .../Properties/AssemblyInfo.cs | 28 ------------------- src/JsPie.sln | 2 ++ 14 files changed, 43 insertions(+), 167 deletions(-) create mode 100644 src/CommonAssemblyInfo.cpp create mode 100644 src/CommonAssemblyInfo.cs diff --git a/src/CommonAssemblyInfo.cpp b/src/CommonAssemblyInfo.cpp new file mode 100644 index 0000000..f115921 --- /dev/null +++ b/src/CommonAssemblyInfo.cpp @@ -0,0 +1,11 @@ +using namespace System::Reflection; + +[assembly:AssemblyConfiguration(L"")]; +[assembly:AssemblyCompany(L"")]; +[assembly:AssemblyProduct(L"JsPie")]; +[assembly:AssemblyCopyright(L"Copyright © 2016-2017")]; +[assembly:AssemblyTrademark(L"")]; +[assembly:AssemblyCulture(L"")]; + +[assembly:AssemblyVersion("0.0.0.0")]; +[assembly:AssemblyFileVersion("0.0.0.0")]; diff --git a/src/CommonAssemblyInfo.cs b/src/CommonAssemblyInfo.cs new file mode 100644 index 0000000..3bf07e5 --- /dev/null +++ b/src/CommonAssemblyInfo.cs @@ -0,0 +1,11 @@ +using System.Reflection; + +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("JsPie")] +[assembly: AssemblyCopyright("Copyright © 2016-2017")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +[assembly: AssemblyVersion("0.0.0.0")] +[assembly: AssemblyFileVersion("0.0.0.0")] diff --git a/src/JsPie.Cli/JsPie.Cli.csproj b/src/JsPie.Cli/JsPie.Cli.csproj index abb02ca..6115e4b 100644 --- a/src/JsPie.Cli/JsPie.Cli.csproj +++ b/src/JsPie.Cli/JsPie.Cli.csproj @@ -8,7 +8,7 @@ Exe Properties JsPie.Cli - JsPie.Cli + JsPie v4.6.1 512 @@ -62,6 +62,9 @@ + + Properties\CommonAssemblyInfo.cs + diff --git a/src/JsPie.Cli/Properties/AssemblyInfo.cs b/src/JsPie.Cli/Properties/AssemblyInfo.cs index fac8ac6..e14950c 100644 --- a/src/JsPie.Cli/Properties/AssemblyInfo.cs +++ b/src/JsPie.Cli/Properties/AssemblyInfo.cs @@ -1,36 +1,8 @@ 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("JsPie.Cli")] [assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("JsPie.Cli")] -[assembly: AssemblyCopyright("Copyright © 2016")] -[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("80a5547c-8888-4856-99ca-58514b51607d")] - -// 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/JsPie.Core/JsPie.Core.csproj b/src/JsPie.Core/JsPie.Core.csproj index 985558b..48dd630 100644 --- a/src/JsPie.Core/JsPie.Core.csproj +++ b/src/JsPie.Core/JsPie.Core.csproj @@ -38,6 +38,9 @@ + + Properties\CommonAssemblyInfo.cs + diff --git a/src/JsPie.Core/Properties/AssemblyInfo.cs b/src/JsPie.Core/Properties/AssemblyInfo.cs index eba6d0d..7eec900 100644 --- a/src/JsPie.Core/Properties/AssemblyInfo.cs +++ b/src/JsPie.Core/Properties/AssemblyInfo.cs @@ -1,36 +1,8 @@ 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("JsPie.Core")] [assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("JsPie.Core")] -[assembly: AssemblyCopyright("Copyright © 2016")] -[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("fbaa8045-f4e7-49cb-bd05-589d5e894745")] - -// 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/JsPie.Plugins/JsPie.Plugins.csproj b/src/JsPie.Plugins/JsPie.Plugins.csproj index e640c3e..76ad306 100644 --- a/src/JsPie.Plugins/JsPie.Plugins.csproj +++ b/src/JsPie.Plugins/JsPie.Plugins.csproj @@ -60,6 +60,9 @@ + + Properties\CommonAssemblyInfo.cs + @@ -104,6 +107,7 @@ Always + VJoy\vJoyInterface.dll \ No newline at end of file diff --git a/src/JsPie.Plugins/Properties/AssemblyInfo.cs b/src/JsPie.Plugins/Properties/AssemblyInfo.cs index 11293fe..dcecfd1 100644 --- a/src/JsPie.Plugins/Properties/AssemblyInfo.cs +++ b/src/JsPie.Plugins/Properties/AssemblyInfo.cs @@ -1,36 +1,8 @@ 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("JsPie.Plugins")] [assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("JsPie.Plugins")] -[assembly: AssemblyCopyright("Copyright © 2016")] -[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("e10dd29e-ce54-47c0-9d64-902844183a96")] - -// 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/JsPie.Runtime/JsPie.Runtime.csproj b/src/JsPie.Runtime/JsPie.Runtime.csproj index 5100ac0..f17384c 100644 --- a/src/JsPie.Runtime/JsPie.Runtime.csproj +++ b/src/JsPie.Runtime/JsPie.Runtime.csproj @@ -57,6 +57,9 @@ + + Properties\CommonAssemblyInfo.cs + diff --git a/src/JsPie.Runtime/Properties/AssemblyInfo.cs b/src/JsPie.Runtime/Properties/AssemblyInfo.cs index c38e744..e74cb04 100644 --- a/src/JsPie.Runtime/Properties/AssemblyInfo.cs +++ b/src/JsPie.Runtime/Properties/AssemblyInfo.cs @@ -1,36 +1,8 @@ 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("JsPie.Runtime")] [assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("JsPie.Runtime")] -[assembly: AssemblyCopyright("Copyright © 2016")] -[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("1a22da7b-3e4c-4e8c-893d-ee3010e76035")] - -// 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/JsPie.Scripting.V8/AssemblyInfo.cpp b/src/JsPie.Scripting.V8/AssemblyInfo.cpp index 4e4f053..1785b39 100644 --- a/src/JsPie.Scripting.V8/AssemblyInfo.cpp +++ b/src/JsPie.Scripting.V8/AssemblyInfo.cpp @@ -1,37 +1,13 @@ #include "stdafx.h" +#include "..\CommonAssemblyInfo.cpp" + using namespace System; using namespace System::Reflection; -using namespace System::Runtime::CompilerServices; using namespace System::Runtime::InteropServices; -using namespace System::Security::Permissions; -// -// 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:AssemblyTitleAttribute(L"JsPie.Scripting.V8")]; [assembly:AssemblyDescriptionAttribute(L"")]; -[assembly:AssemblyConfigurationAttribute(L"")]; -[assembly:AssemblyCompanyAttribute(L"")]; -[assembly:AssemblyProductAttribute(L"JsPie.Scripting.V8")]; -[assembly:AssemblyCopyrightAttribute(L"Copyright (c) 2016")]; -[assembly:AssemblyTrademarkAttribute(L"")]; -[assembly:AssemblyCultureAttribute(L"")]; - -// -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the value or you can default the Revision and Build Numbers -// by using the '*' as shown below: - -[assembly:AssemblyVersionAttribute("1.0.*")]; [assembly:ComVisible(false)]; diff --git a/src/JsPie.Scripting/JsPie.Scripting.csproj b/src/JsPie.Scripting/JsPie.Scripting.csproj index 9315ddc..ee910c6 100644 --- a/src/JsPie.Scripting/JsPie.Scripting.csproj +++ b/src/JsPie.Scripting/JsPie.Scripting.csproj @@ -36,6 +36,9 @@ + + Properties\CommonAssemblyInfo.cs + diff --git a/src/JsPie.Scripting/Properties/AssemblyInfo.cs b/src/JsPie.Scripting/Properties/AssemblyInfo.cs index 6f8efe4..cd9990e 100644 --- a/src/JsPie.Scripting/Properties/AssemblyInfo.cs +++ b/src/JsPie.Scripting/Properties/AssemblyInfo.cs @@ -1,36 +1,8 @@ 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("JsPie.Scripting")] [assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("JsPie.Scripting")] -[assembly: AssemblyCopyright("Copyright © 2016")] -[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("dccd7bc2-8a41-4366-a83c-1d722fa6243c")] - -// 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/JsPie.sln b/src/JsPie.sln index 3581cce..cefcc3c 100644 --- a/src/JsPie.sln +++ b/src/JsPie.sln @@ -18,6 +18,8 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{40D2523B-A855-4C1E-A8A8-9C7EC15E4C9D}" ProjectSection(SolutionItems) = preProject ..\.gitignore = ..\.gitignore + CommonAssemblyInfo.cpp = CommonAssemblyInfo.cpp + CommonAssemblyInfo.cs = CommonAssemblyInfo.cs ..\README.md = ..\README.md EndProjectSection EndProject