SVN r1220

SVN-Revision: r1220
This commit is contained in:
cyf
2026-06-22 02:29:22 +00:00
parent 1e2c081b6a
commit c3e1e7d2d2
9 changed files with 177 additions and 71 deletions
+40 -10
View File
@@ -14,6 +14,9 @@
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
<IsWebBootstrapper>false</IsWebBootstrapper>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<PublishUrl>发布\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
@@ -26,11 +29,8 @@
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
@@ -77,9 +77,14 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\引用DLL\libzkfpcsharp.dll</HintPath>
</Reference>
<Reference Include="Lskj.Web.Core, Version=1.0.0.1, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\引用DLL\Lskj.Web.Core.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Net" />
<Reference Include="System.Web" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
@@ -100,6 +105,12 @@
<Compile Include="Control\AwaitScreenControl.Designer.cs">
<DependentUpon>AwaitScreenControl.cs</DependentUpon>
</Compile>
<Compile Include="Control\BackgroundPanel.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Control\BackgroundPanel.Designer.cs">
<DependentUpon>BackgroundPanel.cs</DependentUpon>
</Compile>
<Compile Include="Control\CornerLab.cs">
<SubType>UserControl</SubType>
</Compile>
@@ -130,6 +141,12 @@
<Compile Include="Control\Menu_Item.Designer.cs">
<DependentUpon>Menu_Item.cs</DependentUpon>
</Compile>
<Compile Include="Control\Menu_ItemNew.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Control\Menu_ItemNew.Designer.cs">
<DependentUpon>Menu_ItemNew.cs</DependentUpon>
</Compile>
<Compile Include="Control\ResSelectForm.cs">
<SubType>UserControl</SubType>
</Compile>
@@ -264,6 +281,9 @@
<EmbeddedResource Include="Control\AwaitScreenControl.resx">
<DependentUpon>AwaitScreenControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Control\BackgroundPanel.resx">
<DependentUpon>BackgroundPanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Control\CornerLab.resx">
<DependentUpon>CornerLab.cs</DependentUpon>
</EmbeddedResource>
@@ -279,6 +299,9 @@
<EmbeddedResource Include="Control\Menu_Item.resx">
<DependentUpon>Menu_Item.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Control\Menu_ItemNew.resx">
<DependentUpon>Menu_ItemNew.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Control\ResSelectForm.resx">
<DependentUpon>ResSelectForm.cs</DependentUpon>
</EmbeddedResource>
@@ -345,19 +368,20 @@
<EmbeddedResource Include="Properties\licenses.licx" />
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="app.config" />
<None Include="app.manifest" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
@@ -365,10 +389,16 @@
</Compile>
</ItemGroup>
<ItemGroup>
<Content Include="Config\Log4Net.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="ky08m-m3ns7-001.ico" />
<Content Include="logo.ico" />
<Content Include="ms.ico" />
<Content Include="ReadMe.txt" />
<Content Include="Log.txt" />
<None Include="Resources\密码显示.png" />
<None Include="Resources\密码不显示.png" />
<None Include="Resources\default_icon.png" />
<None Include="Resources\登录.png" />
<None Include="Resources\newlogin.png" />
@@ -542,7 +572,7 @@
</PropertyGroup>
<!--添加大内存处理-->
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="&quot;D:\Vs2019\Community\VC\Tools\MSVC\14.29.30133\bin\Hostx64\x64\editbin.exe&quot; /largeaddressaware &quot;$(TargetPath)&quot;" />
<Exec Command="&quot;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\Hostx64\x64\editbin.exe&quot; /largeaddressaware &quot;$(TargetPath)&quot;" />
</Target>
<!-- 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.