2.FMS.ServiceList.csproj 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>{3BF4D0A2-820A-4093-A095-8B607AF451B7}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>FMS.ServiceList</RootNamespace>
  11. <AssemblyName>FMS.ServiceList</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</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="System" />
  42. <Reference Include="System.Core" />
  43. <Reference Include="System.Xml.Linq" />
  44. <Reference Include="System.Data" />
  45. <Reference Include="System.Xml" />
  46. </ItemGroup>
  47. <ItemGroup>
  48. <Compile Include="Bdky\BdKyCkhz.cs" />
  49. <Compile Include="Bdky\BdKyCkhzJhr.cs" />
  50. <Compile Include="Bdky\BdKyFjf.cs" />
  51. <Compile Include="Bdky\BdKyGbj.cs" />
  52. <Compile Include="Bdky\BdKyHkgs.cs" />
  53. <Compile Include="Bdky\BdKyJcxx.cs" />
  54. <Compile Include="Bdky\BdKyJx.cs" />
  55. <Compile Include="Bd\BdBaseData.cs" />
  56. <Compile Include="Bd\BdBaseDataDetail.cs" />
  57. <Compile Include="Bd\BdExchange.cs" />
  58. <Compile Include="Bd\BdExtendData.cs" />
  59. <Compile Include="Bd\BdExtendType.cs" />
  60. <Compile Include="Bd\BdMoudleBody.cs" />
  61. <Compile Include="Bd\BdMoudleHead.cs" />
  62. <Compile Include="Bd\BdService.cs" />
  63. <Compile Include="Bd\BdServiceKm.cs" />
  64. <Compile Include="Bd\BdServiceType.cs" />
  65. <Compile Include="Bd\BdKYZdgl.cs" />
  66. <Compile Include="Crm\CrmCustomer.cs" />
  67. <Compile Include="Crm\CrmCustomerAddress.cs" />
  68. <Compile Include="Crm\CrmCustomerBiz.cs" />
  69. <Compile Include="Crm\CrmCustomerHt.cs" />
  70. <Compile Include="Crm\CrmCustomerKpxx.cs" />
  71. <Compile Include="Crm\CrmCustomerLink.cs" />
  72. <Compile Include="Crm\CrmSfhr.cs" />
  73. <Compile Include="Properties\AssemblyInfo.cs" />
  74. <Compile Include="FMSService.cs" />
  75. </ItemGroup>
  76. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  77. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  78. Other similar extension points exist, see Microsoft.Common.targets.
  79. <Target Name="BeforeBuild">
  80. </Target>
  81. <Target Name="AfterBuild">
  82. </Target>
  83. -->
  84. </Project>