From: Erik H. <eh...@us...> - 2016-08-26 09:46:21
|
Update of /cvsroot/jsbsim/JSBSim In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv23000 Modified Files: JSBSim.vcproj JSBSim.vcxproj Log Message: Also add propertyObject.hxx Index: JSBSim.vcproj =================================================================== RCS file: /cvsroot/jsbsim/JSBSim/JSBSim.vcproj,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -r1.26 -r1.27 *** JSBSim.vcproj 26 Aug 2016 09:37:16 -0000 1.26 --- JSBSim.vcproj 26 Aug 2016 09:46:18 -0000 1.27 *************** *** 553,556 **** --- 553,560 ---- > </File> + <File + RelativePath=".\src\simgear\props\propertyObject.hxx" + > + </File> <File RelativePath=".\src\simgear\props\props.hxx" Index: JSBSim.vcxproj =================================================================== RCS file: /cvsroot/jsbsim/JSBSim/JSBSim.vcxproj,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** JSBSim.vcxproj 26 Aug 2016 09:30:44 -0000 1.16 --- JSBSim.vcxproj 26 Aug 2016 09:46:18 -0000 1.17 *************** *** 487,490 **** --- 487,491 ---- <ClInclude Include="src\simgear\xml\nametab.h" /> <ClInclude Include="src\input_output\net_fdm.hxx" /> + <ClInclude Include="src\simgear\props\propertyObject.hxx" /> <ClInclude Include="src\simgear\props\props.hxx" /> <ClInclude Include="src\simgear\props\SGReferenced.hxx" /> |