圣珀
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

85 lines
3.7 KiB

2 years ago
2 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{592EE761-A8B4-4C7A-9994-9FC52EDE1609}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>UFIDA.U9.CreateSupplier</RootNamespace>
  11. <AssemblyName>UFIDA.U9.CreateSupplier</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SccProjectName>
  15. </SccProjectName>
  16. <SccLocalPath>
  17. </SccLocalPath>
  18. <SccAuxPath>
  19. </SccAuxPath>
  20. <SccProvider>
  21. </SccProvider>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  24. <DebugSymbols>true</DebugSymbols>
  25. <DebugType>full</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>bin\Debug\</OutputPath>
  28. <DefineConstants>DEBUG;TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\Release\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="CreateSupperContancesSV">
  42. <HintPath>..\CreateSupperContancesSV\bin\Debug\CreateSupperContancesSV.dll</HintPath>
  43. </Reference>
  44. <Reference Include="CustCreateAddress">
  45. <HintPath>..\CustCreateAddress\bin\Debug\CustCreateAddress.dll</HintPath>
  46. </Reference>
  47. <Reference Include="CustCreateBank">
  48. <HintPath>..\CustCreateBank\bin\Debug\CustCreateBank.dll</HintPath>
  49. </Reference>
  50. <Reference Include="CustCreateSupplierBankAccountSV">
  51. <HintPath>..\CustCreateSupplierBankAccountSV\bin\Debug\CustCreateSupplierBankAccountSV.dll</HintPath>
  52. </Reference>
  53. <Reference Include="ICS.WCF.Base">
  54. <HintPath>..\ICS.WCF.Base\bin\Debug\ICS.WCF.Base.dll</HintPath>
  55. </Reference>
  56. <Reference Include="System" />
  57. <Reference Include="System.configuration" />
  58. <Reference Include="System.Core" />
  59. <Reference Include="System.Runtime.Serialization" />
  60. <Reference Include="System.ServiceModel" />
  61. <Reference Include="System.Xml.Linq" />
  62. <Reference Include="System.Data.DataSetExtensions" />
  63. <Reference Include="Microsoft.CSharp" />
  64. <Reference Include="System.Data" />
  65. <Reference Include="System.Xml" />
  66. <Reference Include="UFIDA.U9.CreateSupperContanceSV">
  67. <HintPath>..\UFIDA.U9.CreateSupperContanceSV\bin\Debug\UFIDA.U9.CreateSupperContanceSV.dll</HintPath>
  68. </Reference>
  69. </ItemGroup>
  70. <ItemGroup>
  71. <Compile Include="BatchCreateSupplierByDTOSVStub.cs" />
  72. <Compile Include="CustCreateSupplier.cs" />
  73. <Compile Include="Properties\AssemblyInfo.cs" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <None Include="output.config" />
  77. </ItemGroup>
  78. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  79. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  80. Other similar extension points exist, see Microsoft.Common.targets.
  81. <Target Name="BeforeBuild">
  82. </Target>
  83. <Target Name="AfterBuild">
  84. </Target>
  85. -->
  86. </Project>