Refactor deployment script and replace RNGCryptoServiceProvider
Some checks failed
Build .NET Project / build (push) Has been cancelled

This commit is contained in:
2026-03-13 18:04:52 -04:00
parent b87dea3473
commit e2331010f1
4 changed files with 68 additions and 17 deletions

View File

@@ -0,0 +1,24 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.2.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Axiom.Core", "Axiom.Core.csproj", "{379CF069-D825-5068-77C8-E340F5D2FC2D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{379CF069-D825-5068-77C8-E340F5D2FC2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{379CF069-D825-5068-77C8-E340F5D2FC2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{379CF069-D825-5068-77C8-E340F5D2FC2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{379CF069-D825-5068-77C8-E340F5D2FC2D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7DE04B9E-BE44-48A3-9B4D-C40BA39CC963}
EndGlobalSection
EndGlobal