|
@@ -20,6 +20,7 @@
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<ClCompile Include="..\..\controller\EmbeddedNetworkController.cpp" />
|
|
|
+ <ClCompile Include="..\..\controller\JSONDB.cpp" />
|
|
|
<ClCompile Include="..\..\ext\http-parser\http_parser.c" />
|
|
|
<ClCompile Include="..\..\ext\libnatpmp\getgateway.c" />
|
|
|
<ClCompile Include="..\..\ext\libnatpmp\natpmp.c" />
|
|
@@ -269,7 +270,7 @@
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
<AdditionalIncludeDirectories>
|
|
|
</AdditionalIncludeDirectories>
|
|
|
- <PreprocessorDefinitions>NOMINMAX;STATICLIB;WIN32;ZT_TRACE;ZT_USE_MINIUPNPC;MINIUPNP_STATICLIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <PreprocessorDefinitions>NOMINMAX;STATICLIB;WIN32;ZT_TRACE;ZT_RULES_ENGINE_DEBUGGING;ZT_USE_MINIUPNPC;MINIUPNP_STATICLIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
<MultiProcessorCompilation>false</MultiProcessorCompilation>
|
|
|
<DisableSpecificWarnings>4996</DisableSpecificWarnings>
|
|
|
</ClCompile>
|