diff --git a/DnsServerSystemTrayApp/App.config b/DnsServerSystemTrayApp/App.config deleted file mode 100644 index 4bfa0056..00000000 --- a/DnsServerSystemTrayApp/App.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/DnsServerSystemTrayApp/DnsServerSystemTrayApp.csproj b/DnsServerSystemTrayApp/DnsServerSystemTrayApp.csproj index 273993b9..af911783 100644 --- a/DnsServerSystemTrayApp/DnsServerSystemTrayApp.csproj +++ b/DnsServerSystemTrayApp/DnsServerSystemTrayApp.csproj @@ -1,48 +1,17 @@ - - - + + - Debug - AnyCPU - {2F91BD07-2CEE-47FA-8486-457B54612B4C} WinExe + net5.0-windows + true + true DnsServerSystemTrayApp DnsServerSystemTrayApp - v4.8 - 512 - false - true - - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - false - - + Shreyas Zare logo2.ico + 2.0.0.0 - - - - - False ..\..\TechnitiumLibrary\bin\TechnitiumLibrary.IO.dll @@ -52,45 +21,16 @@ - - - Form - - - frmAbout.cs - - - Form - - - frmManageDnsProviders.cs - - - - - - - frmAbout.cs - - - frmManageDnsProviders.cs - - - ResXFileCodeGenerator - Resources.Designer.cs - Designer - - + True Resources.resx True - SettingsSingleFileGenerator Settings.Designer.cs - + True Settings.settings True @@ -99,5 +39,8 @@ - + + + + \ No newline at end of file diff --git a/DnsServerSystemTrayApp/Properties/AssemblyInfo.cs b/DnsServerSystemTrayApp/Properties/AssemblyInfo.cs deleted file mode 100644 index 6b1e9ec2..00000000 --- a/DnsServerSystemTrayApp/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("Technitium DNS Server")] -[assembly: AssemblyDescription("Technitium DNS Server")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Technitium")] -[assembly: AssemblyProduct("Technitium DNS Server")] -[assembly: AssemblyCopyright("Copyright © 2020")] -[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("2f91bd07-2cee-47fa-8486-457b54612b4c")] - -// 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.3.2.0")] -[assembly: AssemblyFileVersion("1.3.2.0")]