TempDbToUfida.csproj 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.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>{9600D96C-2649-460B-B103-07E04E41ED63}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>TempDbToUfida</RootNamespace>
  11. <AssemblyName>TempDbToUfida</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. <PlatformTarget>x86</PlatformTarget>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="System" />
  35. <Reference Include="System.Core" />
  36. <Reference Include="System.Xml.Linq" />
  37. <Reference Include="System.Data.DataSetExtensions" />
  38. <Reference Include="Microsoft.CSharp" />
  39. <Reference Include="System.Data" />
  40. <Reference Include="System.Net.Http" />
  41. <Reference Include="System.Xml" />
  42. </ItemGroup>
  43. <ItemGroup>
  44. <Compile Include="OpenApi\BaseDataDownLoad.cs" />
  45. <Compile Include="OpenApi\BaseDownLoad.cs" />
  46. <Compile Include="OpenApi\DownLoadSaleorder.cs" />
  47. <Compile Include="OpenApi\DownLoadReturnorder.cs" />
  48. <Compile Include="OpenApi\DownLoadPurchaseorder.cs" />
  49. <Compile Include="OpenApi\DownLoadPurchasereturn.cs" />
  50. <Compile Include="OpenApi\DownLoadPurchasein.cs" />
  51. <Compile Include="OpenApi\DownLoadOtherout.cs" />
  52. <Compile Include="OpenApi\DownLoadOtherin.cs" />
  53. <Compile Include="OpenApi\DownLoadInventory.cs" />
  54. <Compile Include="OpenApi\DownLoadSellReturn.cs" />
  55. <Compile Include="OpenApi\DownLoadVendor.cs" />
  56. <Compile Include="OpenApi\VoucherDownLoad.cs" />
  57. <Compile Include="OpenApi\DownLoadWarehouse.cs" />
  58. <Compile Include="Sql\BaseDataDownLoad.cs" />
  59. <Compile Include="Sql\BaseDownLoad.cs" />
  60. <Compile Include="Sql\DownLoadWarehouse.cs" />
  61. <Compile Include="IDownLoad.cs" />
  62. <Compile Include="Properties\AssemblyInfo.cs" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <ProjectReference Include="..\cuidian.Common\cuidian.Common.csproj">
  66. <Project>{710a103b-c368-4451-8534-7d61d4bdbaeb}</Project>
  67. <Name>cuidian.Common</Name>
  68. </ProjectReference>
  69. <ProjectReference Include="..\cuidian.OpenApi\cuidian.OpenApi.csproj">
  70. <Project>{466ACA46-46A6-497F-8292-1A4B4351520B}</Project>
  71. <Name>cuidian.OpenApi</Name>
  72. </ProjectReference>
  73. <ProjectReference Include="..\cuidian.Sql\cuidian.Sql.csproj">
  74. <Project>{ceffb85e-3264-4c29-9301-054310a49252}</Project>
  75. <Name>cuidian.Sql</Name>
  76. </ProjectReference>
  77. <ProjectReference Include="..\OperationLog\OperationLog.csproj">
  78. <Project>{0bd97091-335d-4c5e-b311-934c2392aad2}</Project>
  79. <Name>OperationLog</Name>
  80. </ProjectReference>
  81. </ItemGroup>
  82. <ItemGroup>
  83. <Folder Include="Api\" />
  84. </ItemGroup>
  85. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  86. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  87. Other similar extension points exist, see Microsoft.Common.targets.
  88. <Target Name="BeforeBuild">
  89. </Target>
  90. <Target Name="AfterBuild">
  91. </Target>
  92. -->
  93. </Project>