1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 14.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
+ <ItemGroup >
22
+ <ClCompile Include =" ..\..\src\commonLib.cpp" />
23
+ <ClCompile Include =" ..\..\src\flowdircond.cpp" />
24
+ <ClCompile Include =" ..\..\src\flowdirconditionmn.cpp" />
25
+ <ClCompile Include =" ..\..\src\tiffIO.cpp" />
26
+ </ItemGroup >
27
+ <PropertyGroup Label =" Globals" >
28
+ <ProjectGuid >{0799D1C7-57FD-4CBB-BEB0-65477E9E8B86}</ProjectGuid >
29
+ <Keyword >Win32Proj</Keyword >
30
+ <RootNamespace >FlowdirCond</RootNamespace >
31
+ </PropertyGroup >
32
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
33
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
34
+ <ConfigurationType >Application</ConfigurationType >
35
+ <UseDebugLibraries >true</UseDebugLibraries >
36
+ <CharacterSet >Unicode</CharacterSet >
37
+ <PlatformToolset >v140</PlatformToolset >
38
+ </PropertyGroup >
39
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
40
+ <ConfigurationType >Application</ConfigurationType >
41
+ <UseDebugLibraries >true</UseDebugLibraries >
42
+ <CharacterSet >Unicode</CharacterSet >
43
+ <PlatformToolset >v140</PlatformToolset >
44
+ </PropertyGroup >
45
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
46
+ <ConfigurationType >Application</ConfigurationType >
47
+ <UseDebugLibraries >false</UseDebugLibraries >
48
+ <WholeProgramOptimization >true</WholeProgramOptimization >
49
+ <CharacterSet >Unicode</CharacterSet >
50
+ <PlatformToolset >v140</PlatformToolset >
51
+ </PropertyGroup >
52
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
53
+ <ConfigurationType >Application</ConfigurationType >
54
+ <UseDebugLibraries >false</UseDebugLibraries >
55
+ <WholeProgramOptimization >true</WholeProgramOptimization >
56
+ <CharacterSet >Unicode</CharacterSet >
57
+ <PlatformToolset >v140</PlatformToolset >
58
+ </PropertyGroup >
59
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
60
+ <ImportGroup Label =" ExtensionSettings" >
61
+ </ImportGroup >
62
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
63
+ <Import Project =" ..\TauDEM_Build_Configurations\common_debug_32.props" />
64
+ <Import Project =" ..\TauDEM_Build_Configurations\win32_library.props" />
65
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
66
+ </ImportGroup >
67
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" PropertySheets" >
68
+ <Import Project =" ..\TauDEM_Build_Configurations\common_debug_64.props" />
69
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
70
+ </ImportGroup >
71
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
72
+ <Import Project =" ..\TauDEM_Build_Configurations\common_release_32.props" />
73
+ <Import Project =" ..\TauDEM_Build_Configurations\win32_library.props" />
74
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
75
+ </ImportGroup >
76
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" PropertySheets" >
77
+ <Import Project =" ..\TauDEM_Build_Configurations\common_release_64.props" />
78
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
79
+ </ImportGroup >
80
+ <PropertyGroup Label =" UserMacros" />
81
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" />
82
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" />
83
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" />
84
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" />
85
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
86
+ <ClCompile >
87
+ <PrecompiledHeader >
88
+ </PrecompiledHeader >
89
+ <Optimization >Disabled</Optimization >
90
+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
91
+ </ClCompile >
92
+ <Link >
93
+ <SubSystem >Console</SubSystem >
94
+ <GenerateDebugInformation >true</GenerateDebugInformation >
95
+ </Link >
96
+ </ItemDefinitionGroup >
97
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
98
+ <ClCompile >
99
+ <PrecompiledHeader >
100
+ </PrecompiledHeader >
101
+ <Optimization >Disabled</Optimization >
102
+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
103
+ </ClCompile >
104
+ <Link >
105
+ <SubSystem >Console</SubSystem >
106
+ <GenerateDebugInformation >true</GenerateDebugInformation >
107
+ <AdditionalDependencies >gdal_i.lib;msmpi.lib;%(AdditionalDependencies)</AdditionalDependencies >
108
+ </Link >
109
+ </ItemDefinitionGroup >
110
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
111
+ <ClCompile >
112
+ <PrecompiledHeader >
113
+ </PrecompiledHeader >
114
+ <Optimization >MaxSpeed</Optimization >
115
+ <FunctionLevelLinking >true</FunctionLevelLinking >
116
+ <IntrinsicFunctions >true</IntrinsicFunctions >
117
+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
118
+ </ClCompile >
119
+ <Link >
120
+ <SubSystem >Console</SubSystem >
121
+ <GenerateDebugInformation >true</GenerateDebugInformation >
122
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
123
+ <OptimizeReferences >true</OptimizeReferences >
124
+ </Link >
125
+ </ItemDefinitionGroup >
126
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
127
+ <ClCompile >
128
+ <PrecompiledHeader >
129
+ </PrecompiledHeader >
130
+ <Optimization >MaxSpeed</Optimization >
131
+ <FunctionLevelLinking >true</FunctionLevelLinking >
132
+ <IntrinsicFunctions >true</IntrinsicFunctions >
133
+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
134
+ </ClCompile >
135
+ <Link >
136
+ <SubSystem >Console</SubSystem >
137
+ <GenerateDebugInformation >true</GenerateDebugInformation >
138
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
139
+ <OptimizeReferences >true</OptimizeReferences >
140
+ <AdditionalDependencies >gdal_i.lib;msmpi.lib;%(AdditionalDependencies)</AdditionalDependencies >
141
+ </Link >
142
+ </ItemDefinitionGroup >
143
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
144
+ <ImportGroup Label =" ExtensionTargets" >
145
+ </ImportGroup >
146
+ </Project >
0 commit comments