Added test app

This commit is contained in:
2025-09-01 07:42:35 -05:00
parent fc25f64feb
commit b0cb847d23
16 changed files with 980 additions and 6 deletions

6
DbToolsTester/App.config Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
</startup>
</configuration>