<ClCompile Include="..\..\..\src\Environment\fgwind.cxx" />
<ClCompile Include="..\..\..\src\Environment\precipitation_mgr.cxx" />
<ClCompile Include="..\..\..\src\Environment\ridge_lift.cxx" />
+ <ClCompile Include="..\..\..\src\Environment\realwx_ctrl.cxx" />
+ <ClCompile Include="..\..\..\src\Environment\metarproperties.cxx" />
+ <ClCompile Include="..\..\..\src\Environment\metarairportfilter.cxx" />
<ClCompile Include="..\..\..\src\Model\acmodel.cxx" />
<ClCompile Include="..\..\..\src\Model\model_panel.cxx" />
<ClCompile Include="..\..\..\src\Model\modelmgr.cxx" />
<ClInclude Include="..\..\..\src\Environment\fgwind.hxx" />
<ClInclude Include="..\..\..\src\Environment\precipitation_mgr.hxx" />
<ClInclude Include="..\..\..\src\Environment\ridge_lift.hxx" />
+ <ClCompile Include="..\..\..\src\Environment\realwx_ctrl.hxx" />
+ <ClCompile Include="..\..\..\src\Environment\metarproperties.hxx" />
+ <ClCompile Include="..\..\..\src\Environment\metarairportfilter.hxx" />
<ClInclude Include="..\..\..\src\Model\acmodel.hxx" />
<ClInclude Include="..\..\..\src\Model\model_panel.hxx" />
<ClInclude Include="..\..\..\src\Model\modelmgr.hxx" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project>
\ No newline at end of file
+</Project>
RelativePath="..\..\..\src\Environment\ridge_lift.hxx"
>
</File>
+ <File
+ RelativePath="..\..\..\src\Environment\realwx_ctrl.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\Environment\realwx_ctrl.hxx"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\Environment\metarproperties.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\Environment\metarproperties.hxx"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\Environment\metarairportfilter.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\Environment\metarairportfilter.hxx"
+ >
+ </File>
</Filter>
<Filter
Name="Lib_Model"
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
//
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
#include "metarairportfilter.hxx"
namespace Environment {
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
//
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
#include "metarproperties.hxx"
#include "fgmetar.hxx"
#include "environment.hxx"