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

92 lines
4.1 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>{47BB36BB-BED4-40DF-B5A8-825429EEBD33}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>UFIDA.ISV.CreateCompRpt</RootNamespace>
  11. <AssemblyName>UFIDA.ISV.CreateCompRpt</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. <SccProjectName>SAK</SccProjectName>
  16. <SccLocalPath>SAK</SccLocalPath>
  17. <SccAuxPath>SAK</SccAuxPath>
  18. <SccProvider>SAK</SccProvider>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="ICS.WCF.Base">
  39. <HintPath>..\ICS.WCF.Base\bin\Debug\ICS.WCF.Base.dll</HintPath>
  40. </Reference>
  41. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  42. <SpecificVersion>False</SpecificVersion>
  43. <HintPath>bin\Debug\Newtonsoft.Json.dll</HintPath>
  44. </Reference>
  45. <Reference Include="System" />
  46. <Reference Include="System.Configuration" />
  47. <Reference Include="System.Core" />
  48. <Reference Include="System.Runtime.Serialization" />
  49. <Reference Include="System.ServiceModel" />
  50. <Reference Include="System.Xml.Linq" />
  51. <Reference Include="System.Data.DataSetExtensions" />
  52. <Reference Include="Microsoft.CSharp" />
  53. <Reference Include="System.Data" />
  54. <Reference Include="System.Xml" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Compile Include="CreateCompRptSrvStub.cs" />
  58. <Compile Include="CustCreateCompRptSrvSub.cs.cs" />
  59. <Compile Include="Properties\AssemblyInfo.cs" />
  60. </ItemGroup>
  61. <ItemGroup>
  62. <WCFMetadata Include="Service References\" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <None Include="output.config" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <ProjectReference Include="..\UFIDA.ISV.ApproveCompRpt\UFIDA.ISV.ApproveCompRpt.csproj">
  69. <Project>{7c27dbf9-9a18-4ade-b59c-49a4c9b31c20}</Project>
  70. <Name>UFIDA.ISV.ApproveCompRpt</Name>
  71. </ProjectReference>
  72. <ProjectReference Include="..\UFIDA.ISV.CloseCompRptSV\UFIDA.ISV.CloseCompRptSV.csproj">
  73. <Project>{7f9ab82a-ab71-40f3-9687-729419be4c3e}</Project>
  74. <Name>UFIDA.ISV.CloseCompRptSV</Name>
  75. </ProjectReference>
  76. <ProjectReference Include="..\UFIDA.ISV.CreateLotMaster\UFIDA.ISV.CreateLotMaster.csproj">
  77. <Project>{7a5be165-8e07-48e9-863a-776aeb438edc}</Project>
  78. <Name>UFIDA.ISV.CreateLotMaster</Name>
  79. </ProjectReference>
  80. <ProjectReference Include="..\UFIDA.ISV.DeleteCompRptSV\UFIDA.ISV.DeleteCompRptSV.csproj">
  81. <Project>{c498f6e7-55b0-4c30-8c25-e81b0a146087}</Project>
  82. <Name>UFIDA.ISV.DeleteCompRptSV</Name>
  83. </ProjectReference>
  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>