2023-12-17 11:37:43 +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>
|
2024-04-29 17:57:07 +08:00
|
|
|
|
<ProjectGuid>{F88F3C4D-F3AA-40D9-925A-F291CE963554}</ProjectGuid>
|
2023-12-17 11:37:43 +08:00
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
2024-04-29 17:57:07 +08:00
|
|
|
|
<RootNamespace>Demi</RootNamespace>
|
|
|
|
|
|
<AssemblyName>Demi</AssemblyName>
|
2023-12-20 22:26:30 +08:00
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
2023-12-17 11:37:43 +08:00
|
|
|
|
<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">
|
2024-04-29 17:57:07 +08:00
|
|
|
|
<HintPath>..\..\..\..\..\..\Program Files (x86)\Kingdee\K3Cloud\WebSite\bin\Kingdee.BOS.dll</HintPath>
|
2023-12-17 11:37:43 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="Kingdee.BOS.App">
|
2024-04-29 17:57:07 +08:00
|
|
|
|
<HintPath>..\..\..\..\..\..\Program Files (x86)\Kingdee\K3Cloud\WebSite\bin\Kingdee.BOS.App.dll</HintPath>
|
2023-12-20 09:08:21 +08:00
|
|
|
|
</Reference>
|
2023-12-17 11:37:43 +08:00
|
|
|
|
<Reference Include="Kingdee.BOS.Core">
|
2024-04-29 17:57:07 +08:00
|
|
|
|
<HintPath>..\..\..\..\..\..\Program Files (x86)\Kingdee\K3Cloud\WebSite\bin\Kingdee.BOS.Core.dll</HintPath>
|
2023-12-17 11:37:43 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="Kingdee.BOS.DataEntity">
|
2024-04-29 17:57:07 +08:00
|
|
|
|
<HintPath>..\..\..\..\..\..\Program Files (x86)\Kingdee\K3Cloud\WebSite\bin\Kingdee.BOS.DataEntity.dll</HintPath>
|
2023-12-17 11:37:43 +08:00
|
|
|
|
</Reference>
|
2024-04-29 17:57:07 +08:00
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
2023-12-26 10:44:19 +08:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2024-04-29 17:57:07 +08:00
|
|
|
|
<HintPath>..\..\..\..\..\..\Program Files (x86)\Kingdee\K3Cloud\WebSite\bin\Newtonsoft.Json.dll</HintPath>
|
2023-12-17 11:37:43 +08:00
|
|
|
|
</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>
|
2024-04-29 17:57:07 +08:00
|
|
|
|
<Compile Include="DB_StaffData\OperationEventPlugInEx.cs" />
|
2023-12-17 11:37:43 +08:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
|
</ItemGroup>
|
2023-12-26 10:44:19 +08:00
|
|
|
|
<ItemGroup>
|
2024-04-29 17:57:07 +08:00
|
|
|
|
<ProjectReference Include="..\..\00.SDK\E_ZKEccSDK\E_ZKEccSDK.csproj">
|
|
|
|
|
|
<Project>{9a0273e4-d584-4418-951c-020d4eff1732}</Project>
|
|
|
|
|
|
<Name>E_ZKEccSDK</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<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>
|
2023-12-26 10:44:19 +08:00
|
|
|
|
</ItemGroup>
|
2024-04-29 17:57:07 +08:00
|
|
|
|
<ItemGroup />
|
2023-12-17 11:37:43 +08:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
|
</Project>
|