Skip to content

Commit

Permalink
Avalonia & .NET Core 6
Browse files Browse the repository at this point in the history
This software is now fully cross-platform and uses Avalonia for the UI.
Some changes have been made on the UI and it's now RESIZABLE ! (XD)
This software is now written in English. It can therefore be used internationally.
Soon will come the i18n.
  • Loading branch information
GGLinnk committed Jun 1, 2022
1 parent 1ddef31 commit f3e5abe
Show file tree
Hide file tree
Showing 17 changed files with 604 additions and 189 deletions.
14 changes: 7 additions & 7 deletions I32O64B.sln
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31424.327
# Visual Studio Version 17
VisualStudioVersion = 17.2.32519.379
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "I32O64B", "I32O64B\I32O64B.csproj", "{D64504A3-7BDC-41E5-A393-4FF75B5F70C1}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "I32O64B", "I32O64B\I32O64B.csproj", "{5C2926DA-F3BE-4DED-9961-54D7D2E281D1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D64504A3-7BDC-41E5-A393-4FF75B5F70C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D64504A3-7BDC-41E5-A393-4FF75B5F70C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D64504A3-7BDC-41E5-A393-4FF75B5F70C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D64504A3-7BDC-41E5-A393-4FF75B5F70C1}.Release|Any CPU.Build.0 = Release|Any CPU
{5C2926DA-F3BE-4DED-9961-54D7D2E281D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C2926DA-F3BE-4DED-9961-54D7D2E281D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C2926DA-F3BE-4DED-9961-54D7D2E281D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C2926DA-F3BE-4DED-9961-54D7D2E281D1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Loading

0 comments on commit f3e5abe

Please sign in to comment.