tbfDBBackup/tbfDBBackup.sln
Michal Buzik 7072399225 Add upgrade functionality and support for schema-based operations
Introduced new features including database upgrade logic, schema comparison, and schema-based updates. Refactored main program structure for modularity. Added unit tests and updated configuration files to support upgrades and enhanced mapping functionality.
2025-08-22 11:49:54 +02:00

23 lines
1.3 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "tbfDBBackup", "tbfDBBackup\tbfDBBackup.csproj", "{9F4F004F-8E31-42B3-BE6D-EA9453EADC7F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "tbfDBBackup.Tests", "tbfDBBackup.Tests\tbfDBBackup.Tests.csproj", "{0D1C3FA3-7971-4710-9DDC-E498EC635989}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9F4F004F-8E31-42B3-BE6D-EA9453EADC7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F4F004F-8E31-42B3-BE6D-EA9453EADC7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F4F004F-8E31-42B3-BE6D-EA9453EADC7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F4F004F-8E31-42B3-BE6D-EA9453EADC7F}.Release|Any CPU.Build.0 = Release|Any CPU
{0D1C3FA3-7971-4710-9DDC-E498EC635989}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D1C3FA3-7971-4710-9DDC-E498EC635989}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D1C3FA3-7971-4710-9DDC-E498EC635989}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D1C3FA3-7971-4710-9DDC-E498EC635989}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal