diff --git a/projects/VC100/FlightGear/FlightGear.vcxproj b/projects/VC100/FlightGear/FlightGear.vcxproj index 5c3e3b936..a4b76e1a6 100644 --- a/projects/VC100/FlightGear/FlightGear.vcxproj +++ b/projects/VC100/FlightGear/FlightGear.vcxproj @@ -724,6 +724,7 @@ <ClCompile Include="..\..\..\src\Environment\realwx_ctrl.cxx" /> <ClCompile Include="..\..\..\src\Environment\metarproperties.cxx" /> <ClCompile Include="..\..\..\src\Environment\metarairportfilter.cxx" /> + <ClCompile Include="..\..\..\src\Environment\terrainsampler.cxx" /> <ClCompile Include="..\..\..\src\Model\acmodel.cxx" /> <ClCompile Include="..\..\..\src\Model\model_panel.cxx" /> <ClCompile Include="..\..\..\src\Model\modelmgr.cxx" /> @@ -1295,6 +1296,7 @@ <ClCompile Include="..\..\..\src\Environment\realwx_ctrl.hxx" /> <ClCompile Include="..\..\..\src\Environment\metarproperties.hxx" /> <ClCompile Include="..\..\..\src\Environment\metarairportfilter.hxx" /> + <ClCompile Include="..\..\..\src\Environment\terrainsampler.hxx" /> <ClInclude Include="..\..\..\src\Model\acmodel.hxx" /> <ClInclude Include="..\..\..\src\Model\model_panel.hxx" /> <ClInclude Include="..\..\..\src\Model\modelmgr.hxx" /> diff --git a/projects/VC90/FlightGear/FlightGear.vcproj b/projects/VC90/FlightGear/FlightGear.vcproj index af6301ff5..b9c862014 100644 --- a/projects/VC90/FlightGear/FlightGear.vcproj +++ b/projects/VC90/FlightGear/FlightGear.vcproj @@ -4683,6 +4683,14 @@ RelativePath="..\..\..\src\Environment\metarairportfilter.hxx" > </File> + <File + RelativePath="..\..\..\src\Environment\terrainsampler.cxx" + > + </File> + <File + RelativePath="..\..\..\src\Environment\terrainsampler.hxx" + > + </File> </Filter> <Filter Name="Lib_Model"