From c113f621dec29fbcfbd688c2d7b364ecde0277be Mon Sep 17 00:00:00 2001 From: Justin LeCheminant Date: Mon, 4 Mar 2024 14:28:13 -0700 Subject: [PATCH] test --- .../IpViewer.BusinessObject.csproj | 67 +++------ IpViewer.sln | 6 +- IpViewer/IpViewer.csproj | 135 ++---------------- IpViewer/IpViewer.csproj.user | 14 ++ IpViewer/Properties/AssemblyInfo.cs | 38 ----- IpViewer/packages.config | 4 - 6 files changed, 48 insertions(+), 216 deletions(-) delete mode 100644 IpViewer/Properties/AssemblyInfo.cs delete mode 100644 IpViewer/packages.config diff --git a/IpViewer.BusinessObject/IpViewer.BusinessObject.csproj b/IpViewer.BusinessObject/IpViewer.BusinessObject.csproj index 381e447..1b26a92 100644 --- a/IpViewer.BusinessObject/IpViewer.BusinessObject.csproj +++ b/IpViewer.BusinessObject/IpViewer.BusinessObject.csproj @@ -1,60 +1,29 @@ - - - + - Debug - AnyCPU - {0747BCCA-17D9-4F89-A514-6D8501CF613B} Library - Properties - IpViewer.BusinessObject - IpViewer.BusinessObject - v4.8 - 512 - true - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 + + net8.0 + false + IpViewer + Application to get the internal and external IP Address for a system. + Sasquatch Software + IpViewer + Copyright © 2024 Justin LeCheminant + 5.5.0.0 + 5.5.0.0 - - ..\packages\log4net.2.0.15\lib\net45\log4net.dll - - - - - - - - - - - + + + + - - - - - - + - + + - \ No newline at end of file diff --git a/IpViewer.sln b/IpViewer.sln index 1177450..5c4a42a 100644 --- a/IpViewer.sln +++ b/IpViewer.sln @@ -1,11 +1,11 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.9.34622.214 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IpViewer", "IpViewer\IpViewer.csproj", "{CEC8F7CA-E713-466A-9312-BAC6772F3BE5}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IpViewer", "IpViewer\IpViewer.csproj", "{CEC8F7CA-E713-466A-9312-BAC6772F3BE5}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IpViewer.BusinessObject", "IpViewer.BusinessObject\IpViewer.BusinessObject.csproj", "{0747BCCA-17D9-4F89-A514-6D8501CF613B}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IpViewer.BusinessObject", "IpViewer.BusinessObject\IpViewer.BusinessObject.csproj", "{0747BCCA-17D9-4F89-A514-6D8501CF613B}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/IpViewer/IpViewer.csproj b/IpViewer/IpViewer.csproj index 1b11634..0e7b392 100644 --- a/IpViewer/IpViewer.csproj +++ b/IpViewer/IpViewer.csproj @@ -1,17 +1,7 @@ - - - + - Debug - AnyCPU - {CEC8F7CA-E713-466A-9312-BAC6772F3BE5} + net8.0-windows WinExe - IpViewer - IpViewer - v4.8 - 512 - true - true publish\ true Disk @@ -27,115 +17,13 @@ false false true - - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 + false + true + true IP_Viewer.ICO - - false - - - - ..\packages\log4net.2.0.15\lib\net45\log4net.dll - - - - - - - - - - - - - - - - - - - Form - - - AboutBox1.cs - - - Form - - - Form1.cs - - - Form - - - Packets.cs - - - Form - - - Settings.cs - - - - - AboutBox1.cs - - - Form1.cs - - - Packets.cs - - - Settings.cs - - - ResXFileCodeGenerator - Resources.Designer.cs - Designer - - - True - Resources.resx - True - - - - SettingsSingleFileGenerator - Settings.Designer.cs - - - True - Settings.settings - True - - - - - @@ -152,10 +40,13 @@ - - {0747bcca-17d9-4f89-a514-6d8501cf613b} - IpViewer.BusinessObject - + + + + + + + + - \ No newline at end of file diff --git a/IpViewer/IpViewer.csproj.user b/IpViewer/IpViewer.csproj.user index 23c860d..b785d83 100644 --- a/IpViewer/IpViewer.csproj.user +++ b/IpViewer/IpViewer.csproj.user @@ -11,4 +11,18 @@ en-US false + + + Form + + + Form + + + Form + + + Form + + \ No newline at end of file diff --git a/IpViewer/Properties/AssemblyInfo.cs b/IpViewer/Properties/AssemblyInfo.cs deleted file mode 100644 index a9a2ada..0000000 --- a/IpViewer/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,38 +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("IpViewer")] -[assembly: AssemblyDescription("Application to get the internal and external IP Address for a system.")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Sasquatch Software")] -[assembly: AssemblyProduct("IpViewer")] -[assembly: AssemblyCopyright("Copyright © 2024 Justin LeCheminant")] -[assembly: AssemblyTrademark("Copyright © 2024 Justin LeCheminant")] -[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("cec8f7ca-e713-466a-9312-bac6772f3be5")] - -// 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("5.5.0.0")] -[assembly: AssemblyFileVersion("5.5.0.0")] - -[assembly: log4net.Config.XmlConfigurator(Watch = true)] diff --git a/IpViewer/packages.config b/IpViewer/packages.config deleted file mode 100644 index 4ec372e..0000000 --- a/IpViewer/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file