Setting up source code for Avalonia port.

This commit is contained in:
Jordan Wages 2025-08-25 23:11:13 -05:00
commit 8110fe420e
53 changed files with 991 additions and 58 deletions

View file

@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdvancedCalculator", "AdvancedCalculator.csproj", "{05F9F945-8B05-4FDC-82E8-74538C0E6B0C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{05F9F945-8B05-4FDC-82E8-74538C0E6B0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05F9F945-8B05-4FDC-82E8-74538C0E6B0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05F9F945-8B05-4FDC-82E8-74538C0E6B0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05F9F945-8B05-4FDC-82E8-74538C0E6B0C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {68575B5E-E0A7-4DC5-B2C9-66A991BCDCBE}
EndGlobalSection
EndGlobal