diff --git a/PROMS/ClassLibrary1/ClassLibrary1.sln b/PROMS/ClassLibrary1/ClassLibrary1.sln deleted file mode 100644 index 4843d7e7..00000000 --- a/PROMS/ClassLibrary1/ClassLibrary1.sln +++ /dev/null @@ -1,22 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2013 -VisualStudioVersion = 12.0.30723.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClassLibrary1", "ClassLibrary1\ClassLibrary1.csproj", "{EEA3D698-C9BC-4A38-9D5F-B89CBC68B739}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {EEA3D698-C9BC-4A38-9D5F-B89CBC68B739}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {EEA3D698-C9BC-4A38-9D5F-B89CBC68B739}.Debug|Any CPU.Build.0 = Debug|Any CPU - {EEA3D698-C9BC-4A38-9D5F-B89CBC68B739}.Release|Any CPU.ActiveCfg = Release|Any CPU - {EEA3D698-C9BC-4A38-9D5F-B89CBC68B739}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/PROMS/ClassLibrary1/ClassLibrary1/Class1.cs b/PROMS/ClassLibrary1/ClassLibrary1/Class1.cs deleted file mode 100644 index 08281c64..00000000 --- a/PROMS/ClassLibrary1/ClassLibrary1/Class1.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace ClassLibrary1 -{ - public class Class1 - { - } -} diff --git a/PROMS/ClassLibrary1/ClassLibrary1/ClassLibrary1.csproj b/PROMS/ClassLibrary1/ClassLibrary1/ClassLibrary1.csproj deleted file mode 100644 index bdbe22a3..00000000 --- a/PROMS/ClassLibrary1/ClassLibrary1/ClassLibrary1.csproj +++ /dev/null @@ -1,53 +0,0 @@ - - - - - Debug - AnyCPU - {EEA3D698-C9BC-4A38-9D5F-B89CBC68B739} - Library - Properties - ClassLibrary1 - ClassLibrary1 - v4.5 - 512 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/PROMS/ClassLibrary1/ClassLibrary1/Properties/AssemblyInfo.cs b/PROMS/ClassLibrary1/ClassLibrary1/Properties/AssemblyInfo.cs deleted file mode 100644 index a172f3c4..00000000 --- a/PROMS/ClassLibrary1/ClassLibrary1/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("ClassLibrary1")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Windows User")] -[assembly: AssemblyProduct("ClassLibrary1")] -[assembly: AssemblyCopyright("Copyright © Windows User 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("1223b3df-00ea-4978-8df2-cb49ac67e751")] - -// 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/PROMS/ReferencedObjects/Exe/RefObj/CmpRpt/FixRev.Bat b/PROMS/ReferencedObjects/Exe/RefObj/CmpRpt/FixRev.Bat deleted file mode 100644 index 384efc62..00000000 --- a/PROMS/ReferencedObjects/Exe/RefObj/CmpRpt/FixRev.Bat +++ /dev/null @@ -1,4 +0,0 @@ -PUSHD ..\..\..\ReferencedObjects\Exe\RefObj\CmpRpt" -"..\..\..\..\AdjustBuildRevision\bin\Debug\AdjustBuildRevision" "%CD%\AssemblyInfo.cs" -POPD -pause diff --git a/PROMS/ReferencedObjects/Exe/RefObj/ROEditor/FixRev.Bat b/PROMS/ReferencedObjects/Exe/RefObj/ROEditor/FixRev.Bat deleted file mode 100644 index 9c9e1721..00000000 --- a/PROMS/ReferencedObjects/Exe/RefObj/ROEditor/FixRev.Bat +++ /dev/null @@ -1,4 +0,0 @@ -PUSHD ..\..\..\ReferencedObjects\Exe\RefObj\ROEditor" -"..\..\..\..\AdjustBuildRevision\bin\Debug\AdjustBuildRevision" "%CD%\AssemblyInfo.cs" -POPD -pause \ No newline at end of file diff --git a/PROMS/VEPROMS User Interface/FixRev.Bat b/PROMS/VEPROMS User Interface/FixRev.Bat deleted file mode 100644 index e5581f7c..00000000 --- a/PROMS/VEPROMS User Interface/FixRev.Bat +++ /dev/null @@ -1,4 +0,0 @@ -PUSHD ..\..\ -"..\AdjustBuildRevision\bin\Debug\AdjustBuildRevision" "%CD%\Properties\AssemblyInfo.cs" -POPD -pause