Commit for development environment setup

This commit is contained in:
2023-06-19 16:12:33 -04:00
parent be72063a3c
commit bbce2ad0a6
2209 changed files with 1171775 additions and 625 deletions

View File

@@ -0,0 +1,55 @@
using System.Reflection;
using System.Runtime.CompilerServices;
//
// 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("")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
//
// 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 Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.1.*")]
//
// In order to sign your assembly you must specify a key to use. Refer to the
// Microsoft .NET Framework documentation for more information on assembly signing.
//
// Use the attributes below to control which key is used for signing.
//
// Notes:
// (*) If no key is specified, the assembly is not signed.
// (*) KeyName refers to a key that has been installed in the Crypto Service
// Provider (CSP) on your machine. KeyFile refers to a file which contains
// a key.
// (*) If the KeyFile and the KeyName values are both specified, the
// following processing occurs:
// (1) If the KeyName can be found in the CSP, that key is used.
// (2) If the KeyName does not exist and the KeyFile does exist, the key
// in the KeyFile is installed into the CSP and used.
// (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility.
// When specifying the KeyFile, the location of the KeyFile should be
// relative to the project output directory which is
// %Project Directory%\obj\<configuration>. For example, if your KeyFile is
// located in the project directory, you would specify the AssemblyKeyFile
// attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")]
// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
// documentation for more information on this.
//

View File

@@ -0,0 +1,57 @@
using System.Reflection;
using System.Runtime.CompilerServices;
//
// 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("")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
//
// 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 Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.1.*")]
//
// In order to sign your assembly you must specify a key to use. Refer to the
// Microsoft .NET Framework documentation for more information on assembly signing.
//
// Use the attributes below to control which key is used for signing.
//
// Notes:
// (*) If no key is specified, the assembly is not signed.
// (*) KeyName refers to a key that has been installed in the Crypto Service
// Provider (CSP) on your machine. KeyFile refers to a file which contains
// a key.
// (*) If the KeyFile and the KeyName values are both specified, the
// following processing occurs:
// (1) If the KeyName can be found in the CSP, that key is used.
// (2) If the KeyName does not exist and the KeyFile does exist, the key
// in the KeyFile is installed into the CSP and used.
// (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility.
// When specifying the KeyFile, the location of the KeyFile should be
// relative to the project output directory which is
// %Project Directory%\obj\<configuration>. For example, if your KeyFile is
// located in the project directory, you would specify the AssemblyKeyFile
// attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")]
// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
// documentation for more information on this.
//
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyName("")]

View File

