1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <ItemGroup Label="ProjectConfigurations">
4    <ProjectConfiguration Include="Debug|Win32">
5      <Configuration>Debug</Configuration>
6      <Platform>Win32</Platform>
7    </ProjectConfiguration>
8    <ProjectConfiguration Include="Debug|x64">
9      <Configuration>Debug</Configuration>
10      <Platform>x64</Platform>
11    </ProjectConfiguration>
12    <ProjectConfiguration Include="Release|Win32">
13      <Configuration>Release</Configuration>
14      <Platform>Win32</Platform>
15    </ProjectConfiguration>
16    <ProjectConfiguration Include="Release|x64">
17      <Configuration>Release</Configuration>
18      <Platform>x64</Platform>
19    </ProjectConfiguration>
20  </ItemGroup>
21  <PropertyGroup Label="Globals">
22    <ProjectGuid>{7E3ED7B3-7336-4BB3-8E0E-E119B28377B9}</ProjectGuid>
23    <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
24  </PropertyGroup>
25  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
26  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
27    <ConfigurationType>DynamicLibrary</ConfigurationType>
28    <UseOfMfc>false</UseOfMfc>
29    <CharacterSet>Unicode</CharacterSet>
30    <PlatformToolset>v141</PlatformToolset>
31  </PropertyGroup>
32  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
33    <ConfigurationType>DynamicLibrary</ConfigurationType>
34    <UseOfMfc>false</UseOfMfc>
35    <CharacterSet>Unicode</CharacterSet>
36    <PlatformToolset>v141</PlatformToolset>
37  </PropertyGroup>
38  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
39    <ConfigurationType>DynamicLibrary</ConfigurationType>
40    <UseOfMfc>false</UseOfMfc>
41    <CharacterSet>Unicode</CharacterSet>
42    <PlatformToolset>v141</PlatformToolset>
43  </PropertyGroup>
44  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
45    <ConfigurationType>DynamicLibrary</ConfigurationType>
46    <UseOfMfc>false</UseOfMfc>
47    <CharacterSet>Unicode</CharacterSet>
48    <PlatformToolset>v141</PlatformToolset>
49  </PropertyGroup>
50  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
51  <ImportGroup Label="ExtensionSettings">
52  </ImportGroup>
53  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
54    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
55    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
56  </ImportGroup>
57  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
58    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
59    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
60  </ImportGroup>
61  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
62    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
63    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
64  </ImportGroup>
65  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
66    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
67    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
68  </ImportGroup>
69  <PropertyGroup Label="UserMacros" />
70  <PropertyGroup>
71    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
72    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\..\..\..\..\bin\saga_vc_$(Platform)_d\tools\</OutDir>
73    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\..\..\..\..\bin\tmp\saga_vc_$(Platform)_d\$(ProjectName)\</IntDir>
74    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
75    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\..\..\..\..\bin\saga_vc_$(Platform)_d\tools\</OutDir>
76    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\..\..\..\..\bin\tmp\saga_vc_$(Platform)_d\$(ProjectName)\</IntDir>
77    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
78    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\..\..\..\..\bin\saga_vc_$(Platform)\tools\</OutDir>
79    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\..\..\..\..\bin\tmp\saga_vc_$(Platform)\$(ProjectName)\</IntDir>
80    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
81    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\..\..\..\..\bin\saga_vc_$(Platform)\tools\</OutDir>
82    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\..\..\..\..\bin\tmp\saga_vc_$(Platform)\$(ProjectName)\</IntDir>
83    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
84    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
85    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
86    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
87    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
88    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
89    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
90    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
91    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
92    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
93    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
94    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
95    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
96  </PropertyGroup>
97  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
98    <Midl>
99      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
100      <MkTypLibCompatible>true</MkTypLibCompatible>
101      <SuppressStartupBanner>true</SuppressStartupBanner>
102      <TargetEnvironment>Win32</TargetEnvironment>
103      <TypeLibraryName>$(OutDir)$(ProjectName).tlb</TypeLibraryName>
104      <HeaderFileName>
105      </HeaderFileName>
106    </Midl>
107    <ClCompile>
108      <Optimization>Disabled</Optimization>
109      <AdditionalIncludeDirectories>..\..\..\saga_core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
110      <PreprocessorDefinitions>_DEBUG;WIN32;_USRDLL;_MBCS;_TYPEDEF_BYTE;_TYPEDEF_WORD;_SAGA_MSW;$(ProjectName)_EXPORTS;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
111      <MinimalRebuild>true</MinimalRebuild>
112      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
113      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
114      <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
115      <PrecompiledHeaderOutputFile>$(IntDir)$(ProjectName).pch</PrecompiledHeaderOutputFile>
116      <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
117      <ObjectFileName>$(IntDir)</ObjectFileName>
118      <ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
119      <WarningLevel>Level3</WarningLevel>
120      <SuppressStartupBanner>true</SuppressStartupBanner>
121      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
122      <OpenMPSupport>true</OpenMPSupport>
123      <MultiProcessorCompilation>false</MultiProcessorCompilation>
124    </ClCompile>
125    <ResourceCompile>
126      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
127      <Culture>0x0407</Culture>
128    </ResourceCompile>
129    <Link>
130      <AdditionalDependencies>saga_api.lib;%(AdditionalDependencies)</AdditionalDependencies>
131      <OutputFile>$(OutDir)$(ProjectName).dll</OutputFile>
132      <SuppressStartupBanner>true</SuppressStartupBanner>
133      <AdditionalLibraryDirectories>..\..\..\..\bin\saga_vc_$(Platform)_d\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
134      <GenerateDebugInformation>true</GenerateDebugInformation>
135      <ProgramDatabaseFile>$(OutDir)$(ProjectName).pdb</ProgramDatabaseFile>
136      <SubSystem>Windows</SubSystem>
137      <RandomizedBaseAddress>false</RandomizedBaseAddress>
138      <DataExecutionPrevention>
139      </DataExecutionPrevention>
140      <ImportLibrary>$(OutDir)$(ProjectName).lib</ImportLibrary>
141      <TargetMachine>MachineX86</TargetMachine>
142      <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
143    </Link>
144    <Bscmake>
145      <SuppressStartupBanner>true</SuppressStartupBanner>
146      <OutputFile>$(OutDir)$(ProjectName).bsc</OutputFile>
147    </Bscmake>
148  </ItemDefinitionGroup>
149  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
150    <Midl>
151      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
152      <MkTypLibCompatible>true</MkTypLibCompatible>
153      <SuppressStartupBanner>true</SuppressStartupBanner>
154      <TargetEnvironment>X64</TargetEnvironment>
155      <TypeLibraryName>$(OutDir)$(ProjectName).tlb</TypeLibraryName>
156      <HeaderFileName>
157      </HeaderFileName>
158    </Midl>
159    <ClCompile>
160      <Optimization>Disabled</Optimization>
161      <AdditionalIncludeDirectories>..\..\..\saga_core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
162      <PreprocessorDefinitions>_DEBUG;WIN32;_USRDLL;_MBCS;_TYPEDEF_BYTE;_TYPEDEF_WORD;_SAGA_MSW;$(ProjectName)_EXPORTS;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
163      <MinimalRebuild>true</MinimalRebuild>
164      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
165      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
166      <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
167      <PrecompiledHeaderOutputFile>$(IntDir)$(ProjectName).pch</PrecompiledHeaderOutputFile>
168      <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
169      <ObjectFileName>$(IntDir)</ObjectFileName>
170      <ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
171      <WarningLevel>Level3</WarningLevel>
172      <SuppressStartupBanner>true</SuppressStartupBanner>
173      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
174      <OpenMPSupport>true</OpenMPSupport>
175      <MultiProcessorCompilation>false</MultiProcessorCompilation>
176    </ClCompile>
177    <ResourceCompile>
178      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
179      <Culture>0x0407</Culture>
180    </ResourceCompile>
181    <Link>
182      <AdditionalDependencies>saga_api.lib;%(AdditionalDependencies)</AdditionalDependencies>
183      <OutputFile>$(OutDir)$(ProjectName).dll</OutputFile>
184      <SuppressStartupBanner>true</SuppressStartupBanner>
185      <AdditionalLibraryDirectories>..\..\..\..\bin\saga_vc_$(Platform)_d\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
186      <GenerateDebugInformation>true</GenerateDebugInformation>
187      <ProgramDatabaseFile>$(OutDir)$(ProjectName).pdb</ProgramDatabaseFile>
188      <SubSystem>Windows</SubSystem>
189      <RandomizedBaseAddress>false</RandomizedBaseAddress>
190      <DataExecutionPrevention>
191      </DataExecutionPrevention>
192      <ImportLibrary>$(OutDir)$(ProjectName).lib</ImportLibrary>
193      <TargetMachine>MachineX64</TargetMachine>
194    </Link>
195    <Bscmake>
196      <SuppressStartupBanner>true</SuppressStartupBanner>
197      <OutputFile>$(OutDir)$(ProjectName).bsc</OutputFile>
198    </Bscmake>
199  </ItemDefinitionGroup>
200  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
201    <Midl>
202      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
203      <MkTypLibCompatible>true</MkTypLibCompatible>
204      <SuppressStartupBanner>true</SuppressStartupBanner>
205      <TargetEnvironment>Win32</TargetEnvironment>
206      <TypeLibraryName>$(OutDir)$(ProjectName).tlb</TypeLibraryName>
207      <HeaderFileName>
208      </HeaderFileName>
209    </Midl>
210    <ClCompile>
211      <Optimization>MaxSpeed</Optimization>
212      <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
213      <AdditionalIncludeDirectories>..\..\..\saga_core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
214      <PreprocessorDefinitions>NDEBUG;WIN32;_USRDLL;_MBCS;_TYPEDEF_BYTE;_TYPEDEF_WORD;_SAGA_MSW;$(ProjectName)_EXPORTS;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
215      <StringPooling>true</StringPooling>
216      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
217      <FunctionLevelLinking>true</FunctionLevelLinking>
218      <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
219      <PrecompiledHeaderOutputFile>$(IntDir)$(ProjectName).pch</PrecompiledHeaderOutputFile>
220      <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
221      <ObjectFileName>$(IntDir)</ObjectFileName>
222      <ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
223      <WarningLevel>Level3</WarningLevel>
224      <SuppressStartupBanner>true</SuppressStartupBanner>
225      <OpenMPSupport>true</OpenMPSupport>
226      <MultiProcessorCompilation>true</MultiProcessorCompilation>
227    </ClCompile>
228    <ResourceCompile>
229      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
230      <Culture>0x0407</Culture>
231    </ResourceCompile>
232    <Link>
233      <AdditionalDependencies>saga_api.lib;%(AdditionalDependencies)</AdditionalDependencies>
234      <OutputFile>$(OutDir)$(ProjectName).dll</OutputFile>
235      <SuppressStartupBanner>true</SuppressStartupBanner>
236      <AdditionalLibraryDirectories>..\..\..\..\bin\saga_vc_$(Platform)\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
237      <ProgramDatabaseFile>
238      </ProgramDatabaseFile>
239      <SubSystem>Windows</SubSystem>
240      <RandomizedBaseAddress>false</RandomizedBaseAddress>
241      <DataExecutionPrevention>
242      </DataExecutionPrevention>
243      <ImportLibrary>$(OutDir)$(ProjectName).lib</ImportLibrary>
244      <TargetMachine>MachineX86</TargetMachine>
245      <GenerateDebugInformation>No</GenerateDebugInformation>
246    </Link>
247    <Bscmake>
248      <SuppressStartupBanner>true</SuppressStartupBanner>
249      <OutputFile>$(OutDir)$(ProjectName).bsc</OutputFile>
250    </Bscmake>
251  </ItemDefinitionGroup>
252  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
253    <Midl>
254      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
255      <MkTypLibCompatible>true</MkTypLibCompatible>
256      <SuppressStartupBanner>true</SuppressStartupBanner>
257      <TargetEnvironment>X64</TargetEnvironment>
258      <TypeLibraryName>$(OutDir)$(ProjectName).tlb</TypeLibraryName>
259      <HeaderFileName>
260      </HeaderFileName>
261    </Midl>
262    <ClCompile>
263      <Optimization>MaxSpeed</Optimization>
264      <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
265      <AdditionalIncludeDirectories>..\..\..\saga_core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
266      <PreprocessorDefinitions>NDEBUG;WIN32;_USRDLL;_MBCS;_TYPEDEF_BYTE;_TYPEDEF_WORD;_SAGA_MSW;$(ProjectName)_EXPORTS;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
267      <StringPooling>true</StringPooling>
268      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
269      <FunctionLevelLinking>true</FunctionLevelLinking>
270      <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
271      <PrecompiledHeaderOutputFile>$(IntDir)$(ProjectName).pch</PrecompiledHeaderOutputFile>
272      <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
273      <ObjectFileName>$(IntDir)</ObjectFileName>
274      <ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
275      <WarningLevel>Level3</WarningLevel>
276      <SuppressStartupBanner>true</SuppressStartupBanner>
277      <OpenMPSupport>true</OpenMPSupport>
278      <MultiProcessorCompilation>true</MultiProcessorCompilation>
279    </ClCompile>
280    <ResourceCompile>
281      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
282      <Culture>0x0407</Culture>
283    </ResourceCompile>
284    <Link>
285      <AdditionalDependencies>saga_api.lib;%(AdditionalDependencies)</AdditionalDependencies>
286      <OutputFile>$(OutDir)$(ProjectName).dll</OutputFile>
287      <SuppressStartupBanner>true</SuppressStartupBanner>
288      <AdditionalLibraryDirectories>..\..\..\..\bin\saga_vc_$(Platform)\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
289      <ProgramDatabaseFile>
290      </ProgramDatabaseFile>
291      <SubSystem>Windows</SubSystem>
292      <RandomizedBaseAddress>false</RandomizedBaseAddress>
293      <DataExecutionPrevention>
294      </DataExecutionPrevention>
295      <ImportLibrary>$(OutDir)$(ProjectName).lib</ImportLibrary>
296      <TargetMachine>MachineX64</TargetMachine>
297      <GenerateDebugInformation>No</GenerateDebugInformation>
298    </Link>
299    <Bscmake>
300      <SuppressStartupBanner>true</SuppressStartupBanner>
301      <OutputFile>$(OutDir)$(ProjectName).bsc</OutputFile>
302    </Bscmake>
303  </ItemDefinitionGroup>
304  <ItemGroup>
305    <ClInclude Include="..\..\..\saga_core\saga_api\grid_pyramid.h" />
306    <ClInclude Include="..\..\..\saga_core\saga_api\metadata.h" />
307    <ClInclude Include="..\..\..\saga_core\saga_api\tool_library.h" />
308    <ClInclude Include="..\..\..\saga_core\saga_api\pointcloud.h" />
309    <ClInclude Include="..\..\..\saga_core\saga_api\table_dbase.h" />
310    <ClInclude Include="..\..\..\saga_core\saga_api\table_value.h" />
311    <ClInclude Include="..\..\..\saga_core\saga_api\api_core.h" />
312    <ClInclude Include="..\..\..\saga_core\saga_api\dataobject.h" />
313    <ClInclude Include="..\..\..\saga_core\saga_api\geo_tools.h" />
314    <ClInclude Include="..\..\..\saga_core\saga_api\grid.h" />
315    <ClInclude Include="..\..\..\saga_core\saga_api\mat_tools.h" />
316    <ClInclude Include="..\..\..\saga_core\saga_api\tool.h" />
317    <ClInclude Include="..\..\..\saga_core\saga_api\parameters.h" />
318    <ClInclude Include="..\..\..\saga_core\saga_api\saga_api.h" />
319    <ClInclude Include="..\..\..\saga_core\saga_api\shapes.h" />
320    <ClInclude Include="..\..\..\saga_core\saga_api\table.h" />
321    <ClInclude Include="..\..\..\saga_core\saga_api\tin.h" />
322    <ClInclude Include="DataTrans.h" />
323    <ClInclude Include="GridComb.h" />
324    <ClInclude Include="LandFlow.h" />
325    <ClInclude Include="MLB_Interface.h" />
326    <ClInclude Include="RivBasin.h" />
327    <ClInclude Include="RivCourseImpr.h" />
328    <ClInclude Include="RivGridPrep.h" />
329  </ItemGroup>
330  <ItemGroup>
331    <ClCompile Include="DataTrans.cpp" />
332    <ClCompile Include="GridComb.cpp" />
333    <ClCompile Include="LandFlow.cpp" />
334    <ClCompile Include="MLB_Interface.cpp" />
335    <ClCompile Include="RivBasin.cpp" />
336    <ClCompile Include="RivCourseImpr.cpp" />
337    <ClCompile Include="RivGridPrep.cpp" />
338  </ItemGroup>
339  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
340  <ImportGroup Label="ExtensionTargets">
341  </ImportGroup>
342</Project>