圣珀
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.

114 lines
4.8 KiB

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>{902581B1-D82B-4433-A664-328FA48D705F}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>ICS.MaterialReturnGet</RootNamespace>
  11. <AssemblyName>ICS.MaterialReturnGet</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SccProjectName>SAK</SccProjectName>
  15. <SccLocalPath>SAK</SccLocalPath>
  16. <SccAuxPath>SAK</SccAuxPath>
  17. <SccProvider>SAK</SccProvider>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="ICSSoft.Base.Config.AppConfig, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  38. <SpecificVersion>False</SpecificVersion>
  39. <HintPath>bin\Debug\ICSSoft.Base.Config.AppConfig.dll</HintPath>
  40. </Reference>
  41. <Reference Include="System" />
  42. <Reference Include="System.Core" />
  43. <Reference Include="System.Runtime.Serialization" />
  44. <Reference Include="System.ServiceModel" />
  45. <Reference Include="System.Xml.Linq" />
  46. <Reference Include="System.Data.DataSetExtensions" />
  47. <Reference Include="Microsoft.CSharp" />
  48. <Reference Include="System.Data" />
  49. <Reference Include="System.Xml" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Compile Include="GetMaterialReturn.cs" />
  53. <Compile Include="Properties\AssemblyInfo.cs" />
  54. <Compile Include="Service References\ServiceCreateRIssue\Reference.cs">
  55. <AutoGen>True</AutoGen>
  56. <DesignTime>True</DesignTime>
  57. <DependentUpon>Reference.svcmap</DependentUpon>
  58. </Compile>
  59. </ItemGroup>
  60. <ItemGroup>
  61. <ProjectReference Include="..\ICS.WCF.Base\ICS.WCF.Base.csproj">
  62. <Project>{f1c63329-bc46-4fb5-b0eb-902ceffcad9c}</Project>
  63. <Name>ICS.WCF.Base</Name>
  64. </ProjectReference>
  65. <ProjectReference Include="..\ICSSoft.Entity\ICSSoft.Entity.csproj">
  66. <Project>{7190b05c-bda8-4472-be6c-51e4a4cbd408}</Project>
  67. <Name>ICSSoft.Entity</Name>
  68. </ProjectReference>
  69. </ItemGroup>
  70. <ItemGroup>
  71. <WCFMetadata Include="Service References\" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <None Include="app.config" />
  75. <None Include="Service References\ServiceCreateRIssue\CreateRIssue.wsdl" />
  76. <None Include="Service References\ServiceCreateRIssue\ICS.MaterialReturnGet.ServiceCreateRIssue.CustCreateIssueOperationResult.datasource">
  77. <DependentUpon>Reference.svcmap</DependentUpon>
  78. </None>
  79. <None Include="Service References\ServiceCreateRIssue\UFIDA.xsd">
  80. <SubType>Designer</SubType>
  81. </None>
  82. <None Include="Service References\ServiceCreateRIssue\UFIDA1.xsd">
  83. <SubType>Designer</SubType>
  84. </None>
  85. <None Include="Service References\ServiceCreateRIssue\UFIDA2.xsd">
  86. <SubType>Designer</SubType>
  87. </None>
  88. </ItemGroup>
  89. <ItemGroup>
  90. <WCFMetadataStorage Include="Service References\ServiceCreateRIssue\" />
  91. </ItemGroup>
  92. <ItemGroup>
  93. <None Include="Service References\ServiceCreateRIssue\UFIDA.disco" />
  94. </ItemGroup>
  95. <ItemGroup>
  96. <None Include="Service References\ServiceCreateRIssue\configuration91.svcinfo" />
  97. </ItemGroup>
  98. <ItemGroup>
  99. <None Include="Service References\ServiceCreateRIssue\configuration.svcinfo" />
  100. </ItemGroup>
  101. <ItemGroup>
  102. <None Include="Service References\ServiceCreateRIssue\Reference.svcmap">
  103. <Generator>WCF Proxy Generator</Generator>
  104. <LastGenOutput>Reference.cs</LastGenOutput>
  105. </None>
  106. </ItemGroup>
  107. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  108. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  109. Other similar extension points exist, see Microsoft.Common.targets.
  110. <Target Name="BeforeBuild">
  111. </Target>
  112. <Target Name="AfterBuild">
  113. </Target>
  114. -->
  115. </Project>