diff --git a/definitions/Definitions.vcxproj b/definitions/Definitions.vcxproj index df963719..9f7b879e 100644 --- a/definitions/Definitions.vcxproj +++ b/definitions/Definitions.vcxproj @@ -44,7 +44,6 @@ - @@ -93,6 +92,20 @@ $(ProjectDir)../interfaces/json/JDeviceIdentification.h ClInclude + + python "$(ToolPath)\JsonGenerator\JsonGenerator.py" -I "$(FrameworkPath)\" -I "$(ProjectDir)\" --keep-empty --case-convention legacy -c -j "$(ProjectDir)../interfaces" -o "$(ProjectDir)../interfaces/json" "%(FullPath)" --force + python "$(ToolPath)\JsonGenerator\JsonGenerator.py" -I "$(FrameworkPath)\" -I "$(ProjectDir)\" --keep-empty --case-convention legacy -c -j "$(ProjectDir)../interfaces" -o "$(ProjectDir)../interfaces/json" "%(FullPath)" --force + python "$(ToolPath)\JsonGenerator\JsonGenerator.py" -I "$(FrameworkPath)\" -I "$(ProjectDir)\" --keep-empty --case-convention legacy -c -j "$(ProjectDir)../interfaces" -o "$(ProjectDir)../interfaces/json" "%(FullPath)" --force + python "$(ToolPath)\JsonGenerator\JsonGenerator.py" -I "$(FrameworkPath)\" -I "$(ProjectDir)\" --keep-empty --case-convention legacy -c -j "$(ProjectDir)../interfaces" -o "$(ProjectDir)../interfaces/json" "%(FullPath)" --force + $(ProjectDir)../interfaces/json/JPackager.h + $(ProjectDir)../interfaces/json/JPackager.h + $(ProjectDir)../interfaces/json/JPackager.h + $(ProjectDir)../interfaces/json/JPackager.h + ClInclude + ClInclude + ClInclude + ClInclude + $(ProjectDir)../interfaces/json/JMath.h @@ -287,9 +300,6 @@ Document - - Document - Document diff --git a/definitions/Definitions.vcxproj.filters b/definitions/Definitions.vcxproj.filters index fb6c045d..ab2497db 100644 --- a/definitions/Definitions.vcxproj.filters +++ b/definitions/Definitions.vcxproj.filters @@ -96,9 +96,6 @@ Generated Files - - Generated Files - Generated Files @@ -219,9 +216,6 @@ Contracts - - Contracts - Contracts @@ -291,5 +285,8 @@ Interfaces + + Interfaces + \ No newline at end of file