Collecting data about cbor time

This commit is contained in:
2025-06-30 11:45:59 +03:00
parent c14f0498a8
commit af6e7b6547
4 changed files with 17 additions and 7 deletions
+2 -2
View File
@@ -10,11 +10,11 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DefineConstants>TRACE;</DefineConstants>
<DefineConstants>TRACE;JUST_LOAD</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DefineConstants></DefineConstants>
<DefineConstants>JUST_LOAD</DefineConstants>
</PropertyGroup>
<ItemGroup>