Rename projects to FileShare

This commit is contained in:
2026-05-22 14:29:22 +08:00
parent 8270cf198b
commit 9f8da2c063
154 changed files with 394 additions and 398 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ param(
[string]$Name,
[ValidateSet("SQLite", "SqlServer", "PostgreSQL", "MySQL", "All")]
[string]$Provider = "All",
[string]$Project = "Avalonia-EFCore/Avalonia-EFCore.csproj",
[string]$StartupProject = "Avalonia-API/Avalonia-API.csproj",
[string]$Project = "FileShare-EFCore/FileShare-EFCore.csproj",
[string]$StartupProject = "FileShare-API/FileShare-API.csproj",
[string]$OutputDir = "Migrations"
)