I'm trying to rebuild all the libraries in the correct formats but, no matter what, I always get an error:
Severity Code Description Project File Line Suppression State Error Could not copy the file "C:\Users\massi\Documents\Source\UniversalSerializer_3.18.3.14\Source\DLL\uwp\universalserializer uwp\bin\x86\release\UniversalSerializer UWP.dll" because it was not found. Copy DLL files Error Could not copy the file "C:\Users\massi\Documents\Source\UniversalSerializer_3.18.3.14\Source\DLL\uwp\universalserializer uwp\bin\x86\release\UniversalSerializer UWP.pdb" because it was not found. Copy DLL files Error Could not copy the file "C:\Users\massi\Documents\Source\UniversalSerializer_3.18.3.14\Source\DLL\uwp\universalserializer uwp\bin\x86\release\UniversalSerializer UWP.pri" because it was not found. Copy DLL files
Note that in order to have the UWP library complie I had to add JSON_DISABLED in the UWP project
I'm trying to rebuild all the libraries in the correct formats but, no matter what, I always get an error:
Severity Code Description Project File Line Suppression State Error Could not copy the file "C:\Users\massi\Documents\Source\UniversalSerializer_3.18.3.14\Source\DLL\uwp\universalserializer uwp\bin\x86\release\UniversalSerializer UWP.dll" because it was not found. Copy DLL files Error Could not copy the file "C:\Users\massi\Documents\Source\UniversalSerializer_3.18.3.14\Source\DLL\uwp\universalserializer uwp\bin\x86\release\UniversalSerializer UWP.pdb" because it was not found. Copy DLL files Error Could not copy the file "C:\Users\massi\Documents\Source\UniversalSerializer_3.18.3.14\Source\DLL\uwp\universalserializer uwp\bin\x86\release\UniversalSerializer UWP.pri" because it was not found. Copy DLL filesNote that in order to have the UWP library complie I had to add JSON_DISABLED in the UWP project