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

94 lines
4.0 KiB

2 years ago
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>{3F241467-1208-4F8B-8857-AC7161866303}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>ICS.CreateIssue</RootNamespace>
  11. <AssemblyName>ICS.CreateIssue</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</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.Configuration" />
  43. <Reference Include="System.Core" />
  44. <Reference Include="System.Runtime.Serialization" />
  45. <Reference Include="System.ServiceModel" />
  46. <Reference Include="System.Xml.Linq" />
  47. <Reference Include="System.Data.DataSetExtensions" />
  48. <Reference Include="Microsoft.CSharp" />
  49. <Reference Include="System.Data" />
  50. <Reference Include="System.Xml" />
  51. </ItemGroup>
  52. <ItemGroup>
  53. <Compile Include="CreatRecedeIssueDocSVStub.cs" />
  54. <Compile Include="CustCreateIssue.cs" />
  55. <Compile Include="IssueData.cs" />
  56. <Compile Include="Properties\AssemblyInfo.cs" />
  57. </ItemGroup>
  58. <ItemGroup>
  59. <None Include="output.config" />
  60. </ItemGroup>
  61. <ItemGroup>
  62. <ProjectReference Include="..\ICS.BFIssueApprove\ICS.BFIssueApprove.csproj">
  63. <Project>{1ebd0034-2e8b-4911-ab51-36e48038aaf9}</Project>
  64. <Name>ICS.BFIssueApprove</Name>
  65. </ProjectReference>
  66. <ProjectReference Include="..\ICS.BFIssueDelete\ICS.BFIssueDelete.csproj">
  67. <Project>{959a866a-78f9-4cf5-accd-526a7b70767a}</Project>
  68. <Name>ICS.BFIssueDelete</Name>
  69. </ProjectReference>
  70. <ProjectReference Include="..\ICS.WCF.Base\ICS.WCF.Base.csproj">
  71. <Project>{f1c63329-bc46-4fb5-b0eb-902ceffcad9c}</Project>
  72. <Name>ICS.WCF.Base</Name>
  73. </ProjectReference>
  74. <ProjectReference Include="..\UFIDA.ISV.BFRCVApprove\UFIDA.ISV.BFRCVApprove.csproj">
  75. <Project>{3f56054a-143d-4ebb-b88c-ff042ecb80fb}</Project>
  76. <Name>UFIDA.ISV.BFRCVApprove</Name>
  77. </ProjectReference>
  78. <ProjectReference Include="..\UFIDA.ISV.BFRCVDelete\UFIDA.ISV.BFRCVDelete.csproj">
  79. <Project>{ae5237cf-0926-4340-b8b0-67dbdc73a8fd}</Project>
  80. <Name>UFIDA.ISV.BFRCVDelete</Name>
  81. </ProjectReference>
  82. <ProjectReference Include="..\UFIDA.ISV.CreateLotMaster\ICS.CreateLotMaster.csproj">
  83. <Project>{b9e5d785-3d91-4b18-a5bd-ac962be86590}</Project>
  84. <Name>ICS.CreateLotMaster</Name>
  85. </ProjectReference>
  86. </ItemGroup>
  87. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  88. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  89. Other similar extension points exist, see Microsoft.Common.targets.
  90. <Target Name="BeforeBuild">
  91. </Target>
  92. <Target Name="AfterBuild">
  93. </Target>
  94. -->
  95. </Project>