Sono stati creati nuovi file e modifiche significative al progetto `BSHash`, inclusi file di configurazione, codice sorgente e risorse. È stato creato un file di soluzione `BSHash.sln` e un file di configurazione `App.config` per gestire le impostazioni utente. Il progetto `BSHash.csproj` è stato definito per specificare le proprietà e i riferimenti necessari. Sono stati implementati nuovi file sorgente, tra cui `Calculator.cs`, `Database.cs`, `Logger.cs`, `Network.cs`, `Storage.cs`, e `Main.cs`, che contengono la logica principale dell'applicazione. È stata aggiunta una nuova interfaccia utente in `Main.Designer.cs` e sono stati creati file di risorse `Resources.resx` e `Resources.Designer.cs`. È stato aggiunto un file `AssemblyInfo.cs` per le informazioni sull'assembly e implementato un sistema di gestione delle impostazioni utente tramite `Settings.settings` e `Settings.Designer.cs`. Infine, è stato creato `Program.cs` per avviare l'applicazione.
26 lines
1.1 KiB
Plaintext
26 lines
1.1 KiB
Plaintext
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio Version 17
|
|
VisualStudioVersion = 17.11.35312.102
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BSHash", "BSHash\BSHash.csproj", "{108DFC74-04DA-484E-BB6B-DA1070B26C1A}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|Any CPU = Debug|Any CPU
|
|
Release|Any CPU = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{108DFC74-04DA-484E-BB6B-DA1070B26C1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{108DFC74-04DA-484E-BB6B-DA1070B26C1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{108DFC74-04DA-484E-BB6B-DA1070B26C1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{108DFC74-04DA-484E-BB6B-DA1070B26C1A}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
SolutionGuid = {C6CACB7C-04A1-47E2-A248-E8B90455D44C}
|
|
EndGlobalSection
|
|
EndGlobal
|