modules/fxpackager/src/main/native/tests/win/library/library.vcxproj

Print this page

        

*** 107,116 **** --- 107,117 ---- <ItemGroup> <ClCompile Include="..\..\..\library\common\Exports.cpp" /> <ClCompile Include="..\..\..\library\common\FilePath.cpp" /> <ClCompile Include="..\..\..\library\common\GenericPlatform.cpp" /> <ClCompile Include="..\..\..\library\common\Helpers.cpp" /> + <ClCompile Include="..\..\..\library\common\IniFile.cpp" /> <ClCompile Include="..\..\..\library\common\Java.cpp" /> <ClCompile Include="..\..\..\library\common\JavaUserPreferences.cpp" /> <ClCompile Include="..\..\..\library\common\JavaVirtualMachine.cpp" /> <ClCompile Include="..\..\..\library\common\LinuxPlatform.cpp" /> <ClCompile Include="..\..\..\library\common\Lock.cpp" />
*** 128,145 **** --- 129,148 ---- <ItemGroup> <ClInclude Include="..\..\..\library\common\Exports.h" /> <ClInclude Include="..\..\..\library\common\FilePath.h" /> <ClInclude Include="..\..\..\library\common\GenericPlatform.h" /> <ClInclude Include="..\..\..\library\common\Helpers.h" /> + <ClInclude Include="..\..\..\library\common\IniFile.h" /> <ClInclude Include="..\..\..\library\common\Java.h" /> <ClInclude Include="..\..\..\library\common\JavaUserPreferences.h" /> <ClInclude Include="..\..\..\library\common\JavaVirtualMachine.h" /> <ClInclude Include="..\..\..\library\common\LinuxPlatform.h" /> <ClInclude Include="..\..\..\library\common\Lock.h" /> <ClInclude Include="..\..\..\library\common\MacPlatform.h" /> <ClInclude Include="..\..\..\library\common\Macros.h" /> <ClInclude Include="..\..\..\library\common\Messages.h" /> + <ClInclude Include="..\..\..\library\common\OrderedMap.h" /> <ClInclude Include="..\..\..\library\common\Package.h" /> <ClInclude Include="..\..\..\library\common\Platform.h" /> <ClInclude Include="..\..\..\library\common\PlatformString.h" /> <ClInclude Include="..\..\..\library\common\PlatformThread.h" /> <ClInclude Include="..\..\..\library\common\PosixPlatform.h" />