New Project configuration PROD in debug
Added support for Zerbra PRN fiels to be converted to image and imported in PIN4ProdCtrl DB
Video Compression (TDB)
//string progVersion = "Version 2.0.1 - (12/08/2024)";
// Added copy of non image files with same name
string progVersion = "Version 2.0.2 - (27/08/2024)";
// Added support for ZEBRA PRN files, generate image and base64 for prn and image.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<DebuggerFlavor>ProjectDebugger</DebuggerFlavor>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ActiveDebugProfile>ComicCompress</ActiveDebugProfile>
|
||||
<ActiveDebugProfile>PROD</ActiveDebugProfile>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
||||
<DebuggerFlavor>ProjectDebugger</DebuggerFlavor>
|
||||
|
||||
Reference in New Issue
Block a user