diff --git a/.gitignore b/.gitignore index 8a30d25..f8b7f9e 100644 --- a/.gitignore +++ b/.gitignore @@ -242,7 +242,7 @@ orleans.codegen.cs # Including strong name files can present a security risk # (https://github.com/github/gitignore/pull/2483#issue-259490424) -#*.snk +*.snk # Since there are multiple workflows, uncomment next line to ignore bower_components # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) diff --git a/AC_e-Reader_Card_Creator.sln b/AC_e-Reader_Card_Creator.sln index 9101b25..3438837 100644 --- a/AC_e-Reader_Card_Creator.sln +++ b/AC_e-Reader_Card_Creator.sln @@ -1,9 +1,9 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.6.33829.357 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AC_e-Reader_Card_Creator", "AC_e-Reader_Card_Creator\AC_e-Reader_Card_Creator.csproj", "{61E3E092-ADF9-4613-B6FB-205DD4F5A7E9}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AC_e-Reader_Card_Creator", "AC_e-Reader_Card_Creator\AC_e-Reader_Card_Creator.csproj", "{61E3E092-ADF9-4613-B6FB-205DD4F5A7E9}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/AC_e-Reader_Card_Creator/AC_e-Reader_Card_Creator.csproj b/AC_e-Reader_Card_Creator/AC_e-Reader_Card_Creator.csproj index a64f171..9c82e59 100644 --- a/AC_e-Reader_Card_Creator/AC_e-Reader_Card_Creator.csproj +++ b/AC_e-Reader_Card_Creator/AC_e-Reader_Card_Creator.csproj @@ -1,19 +1,9 @@ - - - + - Debug - AnyCPU - {61E3E092-ADF9-4613-B6FB-205DD4F5A7E9} + net8.0-windows WinExe AC_e_Reader_Card_Creator - AC_e-Reader_Card_Creator - v4.7.2 - 512 - true - true false - C:\Users\hunte\OneDrive\Desktop\e-Reader CCC\ true Disk false @@ -28,198 +18,53 @@ false true true - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - 8C26734D6AC4E12062A9F4AF2B1C64330FB784B2 - - - AC_e-Reader_Card_Creator_TemporaryKey.pfx - - true + true + true + true - + + + AC_e-Reader_Card_Creator_TemporaryKey.snk true + + + + e-reader-ccc.ico - - - - - - - - - - - - - - - - - - - - Form - - - CCC-Frontend.cs - - - Form - - - Print-Frontend.cs - - - - - CCC-Frontend.cs - - - Print-Frontend.cs - - - PublicResXFileCodeGenerator - Designer - Resources.Designer.cs - - - - - - SettingsSingleFileGenerator - Settings.Designer.cs - - - True - True - Resources.resx - - - True - Settings.settings - True - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + %(RecursiveDir)\Project Files\References\%(Filename)%(Extension) + PreserveNewest + + + %(RecursiveDir)\Project Files\References\%(Filename)%(Extension) + PreserveNewest + + + %(RecursiveDir)\Project Files\Decompression\External\%(Filename)%(Extension) + PreserveNewest + + + %(RecursiveDir)\Project Files\Decompression\External\%(Filename)%(Extension) + PreserveNewest + + + %(RecursiveDir)\Project Files\Resources\%(Filename)%(Extension) + PreserveNewest + + + %(RecursiveDir)\Project Files\Resources\%(Filename)%(Extension) + PreserveNewest + + False @@ -232,5 +77,9 @@ false - + + + + + \ No newline at end of file diff --git a/AC_e-Reader_Card_Creator/Properties/AssemblyInfo.cs b/AC_e-Reader_Card_Creator/Properties/AssemblyInfo.cs deleted file mode 100644 index 5a195dc..0000000 --- a/AC_e-Reader_Card_Creator/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("AC_e-Reader_Card_Creator")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("AC_e-Reader_Card_Creator")] -[assembly: AssemblyCopyright("Copyright © 2024")] -[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("61e3e092-adf9-4613-b6fb-205dd4f5a7e9")] - -// 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")]