Version 1.0.1

This commit is contained in:
2025-01-25 00:27:02 +01:00
parent 61ddc095b3
commit afda59570e
173 changed files with 11530 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
namespace WheresMyMoney.Maui.Core;
// All the code in this file is only included on Android.
public class PlatformClass1
{
}

View File

@@ -0,0 +1,6 @@
namespace WheresMyMoney.Maui.Core;
// All the code in this file is only included on Mac Catalyst.
public class PlatformClass1
{
}

View File

@@ -0,0 +1,9 @@
using System;
namespace WheresMyMoney.Maui.Core
{
// All the code in this file is only included on Tizen.
public class PlatformClass1
{
}
}

View File

@@ -0,0 +1,6 @@
namespace WheresMyMoney.Maui.Core;
// All the code in this file is only included on Windows.
public class PlatformClass1
{
}

View File

@@ -0,0 +1,6 @@
namespace WheresMyMoney.Maui.Core;
// All the code in this file is only included on iOS.
public class PlatformClass1
{
}