ldj/WcfServiceErp/WcfServiceErp.csproj

228 lines
10 KiB
XML
Raw Normal View History

2023-05-23 16:13:17 +08:00
<Project ToolsVersion="15.0" DefaultTargets="Build" 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>
<ProductVersion>
</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{A1A890CA-74D8-4D5A-9E76-90185A21343D}</ProjectGuid>
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>WcfServiceErp</RootNamespace>
<AssemblyName>WcfServiceErp</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<WcfConfigValidationEnabled>True</WcfConfigValidationEnabled>
<UseIISExpress>true</UseIISExpress>
<Use64BitIISExpress />
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<UseGlobalApplicationHostFile />
</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>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<ItemGroup>
2024-05-10 14:42:45 +08:00
<Reference Include="log4net, Version=2.0.16.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<HintPath>..\packages\log4net.2.0.16\lib\net40\log4net.dll</HintPath>
2023-09-04 22:41:19 +08:00
</Reference>
2023-05-23 16:13:17 +08:00
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Transactions" />
<Reference Include="System.Web.DynamicData" />
<Reference Include="System.Web.Entity" />
<Reference Include="System.Web.ApplicationServices" />
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.EnterpriseServices" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.ServiceModel.Web" />
<Reference Include="System.Web" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Web.Services" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<Content Include="T_ERPGOODS.svc" />
2023-09-04 22:41:19 +08:00
<Content Include="T_ERPORGDOC.svc" />
2023-05-23 16:13:17 +08:00
<Content Include="T_ERP_BUSSINESSDOC.svc" />
<Content Include="T_ERP_CUSTOMER.svc" />
<Content Include="T_ERP_PACKING.svc" />
2023-09-04 22:41:19 +08:00
<Content Include="T_ERP_PANDIAN.svc" />
2023-05-23 16:13:17 +08:00
<Content Include="T_ERP_PURCH.svc" />
2023-09-04 22:41:19 +08:00
<Content Include="T_ERP_PURCH_D.svc" />
2023-05-23 16:13:17 +08:00
<Content Include="T_ERP_SALE.svc" />
<Content Include="T_ERP_SALE_D.svc" />
2023-09-04 22:41:19 +08:00
<Content Include="T_WMSORDERREQUEST.svc" />
2023-05-23 16:13:17 +08:00
<Content Include="Web.config" />
</ItemGroup>
<ItemGroup>
2023-09-04 22:41:19 +08:00
<Compile Include="baseSvc.cs" />
2023-05-23 16:13:17 +08:00
<Compile Include="IErpGoods.cs" />
2023-09-04 22:41:19 +08:00
<Compile Include="IErpOrgDoc.cs" />
2023-05-23 16:13:17 +08:00
<Compile Include="IErp_bussinessDoc.cs" />
<Compile Include="IErp_customer.cs" />
<Compile Include="IErp_packing.cs" />
2023-09-04 22:41:19 +08:00
<Compile Include="IErp_pandian.cs" />
2023-05-23 16:13:17 +08:00
<Compile Include="IErp_purch.cs" />
2023-09-04 22:41:19 +08:00
<Compile Include="IErp_purch_d.cs" />
<Compile Include="IErp_receiveValidDetail.cs" />
2023-05-23 16:13:17 +08:00
<Compile Include="IErp_sale.cs" />
<Compile Include="IErp_sale_d.cs" />
<Compile Include="IOrder.cs" />
2023-09-04 22:41:19 +08:00
<Compile Include="IWmsOrderRequest.cs" />
2023-05-23 16:13:17 +08:00
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="T_ERPGOODS.svc.cs">
<DependentUpon>T_ERPGOODS.svc</DependentUpon>
</Compile>
2023-09-04 22:41:19 +08:00
<Compile Include="T_ERPORGDOC.svc.cs">
<DependentUpon>T_ERPORGDOC.svc</DependentUpon>
</Compile>
2023-05-23 16:13:17 +08:00
<Compile Include="T_ERP_BUSSINESSDOC.svc.cs">
<DependentUpon>T_ERP_BUSSINESSDOC.svc</DependentUpon>
</Compile>
<Compile Include="T_ERP_CUSTOMER.svc.cs">
<DependentUpon>T_ERP_CUSTOMER.svc</DependentUpon>
</Compile>
<Compile Include="T_ERP_PACKING.svc.cs">
<DependentUpon>T_ERP_PACKING.svc</DependentUpon>
</Compile>
2023-09-04 22:41:19 +08:00
<Compile Include="T_ERP_PANDIAN.svc.cs">
<DependentUpon>T_ERP_PANDIAN.svc</DependentUpon>
</Compile>
2023-05-23 16:13:17 +08:00
<Compile Include="T_ERP_PURCH.svc.cs">
<DependentUpon>T_ERP_PURCH.svc</DependentUpon>
</Compile>
2023-09-04 22:41:19 +08:00
<Compile Include="T_ERP_PURCH_D.svc.cs">
<DependentUpon>T_ERP_PURCH_D.svc</DependentUpon>
</Compile>
2023-05-23 16:13:17 +08:00
<Compile Include="T_ERP_SALE.svc.cs">
<DependentUpon>T_ERP_SALE.svc</DependentUpon>
</Compile>
<Compile Include="T_ERP_SALE_D.svc.cs">
<DependentUpon>T_ERP_SALE_D.svc</DependentUpon>
</Compile>
2023-09-04 22:41:19 +08:00
<Compile Include="T_WMSORDERREQUEST.svc.cs">
<DependentUpon>T_WMSORDERREQUEST.svc</DependentUpon>
</Compile>
<Compile Include="wcfData\wcfWmsOrderDetail.cs" />
<Compile Include="wcfData\WmsOrder.cs" />
2023-05-23 16:13:17 +08:00
<Compile Include="wcfData\ErpPurch.cs" />
<Compile Include="wcfData\ErpSale.cs" />
<Compile Include="wcfData\Result.cs" />
<Compile Include="wcfData\wcfErpGoods.cs" />
<Compile Include="wcfData\wcfErpGoodsList.cs" />
<Compile Include="wcfData\wcfErpOrgDoc.cs" />
<Compile Include="wcfData\wcfErpOrgDocList.cs" />
<Compile Include="wcfData\wcfErp_bussinessDoc.cs" />
<Compile Include="wcfData\wcfErp_bussinessDocList.cs" />
<Compile Include="wcfData\wcfErp_customer.cs" />
<Compile Include="wcfData\wcfErp_customerList.cs" />
<Compile Include="wcfData\wcfErp_packing.cs" />
<Compile Include="wcfData\wcfErp_packingList.cs" />
2023-09-04 22:41:19 +08:00
<Compile Include="wcfData\wcfErp_pandian.cs" />
<Compile Include="wcfData\wcfErp_pandianList.cs" />
2023-05-23 16:13:17 +08:00
<Compile Include="wcfData\wcfErp_purch.cs" />
<Compile Include="wcfData\wcfErp_purchList.cs" />
<Compile Include="wcfData\wcfErp_purch_d.cs" />
<Compile Include="wcfData\wcfErp_purch_dList.cs" />
<Compile Include="wcfData\wcfErp_purch_receive_log.cs" />
<Compile Include="wcfData\wcfErp_purch_receive_logList.cs" />
<Compile Include="wcfData\wcfErp_purch_receive_pre.cs" />
<Compile Include="wcfData\wcfErp_purch_receive_preList.cs" />
<Compile Include="wcfData\wcfErp_purch_ship.cs" />
<Compile Include="wcfData\wcfErp_purch_shipList.cs" />
<Compile Include="wcfData\wcfErp_receiveValidDetail.cs" />
<Compile Include="wcfData\wcfErp_receiveValidDetailList.cs" />
<Compile Include="wcfData\wcfErp_sale.cs" />
<Compile Include="wcfData\wcfErp_saleList.cs" />
<Compile Include="wcfData\wcfErp_sale_d.cs" />
<Compile Include="wcfData\wcfErp_sale_dList.cs" />
2023-09-04 22:41:19 +08:00
<Compile Include="wcfData\wcfWmsOrderRequest.cs" />
2023-05-23 16:13:17 +08:00
</ItemGroup>
<ItemGroup>
<Folder Include="App_Data\" />
</ItemGroup>
<ItemGroup>
2023-09-04 22:41:19 +08:00
<Content Include="Log4Net.config">
<SubType>Designer</SubType>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
2024-05-10 14:42:45 +08:00
<None Include="packages.config" />
2023-05-23 16:13:17 +08:00
<None Include="Properties\PublishProfiles\IISProfile.pubxml" />
<None Include="Web.Debug.config">
<DependentUpon>Web.config</DependentUpon>
</None>
<None Include="Web.Release.config">
<DependentUpon>Web.config</DependentUpon>
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Model\Model.csproj">
<Project>{D02E3CAD-BFF0-40D3-964C-18551410683E}</Project>
<Name>Model</Name>
</ProjectReference>
<ProjectReference Include="..\Utils\Utils.csproj">
<Project>{151f88a4-82d0-4e30-a9b5-ab0b0ada1fbd}</Project>
<Name>Utils</Name>
</ProjectReference>
2023-09-04 22:41:19 +08:00
<ProjectReference Include="..\WcfServiceAuthentication\WcfServiceAuthentication.csproj">
<Project>{ca44f42f-4376-4bc6-9ea4-821db704c75d}</Project>
<Name>WcfServiceAuthentication</Name>
</ProjectReference>
2023-05-23 16:13:17 +08:00
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>True</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>30110</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:30110/</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
<!-- 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>