From 04d0b339a8dbc2677fb5561fe3dc981d25b03c09 Mon Sep 17 00:00:00 2001
From: Torsten Dreyer <Torsten@t3r.de>
Date: Sat, 11 Sep 2010 21:05:06 +0200
Subject: [PATCH] Environment overhaul: add terrainsampler to the vc projects

---
 projects/VC100/FlightGear/FlightGear.vcxproj | 2 ++
 projects/VC90/FlightGear/FlightGear.vcproj   | 8 ++++++++
 2 files changed, 10 insertions(+)

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"