@@ -0,0 +1,249 @@
/*********************************************************************************************
* Copyright 2004 - Volian Enterprises, Inc. All rights reserved.
* Volian Enterprises - Proprietary Information - DO NOT COPY OR DISTRIBUTE
* ------------------------------------------------------------------------------
* $Workfile: VerRelCpy.cs $ $Revision: 36 $
* $Author: Jsj $ $Date: 1/02/08 1:38p $
*
* $History: VerRelCpy.cs $
*
* ***************** Version 36 *****************
* User: Jsj Date: 1/02/08 Time: 1:38p
* Updated in $/LibSource/VerRelCpyrght
* upped copyright to 2008
*
* ***************** Version 35 *****************
* User: Jsj Date: 12/05/07 Time: 1:43p
* Updated in $/LibSource/VerRelCpyrght
* upped to release 21
*
* ***************** Version 34 *****************
* User: Jsj Date: 10/25/07 Time: 2:56p
* Updated in $/LibSource/VerRelCpyrght
* upped to 20
*
* ***************** Version 33 *****************
* User: Jsj Date: 9/26/07 Time: 2:55p
* Updated in $/LibSource/VerRelCpyrght
* Upped
*
* ***************** Version 32 *****************
* User: Jsj Date: 7/13/07 Time: 1:29p
* Updated in $/LibSource/VerRelCpyrght
* upped release to 18
*
* ***************** Version 31 *****************
* User: Jsj Date: 6/29/07 Time: 11:13a
* Updated in $/LibSource/VerRelCpyrght
* upped releaes to 17
*
* ***************** Version 30 *****************
* User: Jsj Date: 6/20/07 Time: 8:46a
* Updated in $/LibSource/VerRelCpyrght
* upped release number to 16
*
* ***************** Version 29 *****************
* User: Jsj Date: 6/01/07 Time: 9:26a
* Updated in $/LibSource/VerRelCpyrght
* upped to release 15
*
* ***************** Version 28 *****************
* User: Jsj Date: 3/02/07 Time: 8:30a
* Updated in $/LibSource/VerRelCpyrght
* upped to 14
*
* ***************** Version 27 *****************
* User: Jsj Date: 1/02/07 Time: 1:54p
* Updated in $/LibSource/VerRelCpyrght
* upped copyright to 2007
*
* ***************** Version 26 *****************
* User: Jsj Date: 12/12/06 Time: 2:03p
* Updated in $/LibSource/VerRelCpyrght
* uppded to 13
*
* ***************** Version 25 *****************
* User: Jsj Date: 11/30/06 Time: 8:22a
* Updated in $/LibSource/VerRelCpyrght
* upped to 12
*
* ***************** Version 24 *****************
* User: Jsj Date: 11/09/06 Time: 11:33a
* Updated in $/LibSource/VerRelCpyrght
* upped release number
*
* ***************** Version 23 *****************
* User: Jsj Date: 9/12/06 Time: 2:30p
* Updated in $/LibSource/VerRelCpyrght
* upped release number
*
* ***************** Version 22 *****************
* User: Jsj Date: 7/24/06 Time: 12:04p
* Updated in $/LibSource/VerRelCpyrght
* upped to release 9
*
* ***************** Version 21 *****************
* User: Jsj Date: 7/06/06 Time: 10:18a
* Updated in $/LibSource/VerRelCpyrght
* upped
*
* ***************** Version 20 *****************
* User: Jsj Date: 5/26/06 Time: 12:28p
* Updated in $/LibSource/VerRelCpyrght
* back to 7
*
* ***************** Version 19 *****************
* User: Jsj Date: 5/26/06 Time: 11:25a
* Updated in $/LibSource/VerRelCpyrght
* upped to release 8
*
* ***************** Version 18 *****************
* User: Jsj Date: 5/16/06 Time: 12:45p
* Updated in $/LibSource/VerRelCpyrght
* upped release to 7
*
* ***************** Version 17 *****************
* User: Kathy Date: 5/01/06 Time: 11:16a
* Updated in $/LibSource/VerRelCpyrght
* upped release number
*
* ***************** Version 16 *****************
* User: Jsj Date: 1/03/06 Time: 9:10a
* Updated in $/LibSource/VerRelCpyrght
* upped copyright to year 2005 and upped release number
*
* ***************** Version 15 *****************
* User: Jsj Date: 12/12/05 Time: 11:06a
* Updated in $/LibSource/VerRelCpyrght
* upped
*
* ***************** Version 14 *****************
* User: Kathy Date: 10/03/05 Time: 10:59a
* Updated in $/LibSource/VerRelCpyrght
* upped release number to 3
*
* ***************** Version 13 *****************
* User: Kathy Date: 9/06/05 Time: 11:24a
* Updated in $/LibSource/VerRelCpyrght
* Up release number
*
* ***************** Version 12 *****************
* User: Jsj Date: 7/27/05 Time: 2:09p
* Updated in $/LibSource/VerRelCpyrght
* release one
*
* ***************** Version 11 *****************
* User: Kathy Date: 4/21/05 Time: 10:25a
* Updated in $/LibSource/VerRelCpyrght
* update rev
*
* ***************** Version 10 *****************
* User: Jsj Date: 4/12/05 Time: 8:46a
* Updated in $/LibSource/VerRelCpyrght
* uppded
*
* ***************** Version 9 *****************
* User: Jsj Date: 3/30/05 Time: 11:15a
* Updated in $/LibSource/VerRelCpyrght
* upped
*
* ***************** Version 8 *****************
* User: Jsj Date: 3/16/05 Time: 2:46p
* Updated in $/LibSource/VerRelCpyrght
* upped release to 7
*
* ***************** Version 7 *****************
* User: Kathy Date: 2/23/05 Time: 1:42p
* Updated in $/LibSource/VerRelCpyrght
* Upped release number
*
* ***************** Version 6 *****************
* User: Jsj Date: 1/19/05 Time: 10:29a
* Updated in $/LibSource/VerRelCpyrght
* upped
*
* ***************** Version 5 *****************
* User: Jsj Date: 1/13/05 Time: 9:30a
* Updated in $/LibSource/VerRelCpyrght
* changed copyright to 2005
*
* ***************** Version 4 *****************
* User: Jsj Date: 10/12/04 Time: 9:28a
* Updated in $/LibSource/VerRelCpyrght
* upped
*
* ***************** Version 3 *****************
* User: Jsj Date: 9/27/04 Time: 11:07a
* Updated in $/LibSource/VerRelCpyrght
* upped release number
*
* ***************** Version 2 *****************
* User: Jsj Date: 9/13/04 Time: 11:06a
* Updated in $/LibSource/VerRelCpyrght
* upped release number
*
* ***************** Version 1 *****************
* User: Kathy Date: 7/27/04 Time: 8:54a
* Created in $/LibSource/VerRelCpyrght
*********************************************************************************************/
using System;
namespace VerRelCpyrght
{
/// <summary>
/// Summary description for Class1.
/// </summary>
public class VersionAndCopyright
{
private static string _VersionNumber = "10";
private static string _ReleaseNumber = "21";
private static string _CopyrightYear = "2008";
private static string _CopyrightMsg;
private static string _VersionRelMsg;
static VersionAndCopyright()
{
_CopyrightMsg = string.Format("Copyright \x00A9 1988 - {0}. All Rights Reserved.",_CopyrightYear);
_VersionRelMsg = string.Format("Version {0} Release {1}",_VersionNumber,_ReleaseNumber);
}
public static string VersionNumber
{
get
{
return _VersionNumber;
}
}
public static string ReleaseNumber
{
get
{
return _ReleaseNumber;
}
}
public static string CopyrightYear
{
get
{
return _CopyrightYear;
}
}
public static string CopyrightMsg
{
get
{
return _CopyrightMsg;
}
}
public static string VersionRelMsg
{
get
{
return _VersionRelMsg;
}
}
}
}

