feat: complete Oracle and MariaDB WebView data layer

This commit is contained in:
2026-07-10 05:33:19 +09:00
parent 5aa90e4aaa
commit 39c4504b87
44 changed files with 3956 additions and 46 deletions

12
Directory.Build.props Normal file
View File

@@ -0,0 +1,12 @@
<Project>
<!--
The development MSIX does not publish a symbol package. This keeps package
creation deterministic on machines without the optional VC++ UWP
mspdbcmf.exe component. Normal Debug/Release builds still produce PDBs.
-->
<PropertyGroup Condition="'$(GenerateAppxPackageOnBuild)' == 'true'">
<DebugSymbols>false</DebugSymbols>
<DebugType>None</DebugType>
<AppxSymbolPackageEnabled>false</AppxSymbolPackageEnabled>
</PropertyGroup>
</Project>