<?xml version="1.0" encoding="utf-8"?>
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
<PropertyGroup>
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
<ProjectGuid>{49F2AA44-7BF5-46B7-B08F-40AA1455F089}</ProjectGuid>
|
<OutputType>WinExe</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>JavaCode</RootNamespace>
|
<AssemblyName>JavaCode</AssemblyName>
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
<TargetFrameworkProfile />
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
<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' ">
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
<DebugType>pdbonly</DebugType>
|
<Optimize>true</Optimize>
|
<OutputPath>bin\Release\</OutputPath>
|
<DefineConstants>TRACE</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
<DebugSymbols>true</DebugSymbols>
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<DebugType>full</DebugType>
|
<PlatformTarget>x64</PlatformTarget>
|
<ErrorReport>prompt</ErrorReport>
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
<Prefer32Bit>true</Prefer32Bit>
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
<OutputPath>bin\x64\Release\</OutputPath>
|
<DefineConstants>TRACE</DefineConstants>
|
<Optimize>true</Optimize>
|
<DebugType>pdbonly</DebugType>
|
<PlatformTarget>x64</PlatformTarget>
|
<ErrorReport>prompt</ErrorReport>
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
<Prefer32Bit>true</Prefer32Bit>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="Mono.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>DLL\Mono.Security.dll</HintPath>
|
</Reference>
|
<Reference Include="Npgsql, Version=2.2.3.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>DLL\Npgsql.dll</HintPath>
|
</Reference>
|
<Reference Include="NPOI, Version=2.4.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>DLL\NPOI.dll</HintPath>
|
</Reference>
|
<Reference Include="System" />
|
<Reference Include="System.configuration" />
|
<Reference Include="System.Core" />
|
<Reference Include="System.Data.SQLite, Version=1.0.94.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>DLL\System.Data.SQLite.dll</HintPath>
|
</Reference>
|
<Reference Include="System.Xml.Linq" />
|
<Reference Include="System.Data.DataSetExtensions" />
|
<Reference Include="Microsoft.CSharp" />
|
<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="cs\ModelHandler.cs" />
|
<Compile Include="cs\PostgreHelper.cs" />
|
<Compile Include="cs\QGisHelper.cs" />
|
<Compile Include="cs\ReadExcel.cs" />
|
<Compile Include="cs\SQLiteHelper.cs" />
|
<Compile Include="cs\TabInfo.cs" />
|
<Compile Include="cs\TerrainHelper.cs" />
|
<Compile Include="FrmMain.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="FrmMain.Designer.cs">
|
<DependentUpon>FrmMain.cs</DependentUpon>
|
</Compile>
|
<Compile Include="FrmSEM.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="FrmSEM.Designer.cs">
|
<DependentUpon>FrmSEM.cs</DependentUpon>
|
</Compile>
|
<Compile Include="FrmSys.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="FrmSys.Designer.cs">
|
<DependentUpon>FrmSys.cs</DependentUpon>
|
</Compile>
|
<Compile Include="FrmMyBatisPlus.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="FrmMyBatisPlus.Designer.cs">
|
<DependentUpon>FrmMyBatisPlus.cs</DependentUpon>
|
</Compile>
|
<Compile Include="Program.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<EmbeddedResource Include="FrmMain.resx">
|
<DependentUpon>FrmMain.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="FrmSEM.resx">
|
<DependentUpon>FrmSEM.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="FrmSys.resx">
|
<DependentUpon>FrmSys.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="FrmMyBatisPlus.resx">
|
<DependentUpon>FrmMyBatisPlus.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="Properties\Resources.resx">
|
<Generator>ResXFileCodeGenerator</Generator>
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<Compile Include="Properties\Resources.Designer.cs">
|
<AutoGen>True</AutoGen>
|
<DependentUpon>Resources.resx</DependentUpon>
|
<DesignTime>True</DesignTime>
|
</Compile>
|
<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>
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="App.config">
|
<SubType>Designer</SubType>
|
</None>
|
</ItemGroup>
|
<ItemGroup>
|
<EmbeddedResource Include="BsTemplate\Entity.java">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</EmbeddedResource>
|
<EmbeddedResource Include="BsTemplate\GeoEntity.java">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</EmbeddedResource>
|
<EmbeddedResource Include="BsTemplate\GeoMapper.java">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</EmbeddedResource>
|
<EmbeddedResource Include="BsTemplate\Mapper.java">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</EmbeddedResource>
|
<Content Include="DLL\Mono.Security.dll" />
|
<Content Include="DLL\Npgsql.dll" />
|
<Content Include="DLL\NPOI.dll" />
|
<Content Include="DLL\SQLite.Interop.dll" />
|
<Content Include="DLL\System.Data.SQLite.dll" />
|
<Content Include="SysTemplate\pg.sql" />
|
<EmbeddedResource Include="SysTemplate\Controller.java">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</EmbeddedResource>
|
<EmbeddedResource Include="SysTemplate\Entity.java">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</EmbeddedResource>
|
<EmbeddedResource Include="SysTemplate\Service.java">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</EmbeddedResource>
|
<EmbeddedResource Include="SysTemplate\Mapper.java">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</EmbeddedResource>
|
<EmbeddedResource Include="SysTemplate\Mapper.xml">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
</ItemGroup>
|
<ItemGroup />
|
<Import Project="$(MSBuildToolsPath)\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>
|