BPMDataService.csproj 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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>{E5E1F20D-62B9-452F-AF7F-096E94D584A6}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Dongke.IBOSS.PRD.Service.BPMDataService</RootNamespace>
  11. <AssemblyName>BPMDataService</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  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="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  35. <SpecificVersion>False</SpecificVersion>
  36. <HintPath>..\..\DLL\Newtonsoft.Json.dll</HintPath>
  37. </Reference>
  38. <Reference Include="Oracle.ManagedDataAccess">
  39. <HintPath>..\..\DLL\Oracle.ManagedDataAccess.dll</HintPath>
  40. </Reference>
  41. <Reference Include="System" />
  42. <Reference Include="System.Core" />
  43. <Reference Include="System.Data.OracleClient" />
  44. <Reference Include="System.Runtime.Serialization" />
  45. <Reference Include="System.ServiceModel" />
  46. <Reference Include="System.Web.Extensions" />
  47. <Reference Include="System.Xml.Linq" />
  48. <Reference Include="System.Data.DataSetExtensions" />
  49. <Reference Include="Microsoft.CSharp" />
  50. <Reference Include="System.Data" />
  51. <Reference Include="System.Xml" />
  52. <Reference Include="Utilities">
  53. <HintPath>..\..\DLL\Utilities.dll</HintPath>
  54. </Reference>
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Compile Include="BPMDataLogic.cs" />
  58. <Compile Include="Connected Services\BPMWebService\Reference.cs">
  59. <AutoGen>True</AutoGen>
  60. <DesignTime>True</DesignTime>
  61. <DependentUpon>Reference.svcmap</DependentUpon>
  62. </Compile>
  63. <Compile Include="Properties\AssemblyInfo.cs" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <None Include="app.config" />
  67. <None Include="Connected Services\BPMWebService\Hegii.wsdl" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <WCFMetadata Include="Connected Services\" />
  71. </ItemGroup>
  72. <ItemGroup>
  73. <WCFMetadataStorage Include="Connected Services\BPMWebService\" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <ProjectReference Include="..\..\DK.Basics\BaseResources\BaseResources.csproj">
  77. <Project>{61710211-9B80-45C1-B338-FDF984C9AE43}</Project>
  78. <Name>BaseResources</Name>
  79. </ProjectReference>
  80. <ProjectReference Include="..\..\DK.Basics\DataAccess\DataAccess.csproj">
  81. <Project>{d0492c0b-7b65-4d8f-8ea5-bc0570e19050}</Project>
  82. <Name>DataAccess</Name>
  83. </ProjectReference>
  84. <ProjectReference Include="..\..\DK.Basics\Library\Library.csproj">
  85. <Project>{922d0f0f-01c2-4fa5-a4ad-00064232f455}</Project>
  86. <Name>Library</Name>
  87. </ProjectReference>
  88. <ProjectReference Include="..\..\WCF.Service\WCF.DataModels\WCF.DataModels.csproj">
  89. <Project>{4c4bfbdc-125c-488a-8b35-5a0637478c66}</Project>
  90. <Name>WCF.DataModels</Name>
  91. </ProjectReference>
  92. <ProjectReference Include="..\Service.DataModels\Service.DataModels.csproj">
  93. <Project>{16c72702-c162-4cd3-9ccc-40b9d8491ccd}</Project>
  94. <Name>Service.DataModels</Name>
  95. </ProjectReference>
  96. </ItemGroup>
  97. <ItemGroup>
  98. <None Include="Connected Services\BPMWebService\configuration91.svcinfo" />
  99. </ItemGroup>
  100. <ItemGroup>
  101. <None Include="Connected Services\BPMWebService\configuration.svcinfo" />
  102. </ItemGroup>
  103. <ItemGroup>
  104. <None Include="Connected Services\BPMWebService\Reference.svcmap">
  105. <Generator>WCF Proxy Generator</Generator>
  106. <LastGenOutput>Reference.cs</LastGenOutput>
  107. </None>
  108. </ItemGroup>
  109. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  110. </Project>