From 566e0d21293a5fe6423fd7a16541bce00eeb2e38 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期五, 27 九月 2024 11:15:21 +0800 Subject: [PATCH] OK --- JavaCode/JavaCode.csproj | 88 ++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 84 insertions(+), 4 deletions(-) diff --git a/JavaCode/JavaCode.csproj b/JavaCode/JavaCode.csproj index 80daa9a..0639ceb 100644 --- a/JavaCode/JavaCode.csproj +++ b/JavaCode/JavaCode.csproj @@ -11,6 +11,7 @@ <AssemblyName>JavaCode</AssemblyName> <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> + <TargetFrameworkProfile /> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PlatformTarget>AnyCPU</PlatformTarget> @@ -31,6 +32,26 @@ <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> @@ -40,9 +61,17 @@ <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" /> @@ -56,12 +85,35 @@ <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\SysDict.cs" /> + <Compile Include="cs\TerrainHelper.cs" /> + <Compile Include="db\DbInfo.cs" /> + <Compile Include="db\FrmDbCfg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="db\FrmDbCfg.Designer.cs"> + <DependentUpon>FrmDbCfg.cs</DependentUpon> + </Compile> + <Compile Include="db\FrmDB.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="db\FrmDB.Designer.cs"> + <DependentUpon>FrmDB.cs</DependentUpon> + </Compile> <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> @@ -77,9 +129,24 @@ </Compile> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> + <Compile Include="FrmEtown.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="FrmEtown.Designer.cs"> + <DependentUpon>FrmEtown.cs</DependentUpon> + </Compile> + <EmbeddedResource Include="db\FrmDbCfg.resx"> + <DependentUpon>FrmDbCfg.cs</DependentUpon> + </EmbeddedResource> + <EmbeddedResource Include="db\FrmDB.resx"> + <DependentUpon>FrmDB.cs</DependentUpon> + </EmbeddedResource> <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> @@ -96,7 +163,11 @@ <Compile Include="Properties\Resources.Designer.cs"> <AutoGen>True</AutoGen> <DependentUpon>Resources.resx</DependentUpon> + <DesignTime>True</DesignTime> </Compile> + <EmbeddedResource Include="FrmEtown.resx"> + <DependentUpon>FrmEtown.cs</DependentUpon> + </EmbeddedResource> <None Include="Properties\Settings.settings"> <Generator>SettingsSingleFileGenerator</Generator> <LastGenOutput>Settings.Designer.cs</LastGenOutput> @@ -113,20 +184,29 @@ </None> </ItemGroup> <ItemGroup> - <EmbeddedResource Include="cs\BsTemplate\Entity.java"> + <EmbeddedResource Include="BsTemplate\Entity.java"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </EmbeddedResource> - <EmbeddedResource Include="cs\BsTemplate\Mapper.java"> + <EmbeddedResource Include="BsTemplate\GeoEntity.java"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </EmbeddedResource> - <EmbeddedResource Include="cs\BsTemplate\GeoMapper.java"> + <EmbeddedResource Include="BsTemplate\GeoMapper.java"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </EmbeddedResource> - <EmbeddedResource Include="cs\BsTemplate\GeoEntity.java"> + <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" /> + <EmbeddedResource Include="EtownTemplate\Entity.java"> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </EmbeddedResource> + <EmbeddedResource Include="EtownTemplate\Mapper.java"> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </EmbeddedResource> <Content Include="SysTemplate\pg.sql" /> <EmbeddedResource Include="SysTemplate\Controller.java"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> -- Gitblit v1.9.3