Trying out blazor too I guess

This commit is contained in:
Lani Aung
2024-09-15 21:35:25 -06:00
parent de9c6e6e92
commit 009efc4643
70 changed files with 1300 additions and 746 deletions
+7 -1
View File
@@ -1,6 +1,8 @@
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "fxl.codes.kisekae", "fxl.codes.kisekae.csproj", "{8CF3E20B-08CC-42F7-9548-6DCB4FE67A35}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "fxl.codes.kisekae", "fxl.codes.kisekae/fxl.codes.kisekae.csproj", "{8CF3E20B-08CC-42F7-9548-6DCB4FE67A35}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "fxl.codes.kisekae.blazor", "fxl.codes.kisekae.blazor\fxl.codes.kisekae.blazor.csproj", "{57F7E699-41A9-4312-9877-DEAC8C2E1F2E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -12,5 +14,9 @@ Global
{8CF3E20B-08CC-42F7-9548-6DCB4FE67A35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CF3E20B-08CC-42F7-9548-6DCB4FE67A35}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CF3E20B-08CC-42F7-9548-6DCB4FE67A35}.Release|Any CPU.Build.0 = Release|Any CPU
{57F7E699-41A9-4312-9877-DEAC8C2E1F2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57F7E699-41A9-4312-9877-DEAC8C2E1F2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57F7E699-41A9-4312-9877-DEAC8C2E1F2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57F7E699-41A9-4312-9877-DEAC8C2E1F2E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal