Files
GateDge2023_ljy/00.SDK/E_ZKEccSDK/E_ZKEccSDK.csproj

82 lines
3.8 KiB
XML
Raw Normal View History

2024-04-29 17:57:07 +08:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" 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>{9A0273E4-D584-4418-951C-020D4EFF1732}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
2024-05-15 13:56:09 +08:00
<RootNamespace>E_ZKEcc</RootNamespace>
2024-04-29 17:57:07 +08:00
<AssemblyName>E_ZKEccSDK</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
</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>
<ItemGroup>
<Reference Include="Kingdee.BOS">
<HintPath>..\..\..\..\..\..\Program Files (x86)\Kingdee\K3Cloud\WebSite\bin\Kingdee.BOS.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\..\Program Files (x86)\Kingdee\K3Cloud\WebSite\bin\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="BaseService.cs" />
<Compile Include="Request\DepartmentGetRequest.cs" />
<Compile Include="Request\DepartmentUpdateRequest.cs" />
<Compile Include="Request\EmployeeGetRequest.cs" />
<Compile Include="Request\EmployeeUpdateRequest.cs" />
<Compile Include="Request\TransactionGetRequest.cs" />
<Compile Include="Response\DepartmentGetResponse.cs" />
<Compile Include="Response\EmployeeGetResponse.cs" />
<Compile Include="Response\TransactionGetResponse.cs" />
<Compile Include="Service\DepartmentService.cs" />
<Compile Include="Service\EmployeeService.cs" />
<Compile Include="Service\TransactionService.cs" />
<Compile Include="Domian\ApiInfoDomian.cs" />
<Compile Include="Domian\EmployeeDomain.cs" />
<Compile Include="Domian\ResultDomian.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\01.扩展\Extensions\ExtensionMethods.csproj">
<Project>{beae0bf6-7ab9-4af5-83ce-d08e3c6880ef}</Project>
<Name>ExtensionMethods</Name>
</ProjectReference>
<ProjectReference Include="..\..\01.扩展\HandleUtils\HandleUtils.csproj">
<Project>{d6a5e5a0-7529-4ffa-9f9d-b2c610919bf6}</Project>
<Name>HandleUtils</Name>
</ProjectReference>
</ItemGroup>
2024-05-15 13:56:09 +08:00
<ItemGroup />
2024-04-29 17:57:07 +08:00
<ItemGroup>
2024-05-15 13:56:09 +08:00
<Content Include="SQLServer\api信息视图.sql" />
2024-04-29 17:57:07 +08:00
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>