SAPHegiiDataService.csproj 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  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>{41D66009-A06F-4632-869C-110AB1C3B969}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Dongke.IBOSS.PRD.Service.SAPHegiiDataService</RootNamespace>
  11. <AssemblyName>SAPHegiiDataService</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. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  41. <DebugSymbols>true</DebugSymbols>
  42. <OutputPath>bin\x86\Debug\</OutputPath>
  43. <DefineConstants>DEBUG;TRACE</DefineConstants>
  44. <DebugType>full</DebugType>
  45. <PlatformTarget>x86</PlatformTarget>
  46. <ErrorReport>prompt</ErrorReport>
  47. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  50. <OutputPath>bin\x86\Release\</OutputPath>
  51. <DefineConstants>TRACE</DefineConstants>
  52. <Optimize>true</Optimize>
  53. <DebugType>pdbonly</DebugType>
  54. <PlatformTarget>x86</PlatformTarget>
  55. <ErrorReport>prompt</ErrorReport>
  56. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  57. </PropertyGroup>
  58. <ItemGroup>
  59. <Reference Include="Oracle.DataAccess, Version=4.112.4.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=x86">
  60. <SpecificVersion>False</SpecificVersion>
  61. <HintPath>..\..\IBOSS.PRD.Service\orcl_10_11_x32\Oracle.DataAccess.dll</HintPath>
  62. </Reference>
  63. <Reference Include="System" />
  64. <Reference Include="System.Core" />
  65. <Reference Include="System.Runtime.Serialization" />
  66. <Reference Include="System.ServiceModel" />
  67. <Reference Include="System.Xml.Linq" />
  68. <Reference Include="System.Data.DataSetExtensions" />
  69. <Reference Include="Microsoft.CSharp" />
  70. <Reference Include="System.Data" />
  71. <Reference Include="System.Xml" />
  72. <Reference Include="Utilities, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <Compile Include="Properties\AssemblyInfo.cs" />
  76. <Compile Include="SAPDataLogic.cs" />
  77. <Compile Include="Service References\HGSAPDK_ZPPFM008\Reference.cs">
  78. <AutoGen>True</AutoGen>
  79. <DesignTime>True</DesignTime>
  80. <DependentUpon>Reference.svcmap</DependentUpon>
  81. </Compile>
  82. <Compile Include="Service References\HGSAPDK_ZPPFM010\Reference.cs">
  83. <AutoGen>True</AutoGen>
  84. <DesignTime>True</DesignTime>
  85. <DependentUpon>Reference.svcmap</DependentUpon>
  86. </Compile>
  87. </ItemGroup>
  88. <ItemGroup>
  89. <WCFMetadata Include="Service References\" />
  90. </ItemGroup>
  91. <ItemGroup>
  92. <None Include="app.config">
  93. <SubType>Designer</SubType>
  94. </None>
  95. <None Include="Service References\HGSAPDK_ZPPFM008\zppfm008_bind.wsdl" />
  96. <None Include="Service References\HGSAPDK_ZPPFM010\zppfm010_bind.wsdl" />
  97. </ItemGroup>
  98. <ItemGroup>
  99. <WCFMetadataStorage Include="Service References\HGSAPDK_ZPPFM008\" />
  100. <WCFMetadataStorage Include="Service References\HGSAPDK_ZPPFM010\" />
  101. </ItemGroup>
  102. <ItemGroup>
  103. <ProjectReference Include="..\..\DK.Basics\BaseResources\BaseResources.csproj">
  104. <Project>{61710211-9B80-45C1-B338-FDF984C9AE43}</Project>
  105. <Name>BaseResources</Name>
  106. </ProjectReference>
  107. <ProjectReference Include="..\..\DK.Basics\DataAccess\DataAccess.csproj">
  108. <Project>{D0492C0B-7B65-4D8F-8EA5-BC0570E19050}</Project>
  109. <Name>DataAccess</Name>
  110. </ProjectReference>
  111. <ProjectReference Include="..\..\DK.Basics\Library\Library.csproj">
  112. <Project>{922D0F0F-01C2-4FA5-A4AD-00064232F455}</Project>
  113. <Name>Library</Name>
  114. </ProjectReference>
  115. <ProjectReference Include="..\..\WCF.Service\WCF.DataModels\WCF.DataModels.csproj">
  116. <Project>{4C4BFBDC-125C-488A-8B35-5A0637478C66}</Project>
  117. <Name>WCF.DataModels</Name>
  118. </ProjectReference>
  119. <ProjectReference Include="..\Service.DataModels\Service.DataModels.csproj">
  120. <Project>{16C72702-C162-4CD3-9CCC-40B9D8491CCD}</Project>
  121. <Name>Service.DataModels</Name>
  122. </ProjectReference>
  123. </ItemGroup>
  124. <ItemGroup>
  125. <None Include="Service References\HGSAPDK_ZPPFM008\configuration91.svcinfo" />
  126. </ItemGroup>
  127. <ItemGroup>
  128. <None Include="Service References\HGSAPDK_ZPPFM008\configuration.svcinfo" />
  129. </ItemGroup>
  130. <ItemGroup>
  131. <None Include="Service References\HGSAPDK_ZPPFM008\Reference.svcmap">
  132. <Generator>WCF Proxy Generator</Generator>
  133. <LastGenOutput>Reference.cs</LastGenOutput>
  134. </None>
  135. </ItemGroup>
  136. <ItemGroup>
  137. <None Include="Service References\HGSAPDK_ZPPFM010\configuration91.svcinfo" />
  138. </ItemGroup>
  139. <ItemGroup>
  140. <None Include="Service References\HGSAPDK_ZPPFM010\configuration.svcinfo" />
  141. </ItemGroup>
  142. <ItemGroup>
  143. <None Include="Service References\HGSAPDK_ZPPFM010\Reference.svcmap">
  144. <Generator>WCF Proxy Generator</Generator>
  145. <LastGenOutput>Reference.cs</LastGenOutput>
  146. </None>
  147. </ItemGroup>
  148. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  149. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  150. Other similar extension points exist, see Microsoft.Common.targets.
  151. <Target Name="BeforeBuild">
  152. </Target>
  153. <Target Name="AfterBuild">
  154. </Target>
  155. -->
  156. </Project>