89 lines
		
	
	
		
			4.5 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			89 lines
		
	
	
		
			4.5 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="utf-8"?>
 | 
						|
<Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | 
						|
  <ItemGroup Label="ProjectConfigurations">
 | 
						|
    <ProjectConfiguration Include="Release|x64">
 | 
						|
      <Configuration>Release</Configuration>
 | 
						|
      <Platform>x64</Platform>
 | 
						|
    </ProjectConfiguration>
 | 
						|
  </ItemGroup>
 | 
						|
  <PropertyGroup Label="Globals">
 | 
						|
    <ProjectGuid>{ABE55CAB-C9A0-4D11-AF67-DEFEF07F3DA5}</ProjectGuid>
 | 
						|
    <Keyword>QtVS_v304</Keyword>
 | 
						|
    <WindowsTargetPlatformVersion Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">10.0</WindowsTargetPlatformVersion>
 | 
						|
    <QtMsBuild Condition="'$(QtMsBuild)'=='' OR !Exists('$(QtMsBuild)\qt.targets')">$(MSBuildProjectDirectory)\QtMsBuild</QtMsBuild>
 | 
						|
  </PropertyGroup>
 | 
						|
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'" Label="Configuration">
 | 
						|
    <ConfigurationType>DynamicLibrary</ConfigurationType>
 | 
						|
    <PlatformToolset>v142</PlatformToolset>
 | 
						|
  </PropertyGroup>
 | 
						|
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 | 
						|
  <ImportGroup Condition="Exists('$(QtMsBuild)\qt_defaults.props')">
 | 
						|
    <Import Project="$(QtMsBuild)\qt_defaults.props" />
 | 
						|
  </ImportGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'" Label="QtSettings">
 | 
						|
    <QtInstall>QtQgis</QtInstall>
 | 
						|
    <QtModules>core;gui;widgets</QtModules>
 | 
						|
    <QtBuildConfig>release</QtBuildConfig>
 | 
						|
  </PropertyGroup>
 | 
						|
  <Target Name="QtMsBuildNotFound" BeforeTargets="CustomBuild;ClCompile" Condition="!Exists('$(QtMsBuild)\qt.targets') or !Exists('$(QtMsBuild)\qt.props')">
 | 
						|
    <Message Importance="High" Text="QtMsBuild: could not locate qt.targets, qt.props; project may not build correctly." />
 | 
						|
  </Target>
 | 
						|
  <ImportGroup Label="ExtensionSettings" />
 | 
						|
  <ImportGroup Label="Shared" />
 | 
						|
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
 | 
						|
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
						|
    <Import Project="$(QtMsBuild)\Qt.props" />
 | 
						|
  </ImportGroup>
 | 
						|
  <PropertyGroup Label="UserMacros" />
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
 | 
						|
    <IncludePath>D:\qgis\osgeo4w\include;D:\qgis\osgeo4w\apps\qgis_build_sdk\include;D:\qgis\osgeo4w\apps\Qt5\include;D:\qgis\osgeo4w\apps\Qt5\include\QtXml;$(IncludePath)</IncludePath>
 | 
						|
    <LibraryPath>D:\qgis\osgeo4w\lib;D:\qgis\osgeo4w\apps\qgis_build_sdk\lib;D:\qgis\osgeo4w\apps\Qt5\lib;$(LibraryPath)</LibraryPath>
 | 
						|
    <TargetName>landslide3_pre</TargetName>
 | 
						|
  </PropertyGroup>
 | 
						|
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 | 
						|
    <Link>
 | 
						|
      <AdditionalDependencies>gdal_i.lib;qgis_gui.lib;qgis_analysis.lib;qgis_core.lib;qgis_native.lib;%(AdditionalDependencies)</AdditionalDependencies>
 | 
						|
    </Link>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'" Label="Configuration">
 | 
						|
    <ClCompile>
 | 
						|
      <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
 | 
						|
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
 | 
						|
      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
 | 
						|
      <Optimization>Disabled</Optimization>
 | 
						|
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 | 
						|
    </ClCompile>
 | 
						|
    <Link>
 | 
						|
      <SubSystem>Console</SubSystem>
 | 
						|
      <GenerateDebugInformation>true</GenerateDebugInformation>
 | 
						|
    </Link>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <ClCompile Include="QtGDALProcessBar.cpp" />
 | 
						|
    <QtRcc Include="LandslidePredict.qrc" />
 | 
						|
    <QtUic Include="LandslidePredict.ui" />
 | 
						|
    <QtMoc Include="LandslidePredict.h" />
 | 
						|
    <ClCompile Include="im2shp.cpp" />
 | 
						|
    <ClCompile Include="LandslidePredict.cpp" />
 | 
						|
    <ClCompile Include="main.cpp" />
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <QtMoc Include="SrsMainPluginInterFace.h" />
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <ClInclude Include="CProcessBase.h" />
 | 
						|
    <ClInclude Include="im2shp.h" />
 | 
						|
    <QtMoc Include="QtGDALProcessBar.h" />
 | 
						|
    <ClInclude Include="x64\Release\uic\ui_LandslidePredict.h" />
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <None Include="LandslidePredict.qss" />
 | 
						|
  </ItemGroup>
 | 
						|
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 | 
						|
  <ImportGroup Condition="Exists('$(QtMsBuild)\qt.targets')">
 | 
						|
    <Import Project="$(QtMsBuild)\qt.targets" />
 | 
						|
  </ImportGroup>
 | 
						|
  <ImportGroup Label="ExtensionTargets">
 | 
						|
  </ImportGroup>
 | 
						|
</Project> |