Files
GateDge2023_ljy/02.珠海市供水有限公司/ZHSW/ZHSW.csproj
PastSaid fa480006a8 1
2024-07-16 10:33:50 +08:00

96 lines
5.0 KiB
XML

<?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>{BF093890-EBF9-485C-A92E-49264B810108}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ZHSW</RootNamespace>
<AssemblyName>ZHSW</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="Kingdee.BOS.App">
<HintPath>..\..\..\..\..\..\Program Files (x86)\Kingdee\K3Cloud\WebSite\bin\Kingdee.BOS.App.dll</HintPath>
</Reference>
<Reference Include="Kingdee.BOS.Core">
<HintPath>..\..\..\..\..\..\Program Files (x86)\Kingdee\K3Cloud\WebSite\bin\Kingdee.BOS.Core.dll</HintPath>
</Reference>
<Reference Include="Kingdee.BOS.DataEntity">
<HintPath>..\..\..\..\..\..\Program Files (x86)\Kingdee\K3Cloud\WebSite\bin\Kingdee.BOS.DataEntity.dll</HintPath>
</Reference>
<Reference Include="Kingdee.BOS.ServiceHelper">
<HintPath>..\..\..\..\..\..\Program Files (x86)\Kingdee\K3Cloud\WebSite\bin\Kingdee.BOS.ServiceHelper.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="Properties\AssemblyInfo.cs" />
<Compile Include="PUR_Requisition\BillEventPlugInEx.cs" />
<Compile Include="SAL_OUTSTOCK\BillEventPlugInEx.cs" />
<Compile Include="SAL_OUTSTOCK\ListEventPlugInEx.cs" />
<Compile Include="SAL_OUTSTOCK\Request\BaseRequest.cs" />
<Compile Include="SAL_OUTSTOCK\Request\GP_FPKJ.cs" />
<Compile Include="SAL_OUTSTOCK\Response\ResultData.cs" />
<Compile Include="SAL_OUTSTOCK\Utils\AESHepler.cs" />
<Compile Include="SAL_OUTSTOCK\Utils\Base64Helper.cs" />
<Compile Include="SAL_OUTSTOCK\Utils\HttpWebHelper.cs" />
<Compile Include="SAL_OUTSTOCK\Utils\SHA256Helper.cs" />
<Compile Include="STK_MisDelivery\BillEventPlugInEx.cs" />
<Compile Include="STK_TRANSFERIN\BillConvertEventPlugInEx.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="SAL_OUTSTOCK\SQLServer\销售出库单子表信息.sql" />
<Content Include="SAL_OUTSTOCK\SQLServer\销售出库单财务信息-视图.sql" />
<Content Include="STK_MisDelivery\sql\GetFmaterialDataNew.sql" />
<Content Include="STK_MisDelivery\sql\GetHTPrice.sql" />
<Content Include="STK_MisDelivery\sql\GetPriceNew.sql" />
<Content Include="STK_MisDelivery\sql\GetSalePriceNew.sql" />
<Content Include="STK_MisDelivery\sql\更新其他出库单参考单价.sql" />
<Content Include="STK_MisDelivery\sql\更新其他出库单参考单价_V1.sql" />
<Content Include="STK_MisDelivery\sql\更新其他出库单参考单价_V2.sql" />
<Content Include="STK_MisDelivery\sql\获取上游单据成本价作为参考单价.sql" />
<Content Include="STK_MisDelivery\sql\视图_物料期初余额结存.sql" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\01.扩展\Extensions\ExtensionMethods.csproj">
<Project>{beae0bf6-7ab9-4af5-83ce-d08e3c6880ef}</Project>
<Name>ExtensionMethods</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>