From: Erik H. <eh...@us...> - 2016-08-26 09:30:47
|
Update of /cvsroot/jsbsim/JSBSim In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22319 Modified Files: JSBSim.vcxproj Log Message: Add propertyObject.cxx to the MSVC10 project file Index: JSBSim.vcxproj =================================================================== RCS file: /cvsroot/jsbsim/JSBSim/JSBSim.vcxproj,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -r1.15 -r1.16 *** JSBSim.vcxproj 9 Dec 2015 04:28:14 -0000 1.15 --- JSBSim.vcxproj 26 Aug 2016 09:30:44 -0000 1.16 *************** *** 597,600 **** --- 597,601 ---- <ClCompile Include="src\input_output\FGXMLParse.cpp" /> <ClCompile Include="src\JSBSim.cpp" /> + <ClCompile Include="src\simgear\props\propertyObject.cxx" /> <ClCompile Include="src\simgear\props\props.cxx" /> <ClCompile Include="src\simgear\xml\xmlparse.c" /> *************** *** 653,655 **** <ImportGroup Label="ExtensionTargets"> </ImportGroup> ! </Project> \ No newline at end of file --- 654,656 ---- <ImportGroup Label="ExtensionTargets"> </ImportGroup> ! </Project> |