Files
lserp_cs_5.0/插件库/Lskj.DevFx/Lskj.DevFx.csproj
T
2026-07-10 15:25:05 +08:00

234 lines
10 KiB
XML

<?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.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{CA9189D9-E448-4FAE-9F14-6DF1525DDA0E}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Lskj.DevFx</RootNamespace>
<AssemblyName>Lskj.DevFx</AssemblyName>
<SccProjectName>
</SccProjectName>
<SccLocalPath>
</SccLocalPath>
<SccAuxPath>
</SccAuxPath>
<SccProvider>
</SccProvider>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<PublishUrl>http://localhost/HTB.DevFx.BaseFx/</PublishUrl>
<Install>true</Install>
<InstallFrom>Web</InstallFrom>
<UpdateEnabled>true</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>true</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\..\bin\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>..\KEB.DLL\Lskj.DevFx.xml</DocumentationFile>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\NOVA.DLL\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<DocumentationFile>..\NOVA.DLL\Lskj.DevFx.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="ICSharpCode.SharpZipLib">
<HintPath>..\..\publish\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.JScript" />
<Reference Include="Newtonsoft.Json, Version=3.5.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\朗速科技\publish\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.configuration" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.EnterpriseServices" />
<Reference Include="System.Runtime.Remoting" />
<Reference Include="System.Web" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Cache\Cache.cs" />
<Compile Include="Cache\CacheException.cs" />
<Compile Include="Cache\CacheHelper.cs" />
<Compile Include="Cache\CacheItem.cs" />
<Compile Include="Cache\CacheManager.cs" />
<Compile Include="Cache\Config\SectionHandler.cs" />
<Compile Include="Cache\ExpirationCacheDependency.cs" />
<Compile Include="Cache\FileCacheDependency.cs" />
<Compile Include="Cache\ICache.cs" />
<Compile Include="Cache\ICacheDependency.cs" />
<Compile Include="Cache\ICacheManager.cs" />
<Compile Include="Cache\ICacheStorage.cs" />
<Compile Include="Cache\NullCacheDependency.cs" />
<Compile Include="Cache\NullCacheStorage.cs" />
<Compile Include="Cache\RemoteCacheStorageProxy.cs" />
<Compile Include="Cache\RemoteCacheStorageServer.cs" />
<Compile Include="Config\XmlConfiger.cs" />
<Compile Include="Config\ConfigSettingCollection.cs" />
<Compile Include="Config\ConfigSettingOperator.cs" />
<Compile Include="Config\DotNetConfig\BaseConfigurationElement.cs" />
<Compile Include="Config\DotNetConfig\BaseConfigurationElementCollection.cs" />
<Compile Include="Config\ConfigException.cs" />
<Compile Include="Config\ConfigHelper.cs" />
<Compile Include="Config\ConfigSetting.cs" />
<Compile Include="Config\DotNetConfig\GroupHandler.cs" />
<Compile Include="Config\IConfigSetting.cs" />
<Compile Include="Config\ISettingProperty.cs" />
<Compile Include="Config\ISettingValue.cs" />
<Compile Include="Config\DotNetConfig\SectionBaseHandler.cs" />
<Compile Include="Config\SettingProperty.cs" />
<Compile Include="Config\SettingValue.cs" />
<Compile Include="Config\DotNetConfig\ConfigCollection.cs" />
<Compile Include="Config\SettingValueCollection.cs" />
<Compile Include="Config\XmlConfig\XmlConfigSetting.cs" />
<Compile Include="Config\XmlConfig\XmlSettingProperty.cs" />
<Compile Include="Config\XmlConfig\XmlSettingValue.cs" />
<Compile Include="Core\AOPResult.cs" />
<Compile Include="Core\BaseEventArgs.cs" />
<Compile Include="Core\BaseModel.cs" />
<Compile Include="Core\Field.cs" />
<Compile Include="Core\FieldCollection.cs" />
<Compile Include="Core\IAOPResult.cs" />
<Compile Include="Core\IModel.cs" />
<Compile Include="Core\Permission.cs" />
<Compile Include="Core\RecordState.cs" />
<Compile Include="Core\SimpleItem.cs" />
<Compile Include="Core\SimpleItemCollection.cs" />
<Compile Include="Cryptography\CryptographyException.cs" />
<Compile Include="Cryptography\HashCrypto.cs" />
<Compile Include="Data\Attributes\ColumnAttribute.cs" />
<Compile Include="Data\FieldMemberInfo.cs" />
<Compile Include="Data\IFieldMemberInfo.cs" />
<Compile Include="Data\FieldType.cs" />
<Compile Include="Data\Utils\DataHelper.cs" />
<Compile Include="Data\Utils\SqlHelper.cs" />
<Compile Include="ExceptionManagement\BaseException.cs" />
<Compile Include="Ports\SerialPortHelper.cs" />
<Compile Include="Log\Config\SectionHandler.cs" />
<Compile Include="Log\IBaseLogger.cs" />
<Compile Include="Log\LogEventArgs.cs" />
<Compile Include="Log\LoggorHelper.cs" />
<Compile Include="Log\LogLevel.cs" />
<Compile Include="Log\LogException.cs" />
<Compile Include="Network\UploadFileItem.cs" />
<Compile Include="Network\HttpRequest.cs" />
<Compile Include="Script\NanoScript.cs" />
<Compile Include="Security\PermissionException.cs" />
<Compile Include="Utils\ApplicationHelper.cs" />
<Compile Include="Utils\ChineseSpellHelper.cs" />
<Compile Include="Utils\CommandLine.cs" />
<Compile Include="Utils\ExcelHelper.cs" />
<Compile Include="Utils\FileHelper.cs" />
<Compile Include="Utils\Zip.cs" />
<Compile Include="Utils\ZipHelper.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Security\InterceptorAction.cs" />
<Compile Include="Security\InterceptorAttribute.cs" />
<Compile Include="Serial\ByteCompress.cs" />
<Compile Include="Serial\SerialHelper.cs" />
<Compile Include="Utils\Checker.cs" />
<Compile Include="Utils\CollectionBase.cs" />
<Compile Include="Utils\Converting.cs" />
<Compile Include="Utils\Encryption.cs" />
<Compile Include="Utils\Enum\EnumDescription.cs" />
<Compile Include="Utils\Extention\DataTableHelper.cs" />
<Compile Include="Utils\Extention\DateTimeHelper.cs" />
<Compile Include="Utils\Extention\ListHelper.cs" />
<Compile Include="Utils\Extention\StringHelper.cs" />
<Compile Include="Utils\Extention\XmlDocumentHelper.cs" />
<Compile Include="Utils\IConverting.cs" />
<Compile Include="Utils\ImageHelper.cs" />
<Compile Include="Utils\LogHelper.cs" />
<Compile Include="Utils\Mail\Config\SectionHandler.cs" />
<Compile Include="Utils\Mail\Config\MailSetting.cs" />
<Compile Include="Utils\Mail\MailSender.cs" />
<Compile Include="Utils\RandomHelper.cs" />
<Compile Include="Utils\StringHelper.cs" />
<Compile Include="Utils\TypeHelper.cs" />
<Compile Include="Utils\TypeParse.cs" />
<Compile Include="Utils\VerifyCode.cs" />
<Compile Include="Cryptography\XXTEA.cs" />
<Compile Include="EncodingHelper.cs" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<Visible>False</Visible>
<ProductName>Windows Installer 3.1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<COMReference Include="Microsoft.Office.Core">
<Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid>
<VersionMajor>2</VersionMajor>
<VersionMinor>4</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>primary</WrapperTool>
<Isolated>False</Isolated>
<EmbedInteropTypes>True</EmbedInteropTypes>
</COMReference>
<COMReference Include="Microsoft.Office.Interop.Excel">
<Guid>{00020813-0000-0000-C000-000000000046}</Guid>
<VersionMajor>1</VersionMajor>
<VersionMinor>6</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>primary</WrapperTool>
<Isolated>False</Isolated>
<EmbedInteropTypes>True</EmbedInteropTypes>
</COMReference>
</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>