feat: complete Oracle and MariaDB WebView data layer
This commit is contained in:
12
Directory.Build.props
Normal file
12
Directory.Build.props
Normal 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>
|
||||
Reference in New Issue
Block a user