View File

@@ -0,0 +1,100 @@
<VisualStudioProject>
<CSHARP
ProjectType = "Local"
ProductVersion = "7.10.3077"
SchemaVersion = "2.0"
ProjectGuid = "{B6489955-8814-4133-815D-C25F7782EC2C}"
>
<Build>
<Settings
ApplicationIcon = ""
AssemblyKeyContainerName = ""
AssemblyName = "VerRelCpyrght"
AssemblyOriginatorKeyFile = ""
DefaultClientScript = "JScript"
DefaultHTMLPageLayout = "Grid"
DefaultTargetSchema = "IE50"
DelaySign = "false"
OutputType = "Library"
PreBuildEvent = ""
PostBuildEvent = ""
RootNamespace = "VerRelCpyrght"
RunPostBuildEvent = "OnBuildSuccess"
StartupObject = ""
>
<Config
Name = "Debug"
AllowUnsafeBlocks = "false"
BaseAddress = "285212672"
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
DefineConstants = "DEBUG;TRACE"
DocumentationFile = ""
DebugSymbols = "true"
FileAlignment = "4096"
IncrementalBuild = "false"
NoStdLib = "false"
NoWarn = ""
Optimize = "false"
OutputPath = "..\..\..\Ve-proms.net\BIN\"
RegisterForComInterop = "false"
RemoveIntegerChecks = "false"
TreatWarningsAsErrors = "false"
WarningLevel = "4"
/>
<Config
Name = "Release"
AllowUnsafeBlocks = "false"
BaseAddress = "285212672"
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
DefineConstants = "TRACE"
DocumentationFile = ""
DebugSymbols = "false"
FileAlignment = "4096"
IncrementalBuild = "false"
NoStdLib = "false"
NoWarn = ""
Optimize = "true"
OutputPath = "..\..\..\Ve-proms.net\BIN\"
RegisterForComInterop = "false"
RemoveIntegerChecks = "false"
TreatWarningsAsErrors = "false"
WarningLevel = "4"
/>
</Settings>
<References>
<Reference
Name = "System"
AssemblyName = "System"
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll"
/>
<Reference
Name = "System.Data"
AssemblyName = "System.Data"
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
/>
<Reference
Name = "System.XML"
AssemblyName = "System.Xml"
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
/>
</References>
</Build>
<Files>
<Include>
<File
RelPath = "AssemblyInfo.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "VerRelCpy.cs"
SubType = "Code"
BuildAction = "Compile"
/>
</Include>
</Files>
</CSHARP>
</VisualStudioProject>

View File

@@ -0,0 +1,21 @@
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VerRelCpyrght", "VerRelCpyrght.csproj", "{B6489955-8814-4133-815D-C25F7782EC2C}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
Release = Release
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{B6489955-8814-4133-815D-C25F7782EC2C}.Debug.ActiveCfg = Debug|.NET
{B6489955-8814-4133-815D-C25F7782EC2C}.Debug.Build.0 = Debug|.NET
{B6489955-8814-4133-815D-C25F7782EC2C}.Release.ActiveCfg = Release|.NET
{B6489955-8814-4133-815D-C25F7782EC2C}.Release.Build.0 = Release|.NET
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal