4 Star 25 Fork 10

Yonghe / GeoFlying

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
LBase.csproj 12.71 KB
一键复制 编辑 原始数据 按行查看 历史
Yonghe 提交于 2020-10-02 09:33 . first
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.21022</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{C36DB205-CFCA-4FEF-909C-D6EBECC2703D}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>GeoFly</RootNamespace>
<AssemblyName>GeoFlying</AssemblyName>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>2.0</OldToolsVersion>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<ApplicationIcon>sign034.ico</ApplicationIcon>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<NoStdLib>False</NoStdLib>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<NoWin32Manifest>False</NoWin32Manifest>
<TargetFrameworkProfile />
<SignAssembly>False</SignAssembly>
<DelaySign>False</DelaySign>
<RunCodeAnalysis>False</RunCodeAnalysis>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>Full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
</PropertyGroup>
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
<RegisterForComInterop>False</RegisterForComInterop>
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
<BaseAddress>4194304</BaseAddress>
<PlatformTarget>x86</PlatformTarget>
<FileAlignment>4096</FileAlignment>
</PropertyGroup>
<ItemGroup>
<Reference Include="GaussKruger">
<HintPath>..\..\..\动态连接库\地图投影变换\GaussKruger\bin\Debug\GaussKruger.dll</HintPath>
</Reference>
<Reference Include="gdal_csharp">
<HintPath>..\..\..\黄河流域\HydroModel2\first\first\bin\Debug\gdal_csharp.dll</HintPath>
</Reference>
<Reference Include="Grib2Decode">
<HintPath>..\..\..\动态连接库\Grib2Decode\Grib2Decode\bin\Debug\Grib2Decode.dll</HintPath>
</Reference>
<Reference Include="GribFirst">
<HintPath>..\..\..\动态连接库\GribFirstDecode\GribFirst\bin\Debug\GribFirst.dll</HintPath>
</Reference>
<Reference Include="HDF5_dotnetLiu">
<HintPath>..\..\..\动态连接库\HDF5BasedOnH5dotnet\HDF5\bin\Debug\HDF5_dotnetLiu.dll</HintPath>
</Reference>
<Reference Include="HDFDotnet">
<HintPath>..\..\..\HDFDotnet\HDFDotnet\HDFDotnet\bin\Debug\HDFDotnet.dll</HintPath>
</Reference>
<Reference Include="Mapack, Version=1.0.9.0, Culture=neutral, processorArchitecture=MSIL" />
<Reference Include="MapObjects_ESSI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
<Reference Include="MapViewerDLL">
<HintPath>..\..\MapViewerDLL-ESSI\MapViewerDLL\bin\Debug\MapViewerDLL.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp">
<RequiredTargetFramework>4.0</RequiredTargetFramework>
</Reference>
<Reference Include="NetCDFDotnet">
<HintPath>..\..\..\NetCDF\NetCDF\bin\Debug\NetCDFDotnet.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="AridIndexMethod.cs" />
<Compile Include="CanapyStorage.cs" />
<Compile Include="ClimateFileSettingsDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ClimateFileSettingsDialog.Designer.cs">
<DependentUpon>ClimateFileSettingsDialog.cs</DependentUpon>
</Compile>
<Compile Include="ClimateGene.cs" />
<Compile Include="ClimatePara.cs" />
<Compile Include="Consts.cs" />
<Compile Include="CoordType.cs" />
<Compile Include="CSRBase.cs" />
<Compile Include="CUDA_PitFill.cs" />
<Compile Include="DateAndTime.cs" />
<Compile Include="Enums.cs" />
<Compile Include="MatrixFuncs.cs" />
<Compile Include="Form2.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form2.Designer.cs">
<DependentUpon>Form2.cs</DependentUpon>
</Compile>
<Compile Include="GridLayerParaDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GridLayerParaDialog.Designer.cs">
<DependentUpon>GridLayerParaDialog.cs</DependentUpon>
</Compile>
<Compile Include="HortonHydroSimulate.cs" />
<Compile Include="InputParaDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="InputParaDialog.Designer.cs">
<DependentUpon>InputParaDialog.cs</DependentUpon>
</Compile>
<Compile Include="KridgingInter.cs" />
<Compile Include="LowAPI.cs" />
<Compile Include="MidGridOutDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="MidGridOutDialog.Designer.cs">
<DependentUpon>MidGridOutDialog.cs</DependentUpon>
</Compile>
<Compile Include="MultiSiteGen.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="MultiSiteGen.Designer.cs">
<DependentUpon>MultiSiteGen.cs</DependentUpon>
</Compile>
<Compile Include="MyTreeNode.cs" />
<Compile Include="NC_Data.cs" />
<Compile Include="NetCDF_Form.cs" />
<Compile Include="NetCDF_Form.Designer.cs">
<DependentUpon>NetCDF_Form.cs</DependentUpon>
</Compile>
<Compile Include="OutletQ.cs" />
<Compile Include="PrismInter.cs" />
<Compile Include="RequestOutletDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="RequestOutletDialog.Designer.cs">
<DependentUpon>RequestOutletDialog.cs</DependentUpon>
</Compile>
<Compile Include="RunParaDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="RunParaDialog.Designer.cs">
<DependentUpon>RunParaDialog.cs</DependentUpon>
</Compile>
<Compile Include="Sampling.cs" />
<Compile Include="SoilLayer.cs" />
<Compile Include="StationInfo.cs" />
<Compile Include="TiessenInter.cs" />
<Compile Include="ToolForm.cs" />
<Compile Include="ToolForm.Designer.cs">
<DependentUpon>ToolForm.cs</DependentUpon>
</Compile>
<Compile Include="WeatherData.cs" />
<Compile Include="DEMRiverNet.cs" />
<Compile Include="Form1.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form1.Designer.cs">
<DependentUpon>Form1.cs</DependentUpon>
</Compile>
<Compile Include="GIDSInter.cs" />
<Compile Include="GreenAmptInfill.cs" />
<Compile Include="GridLayer.cs" />
<Compile Include="GridLayerPara.cs" />
<Compile Include="GridWaterBalance.cs" />
<Compile Include="HortonInfill.cs" />
<Compile Include="HydroSimulate.cs" />
<Compile Include="IDWInter.cs" />
<Compile Include="KrigingInter.cs" />
<Compile Include="LPoint.cs" />
<Compile Include="MapExtent.cs" />
<Compile Include="MidGridResultOut.cs" />
<Compile Include="ModelInputPara.cs" />
<Compile Include="ModelRunPara.cs" />
<Compile Include="MoniInfoSet.cs" />
<Compile Include="MuskCungeRoutePara.cs" />
<Compile Include="Muskingum.cs" />
<Compile Include="MuskingumCunge.cs" />
<Compile Include="MuskRouteFlux.cs" />
<Compile Include="NearistInter.cs" />
<Compile Include="PET.cs" />
<Compile Include="PETInDeBruin.cs" />
<Compile Include="PETInFAOPM.cs" />
<Compile Include="PETInHargreaves.cs" />
<Compile Include="PETInPM.cs" />
<Compile Include="PETInPristley.cs" />
<Compile Include="Program.cs" />
<Compile Include="ProgressBar.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ProgressBar.Designer.cs">
<DependentUpon>ProgressBar.cs</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="ClimateFileSettingsDialog.resx">
<DependentUpon>ClimateFileSettingsDialog.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Form1.resx">
<SubType>Designer</SubType>
<DependentUpon>Form1.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Form2.resx">
<DependentUpon>Form2.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="GridLayerParaDialog.resx">
<DependentUpon>GridLayerParaDialog.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="InputParaDialog.resx">
<DependentUpon>InputParaDialog.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="MidGridOutDialog.resx">
<DependentUpon>MidGridOutDialog.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="MultiSiteGen.resx">
<DependentUpon>MultiSiteGen.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="NetCDF_Form.resx">
<DependentUpon>NetCDF_Form.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="ProgressBar.resx">
<SubType>Designer</SubType>
<DependentUpon>ProgressBar.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="RequestOutletDialog.resx">
<DependentUpon>RequestOutletDialog.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="RunParaDialog.resx">
<DependentUpon>RunParaDialog.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="ToolForm.resx">
<DependentUpon>ToolForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WgenForm.resx">
<DependentUpon>WgenForm.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="app.config" />
<None Include="LDCBAM.sln" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Compile Include="SoilInfo.cs" />
<Compile Include="SolarRadiation.cs" />
<Compile Include="SpatialInterpolate.cs" />
<Compile Include="SubBasin.cs" />
<Compile Include="WaterBody.cs" />
<Compile Include="WaterVapor.cs" />
<Compile Include="WaterVaporBase.cs" />
<Compile Include="WaterVaporFAOPM.cs" />
<Compile Include="WaterYear.cs" />
<Compile Include="WgenForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="WgenForm.Designer.cs">
<DependentUpon>WgenForm.cs</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<Content Include="sign034.ico" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
C#
1
https://gitee.com/sucksis/geo-flying.git
git@gitee.com:sucksis/geo-flying.git
sucksis
geo-flying
GeoFlying
master

搜索帮助