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

443 lines
24 KiB

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
  4. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProductVersion>
  9. </ProductVersion>
  10. <SchemaVersion>2.0</SchemaVersion>
  11. <ProjectGuid>{1650F7A3-4E4B-4D49-909B-511F86CDECB6}</ProjectGuid>
  12. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  13. <OutputType>Library</OutputType>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <RootNamespace>ICSSoft.U8.WebAPI</RootNamespace>
  16. <AssemblyName>ICSSoft.U8.WebAPI</AssemblyName>
  17. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  18. <MvcBuildViews>false</MvcBuildViews>
  19. <UseIISExpress>true</UseIISExpress>
  20. <Use64BitIISExpress />
  21. <IISExpressSSLPort />
  22. <IISExpressAnonymousAuthentication />
  23. <IISExpressWindowsAuthentication />
  24. <IISExpressUseClassicPipelineMode />
  25. <UseGlobalApplicationHostFile />
  26. <NuGetPackageImportStamp>
  27. </NuGetPackageImportStamp>
  28. <SccProjectName>
  29. </SccProjectName>
  30. <SccLocalPath>
  31. </SccLocalPath>
  32. <SccAuxPath>
  33. </SccAuxPath>
  34. <SccProvider>
  35. </SccProvider>
  36. <TargetFrameworkProfile />
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  39. <DebugSymbols>true</DebugSymbols>
  40. <DebugType>full</DebugType>
  41. <Optimize>false</Optimize>
  42. <OutputPath>bin\</OutputPath>
  43. <DefineConstants>DEBUG;TRACE</DefineConstants>
  44. <ErrorReport>prompt</ErrorReport>
  45. <WarningLevel>4</WarningLevel>
  46. <DocumentationFile>bin\ICSSoft.U8.WebAPI.xml</DocumentationFile>
  47. <Prefer32Bit>false</Prefer32Bit>
  48. </PropertyGroup>
  49. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  50. <DebugSymbols>true</DebugSymbols>
  51. <DebugType>pdbonly</DebugType>
  52. <Optimize>true</Optimize>
  53. <OutputPath>bin\</OutputPath>
  54. <DefineConstants>TRACE</DefineConstants>
  55. <ErrorReport>prompt</ErrorReport>
  56. <WarningLevel>4</WarningLevel>
  57. <Prefer32Bit>false</Prefer32Bit>
  58. </PropertyGroup>
  59. <ItemGroup>
  60. <Reference Include="ICS.CreateSMShip">
  61. <HintPath>..\ICS.CreateSMShip\bin\Debug\ICS.CreateSMShip.dll</HintPath>
  62. </Reference>
  63. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  64. <SpecificVersion>False</SpecificVersion>
  65. <HintPath>..\..\..\接口代码\ICSSoft.WeiC.WebAPI\ICSSoft.U8.WebAPI\bin\log4net.dll</HintPath>
  66. </Reference>
  67. <Reference Include="Microsoft.CSharp" />
  68. <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  69. <SpecificVersion>False</SpecificVersion>
  70. <HintPath>bin\Newtonsoft.Json.dll</HintPath>
  71. </Reference>
  72. <Reference Include="System" />
  73. <Reference Include="System.Data" />
  74. <Reference Include="System.Drawing" />
  75. <Reference Include="System.ServiceModel" />
  76. <Reference Include="System.Web.Entity" />
  77. <Reference Include="System.Web.ApplicationServices" />
  78. <Reference Include="System.ComponentModel.DataAnnotations" />
  79. <Reference Include="System.Web" />
  80. <Reference Include="System.Web.Abstractions" />
  81. <Reference Include="System.Web.Routing" />
  82. <Reference Include="System.Xml" />
  83. <Reference Include="System.Configuration" />
  84. <Reference Include="System.Runtime.Serialization" />
  85. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  86. <Private>True</Private>
  87. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  88. </Reference>
  89. <Reference Include="System.Net.Http">
  90. </Reference>
  91. <Reference Include="System.Net.Http.Formatting, Version=5.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  92. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.4\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  93. </Reference>
  94. <Reference Include="System.Net.Http.WebRequest">
  95. </Reference>
  96. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  97. <Private>True</Private>
  98. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.4\lib\net45\System.Web.Helpers.dll</HintPath>
  99. </Reference>
  100. <Reference Include="System.Web.Http, Version=5.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  101. <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.4\lib\net45\System.Web.Http.dll</HintPath>
  102. </Reference>
  103. <Reference Include="System.Web.Http.WebHost, Version=5.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  104. <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.4\lib\net45\System.Web.Http.WebHost.dll</HintPath>
  105. </Reference>
  106. <Reference Include="System.Web.Mvc, Version=5.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  107. <Private>True</Private>
  108. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.4\lib\net45\System.Web.Mvc.dll</HintPath>
  109. </Reference>
  110. <Reference Include="System.Web.Optimization">
  111. <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
  112. </Reference>
  113. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  114. <Private>True</Private>
  115. <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.4\lib\net45\System.Web.Razor.dll</HintPath>
  116. </Reference>
  117. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  118. <Private>True</Private>
  119. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.4\lib\net45\System.Web.WebPages.dll</HintPath>
  120. </Reference>
  121. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  122. <Private>True</Private>
  123. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.4\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  124. </Reference>
  125. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  126. <Private>True</Private>
  127. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.4\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  128. </Reference>
  129. <Reference Include="System.Xml.Linq" />
  130. <Reference Include="UFSoft.UBF.Execution, Version=25.5401.46600.0, Culture=neutral, processorArchitecture=MSIL">
  131. <SpecificVersion>False</SpecificVersion>
  132. <HintPath>..\UFIDA.U9C.Cust.Coos.SCMPickList.PlugBE\bin\Debug\UFSoft.UBF.Execution.dll</HintPath>
  133. </Reference>
  134. <Reference Include="WebGrease">
  135. <Private>True</Private>
  136. <HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
  137. </Reference>
  138. <Reference Include="Antlr3.Runtime">
  139. <Private>True</Private>
  140. <HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
  141. </Reference>
  142. </ItemGroup>
  143. <ItemGroup>
  144. <Reference Include="System.Diagnostics.DiagnosticSource">
  145. <HintPath>..\packages\System.Diagnostics.DiagnosticSource.4.4.1\lib\net45\System.Diagnostics.DiagnosticSource.dll</HintPath>
  146. </Reference>
  147. <Reference Include="Microsoft.AspNet.TelemetryCorrelation">
  148. <HintPath>..\packages\Microsoft.AspNet.TelemetryCorrelation.1.0.0\lib\net45\Microsoft.AspNet.TelemetryCorrelation.dll</HintPath>
  149. </Reference>
  150. <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform">
  151. <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
  152. </Reference>
  153. </ItemGroup>
  154. <ItemGroup>
  155. <Compile Include="App_Start\BundleConfig.cs" />
  156. <Compile Include="App_Start\FilterConfig.cs" />
  157. <Compile Include="App_Start\RouteConfig.cs" />
  158. <Compile Include="App_Start\WebApiConfig.cs" />
  159. <Compile Include="Areas\HelpPage\ApiDescriptionExtensions.cs" />
  160. <Compile Include="Areas\HelpPage\App_Start\HelpPageConfig.cs" />
  161. <Compile Include="Areas\HelpPage\Controllers\HelpController.cs" />
  162. <Compile Include="Areas\HelpPage\HelpPageAreaRegistration.cs" />
  163. <Compile Include="Areas\HelpPage\HelpPageConfigurationExtensions.cs" />
  164. <Compile Include="Areas\HelpPage\ModelDescriptions\CollectionModelDescription.cs" />
  165. <Compile Include="Areas\HelpPage\ModelDescriptions\ComplexTypeModelDescription.cs" />
  166. <Compile Include="Areas\HelpPage\ModelDescriptions\DictionaryModelDescription.cs" />
  167. <Compile Include="Areas\HelpPage\ModelDescriptions\EnumTypeModelDescription.cs" />
  168. <Compile Include="Areas\HelpPage\ModelDescriptions\EnumValueDescription.cs" />
  169. <Compile Include="Areas\HelpPage\ModelDescriptions\IModelDocumentationProvider.cs" />
  170. <Compile Include="Areas\HelpPage\ModelDescriptions\KeyValuePairModelDescription.cs" />
  171. <Compile Include="Areas\HelpPage\ModelDescriptions\ModelDescription.cs" />
  172. <Compile Include="Areas\HelpPage\ModelDescriptions\ModelDescriptionGenerator.cs" />
  173. <Compile Include="Areas\HelpPage\ModelDescriptions\ModelNameAttribute.cs" />
  174. <Compile Include="Areas\HelpPage\ModelDescriptions\ModelNameHelper.cs" />
  175. <Compile Include="Areas\HelpPage\ModelDescriptions\ParameterAnnotation.cs" />
  176. <Compile Include="Areas\HelpPage\ModelDescriptions\ParameterDescription.cs" />
  177. <Compile Include="Areas\HelpPage\ModelDescriptions\SimpleTypeModelDescription.cs" />
  178. <Compile Include="Areas\HelpPage\Models\HelpPageApiModel.cs" />
  179. <Compile Include="Areas\HelpPage\SampleGeneration\HelpPageSampleGenerator.cs" />
  180. <Compile Include="Areas\HelpPage\SampleGeneration\HelpPageSampleKey.cs" />
  181. <Compile Include="Areas\HelpPage\SampleGeneration\ImageSample.cs" />
  182. <Compile Include="Areas\HelpPage\SampleGeneration\InvalidSample.cs" />
  183. <Compile Include="Areas\HelpPage\SampleGeneration\ObjectGenerator.cs" />
  184. <Compile Include="Areas\HelpPage\SampleGeneration\SampleDirection.cs" />
  185. <Compile Include="Areas\HelpPage\SampleGeneration\TextSample.cs" />
  186. <Compile Include="Areas\HelpPage\XmlDocumentationProvider.cs" />
  187. <Compile Include="Controllers\HomeController.cs" />
  188. <Compile Include="Controllers\ValuesController.cs" />
  189. <Compile Include="Global.asax.cs">
  190. <DependentUpon>Global.asax</DependentUpon>
  191. </Compile>
  192. <Compile Include="Properties\AssemblyInfo.cs" />
  193. </ItemGroup>
  194. <ItemGroup>
  195. <Content Include="Areas\HelpPage\HelpPage.css" />
  196. <Content Include="Content\bootstrap-theme.css" />
  197. <Content Include="Content\bootstrap-theme.min.css" />
  198. <Content Include="Content\bootstrap.css" />
  199. <Content Include="Content\bootstrap.min.css" />
  200. <Content Include="favicon.ico" />
  201. <Content Include="fonts\glyphicons-halflings-regular.svg" />
  202. <Content Include="Global.asax" />
  203. <Content Include="Scripts\bootstrap.js" />
  204. <Content Include="Scripts\bootstrap.min.js" />
  205. <Content Include="Areas\HelpPage\Views\Web.config" />
  206. <Content Include="Areas\HelpPage\Views\Shared\_Layout.cshtml" />
  207. <Content Include="Areas\HelpPage\Views\Help\ResourceModel.cshtml" />
  208. <Content Include="Areas\HelpPage\Views\Help\Index.cshtml" />
  209. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\TextSample.cshtml" />
  210. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\SimpleTypeModelDescription.cshtml" />
  211. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\Samples.cshtml" />
  212. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\Parameters.cshtml" />
  213. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\ModelDescriptionLink.cshtml" />
  214. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\KeyValuePairModelDescription.cshtml" />
  215. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\InvalidSample.cshtml" />
  216. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\ImageSample.cshtml" />
  217. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\HelpPageApiModel.cshtml" />
  218. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\EnumTypeModelDescription.cshtml" />
  219. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\DictionaryModelDescription.cshtml" />
  220. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\ComplexTypeModelDescription.cshtml" />
  221. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\CollectionModelDescription.cshtml" />
  222. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\ApiGroup.cshtml" />
  223. <Content Include="Areas\HelpPage\Views\Help\Api.cshtml" />
  224. <None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
  225. <None Include="Properties\PublishProfiles\FolderProfile1.pubxml" />
  226. <None Include="Properties\PublishProfiles\WCTest.pubxml" />
  227. <None Include="Scripts\jquery-3.3.1.intellisense.js" />
  228. <Content Include="Scripts\jquery-3.3.1.js" />
  229. <Content Include="Scripts\jquery-3.3.1.min.js" />
  230. <Content Include="Scripts\jquery-3.3.1.slim.js" />
  231. <Content Include="Scripts\jquery-3.3.1.slim.min.js" />
  232. <Content Include="Scripts\modernizr-2.8.3.js" />
  233. <Content Include="Web.config">
  234. <SubType>Designer</SubType>
  235. </Content>
  236. <Content Include="Web.Debug.config">
  237. <DependentUpon>Web.config</DependentUpon>
  238. </Content>
  239. <Content Include="Web.Release.config">
  240. <DependentUpon>Web.config</DependentUpon>
  241. </Content>
  242. <Content Include="Areas\HelpPage\Views\_ViewStart.cshtml" />
  243. <Content Include="Content\Site.css" />
  244. <Content Include="Views\Web.config" />
  245. <Content Include="Views\_ViewStart.cshtml" />
  246. <Content Include="Views\Home\Index.cshtml" />
  247. <Content Include="Views\Shared\Error.cshtml" />
  248. <Content Include="Views\Shared\_Layout.cshtml" />
  249. </ItemGroup>
  250. <ItemGroup>
  251. <Folder Include="App_Data\" />
  252. <Folder Include="Models\" />
  253. </ItemGroup>
  254. <ItemGroup>
  255. <Content Include="fonts\glyphicons-halflings-regular.woff2" />
  256. </ItemGroup>
  257. <ItemGroup>
  258. <Content Include="fonts\glyphicons-halflings-regular.woff" />
  259. </ItemGroup>
  260. <ItemGroup>
  261. <Content Include="fonts\glyphicons-halflings-regular.ttf" />
  262. </ItemGroup>
  263. <ItemGroup>
  264. <Content Include="fonts\glyphicons-halflings-regular.eot" />
  265. </ItemGroup>
  266. <ItemGroup>
  267. <Content Include="Content\bootstrap.min.css.map" />
  268. </ItemGroup>
  269. <ItemGroup>
  270. <Content Include="Content\bootstrap.css.map" />
  271. </ItemGroup>
  272. <ItemGroup>
  273. <Content Include="Content\bootstrap-theme.min.css.map" />
  274. </ItemGroup>
  275. <ItemGroup>
  276. <Content Include="Content\bootstrap-theme.css.map" />
  277. </ItemGroup>
  278. <ItemGroup>
  279. <None Include="packages.config" />
  280. <Content Include="Scripts\jquery-3.3.1.slim.min.map" />
  281. <Content Include="Scripts\jquery-3.3.1.min.map" />
  282. </ItemGroup>
  283. <ItemGroup>
  284. <WCFMetadata Include="Service References\" />
  285. </ItemGroup>
  286. <ItemGroup>
  287. <ProjectReference Include="..\Create_U9_ItemMaster\Create_U9_ItemMaster.csproj">
  288. <Project>{116f9219-353d-4c79-82ad-6f0b84eb4983}</Project>
  289. <Name>Create_U9_ItemMaster</Name>
  290. </ProjectReference>
  291. <ProjectReference Include="..\ICS.CreatBFPMRecede\ICS.CreatBFPMRecede.csproj">
  292. <Project>{b45db033-ecf2-474a-9212-0c31805f2bf9}</Project>
  293. <Name>ICS.CreatBFPMRecede</Name>
  294. </ProjectReference>
  295. <ProjectReference Include="..\ICS.CreateBFMiscRcv\ICS.CreateBFMiscRcv.csproj">
  296. <Project>{35f6a291-4757-437b-ad89-3b8ee0806aba}</Project>
  297. <Name>ICS.CreateBFMiscRcv</Name>
  298. </ProjectReference>
  299. <ProjectReference Include="..\ICS.CreateBFMisShip\ICS.CreateBFMisShip.csproj">
  300. <Project>{263be961-b3ca-4276-a1fc-8cd9186bee5c}</Project>
  301. <Name>ICS.CreateBFMisShip</Name>
  302. </ProjectReference>
  303. <ProjectReference Include="..\ICS.CreateBFStandardShip\ICS.CreateBFStandardShip.csproj">
  304. <Project>{1861205e-dd52-43d8-b147-4d3dbce63ae5}</Project>
  305. <Name>ICS.CreateBFStandardShip</Name>
  306. </ProjectReference>
  307. <ProjectReference Include="..\ICS.CreateCompRpt\ICS.CreateCompRpt.csproj">
  308. <Project>{230c986d-098c-418c-a1a7-d4e56e816adc}</Project>
  309. <Name>ICS.CreateCompRpt</Name>
  310. </ProjectReference>
  311. <ProjectReference Include="..\ICS.CreateCreateRcvRestNEW\ICS.CreateCreateRcvRestNEW.csproj">
  312. <Project>{535ebfac-fd51-42fb-a2f9-818f4b9e1add}</Project>
  313. <Name>ICS.CreateCreateRcvRestNEW</Name>
  314. </ProjectReference>
  315. <ProjectReference Include="..\ICS.CreateCreateRcvRest\ICS.CreateCreateRcvRest.csproj">
  316. <Project>{e5476cf1-a6e4-4829-9ba7-c3b415fd3603}</Project>
  317. <Name>ICS.CreateCreateRcvRest</Name>
  318. </ProjectReference>
  319. <ProjectReference Include="..\ICS.CreateIssueIN\ICS.CreateIssueIN.csproj">
  320. <Project>{984f71d9-7718-4d78-9cdf-a46494ca0502}</Project>
  321. <Name>ICS.CreateIssueIN</Name>
  322. </ProjectReference>
  323. <ProjectReference Include="..\ICS.CreateIssue\ICS.CreateIssue.csproj">
  324. <Project>{3f241467-1208-4f8b-8857-ac7161866303}</Project>
  325. <Name>ICS.CreateIssue</Name>
  326. </ProjectReference>
  327. <ProjectReference Include="..\ICS.CreateOIssueIN\ICS.CreateOIssueIN.csproj">
  328. <Project>{13e1fd8d-94be-4bb5-b2f8-e063ecb1b5f5}</Project>
  329. <Name>ICS.CreateOIssueIN</Name>
  330. </ProjectReference>
  331. <ProjectReference Include="..\ICS.CreateRMASV.svc\ICS.CreateRMASV.svc.csproj">
  332. <Project>{0111dc06-f43e-49ac-a7c6-b672d880f163}</Project>
  333. <Name>ICS.CreateRMASV.svc</Name>
  334. </ProjectReference>
  335. <ProjectReference Include="..\ICS.CreateSOReturnRCV\ICS.CreateSOReturnRCV.csproj">
  336. <Project>{abc3b465-ca0a-4e93-b410-3bd74b083923}</Project>
  337. <Name>ICS.CreateSOReturnRCV</Name>
  338. </ProjectReference>
  339. <ProjectReference Include="..\ICS.CreateSoSrvSub\ICS.CreateSoSrvSub.csproj">
  340. <Project>{bcdf54d1-c5e3-4946-a972-8e80048e25a2}</Project>
  341. <Name>ICS.CreateSoSrvSub</Name>
  342. </ProjectReference>
  343. <ProjectReference Include="..\ICS.CreateTransInDoc\ICS.CreateTransInDoc.csproj">
  344. <Project>{d6f811f7-8f40-478f-ae2d-081adc75c9fd}</Project>
  345. <Name>ICS.CreateTransInDoc</Name>
  346. </ProjectReference>
  347. <ProjectReference Include="..\ICS.CreateU9Customer\ICS.CreateU9Customer.csproj">
  348. <Project>{4b635092-fb23-454f-b311-997c1ab3202c}</Project>
  349. <Name>ICS.CreateU9Customer</Name>
  350. </ProjectReference>
  351. <ProjectReference Include="..\ICS.CreateWCRCV\ICS.CreateWCRCV.csproj">
  352. <Project>{296559ce-a018-4b61-a6de-3b1a1d44ee8a}</Project>
  353. <Name>ICS.CreateWCRCV</Name>
  354. </ProjectReference>
  355. <ProjectReference Include="..\ICS.CustCreateBFRTNSrvSub\ICS.CustCreateBFRTNSrvSub.csproj">
  356. <Project>{c5a54a86-09be-4a68-9e4e-d724b082ae26}</Project>
  357. <Name>ICS.CustCreateBFRTNSrvSub</Name>
  358. </ProjectReference>
  359. <ProjectReference Include="..\ICS.ModifyU9Customer\ICS.ModifyU9Customer.csproj">
  360. <Project>{c6bd0cdc-e3e9-4702-a130-fc1dc6190d14}</Project>
  361. <Name>ICS.ModifyU9Customer</Name>
  362. </ProjectReference>
  363. <ProjectReference Include="..\ICS.WCF.Base\ICS.WCF.Base.csproj">
  364. <Project>{f1c63329-bc46-4fb5-b0eb-902ceffcad9c}</Project>
  365. <Name>ICS.WCF.Base</Name>
  366. </ProjectReference>
  367. <ProjectReference Include="..\ICSSoft.Entity\ICSSoft.Entity.csproj">
  368. <Project>{7190b05c-bda8-4472-be6c-51e4a4cbd408}</Project>
  369. <Name>ICSSoft.Entity</Name>
  370. </ProjectReference>
  371. <ProjectReference Include="..\UFIDA.ISV.CreateINVIssue\UFIDA.ISV.CreateAboveIssue.csproj">
  372. <Project>{611244cc-fbdb-4443-919d-fbb6afca58c4}</Project>
  373. <Name>UFIDA.ISV.CreateAboveIssue</Name>
  374. </ProjectReference>
  375. <ProjectReference Include="..\UFIDA.ISV.CreateMO\UFIDA.ISV.CreateMO.csproj">
  376. <Project>{e792f46b-4b0b-4ec7-a0e1-d8cc5729c014}</Project>
  377. <Name>UFIDA.ISV.CreateMO</Name>
  378. </ProjectReference>
  379. <ProjectReference Include="..\UFIDA.ISV.CreatePoSrvSub\UFIDA.ISV.CreatePoSrvSub.csproj">
  380. <Project>{e77b2ffe-2ff1-4274-b695-60376e449390}</Project>
  381. <Name>UFIDA.ISV.CreatePoSrvSub</Name>
  382. </ProjectReference>
  383. <ProjectReference Include="..\UFIDA.ISV.CreateTransferINForJOB\UFIDA.ISV.CreateTransferINForJOB.csproj">
  384. <Project>{bc18d125-d217-452b-9a82-2dafceffb18a}</Project>
  385. <Name>UFIDA.ISV.CreateTransferINForJOB</Name>
  386. </ProjectReference>
  387. <ProjectReference Include="..\UFIDA.ISV.CreateTransferIN\UFIDA.ISV.CreateTransferIN.csproj">
  388. <Project>{b9525c16-8bf6-4f96-8255-c33f94409cc7}</Project>
  389. <Name>UFIDA.ISV.CreateTransferIN</Name>
  390. </ProjectReference>
  391. <ProjectReference Include="..\UFIDA.ISV.CreateWCRMA\UFIDA.ISV.CreateWCRMA.csproj">
  392. <Project>{48d61870-c290-413f-9488-1b2c2aa84abb}</Project>
  393. <Name>UFIDA.ISV.CreateWCRMA</Name>
  394. </ProjectReference>
  395. <ProjectReference Include="..\UFIDA.U9.CreateSupplier\UFIDA.U9.CreateSupplier.csproj">
  396. <Project>{592ee761-a8b4-4c7a-9994-9fc52ede1609}</Project>
  397. <Name>UFIDA.U9.CreateSupplier</Name>
  398. </ProjectReference>
  399. <ProjectReference Include="..\UFIDA.U9.Cust.ModifySOSV\UFIDA.U9.Cust.ModifySOSV\UFIDA.U9.Cust.ModifySOSV.csproj">
  400. <Project>{1157a8f5-98ad-4459-87e0-9a1ced993090}</Project>
  401. <Name>UFIDA.U9.Cust.ModifySOSV</Name>
  402. </ProjectReference>
  403. </ItemGroup>
  404. <PropertyGroup>
  405. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  406. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  407. </PropertyGroup>
  408. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  409. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  410. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  411. <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
  412. <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
  413. </Target>
  414. <ProjectExtensions>
  415. <VisualStudio>
  416. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  417. <WebProjectProperties>
  418. <UseIIS>True</UseIIS>
  419. <AutoAssignPort>True</AutoAssignPort>
  420. <DevelopmentServerPort>65471</DevelopmentServerPort>
  421. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  422. <IISUrl>http://localhost:65471/</IISUrl>
  423. <NTLMAuthentication>False</NTLMAuthentication>
  424. <UseCustomServer>False</UseCustomServer>
  425. <CustomServerUrl>
  426. </CustomServerUrl>
  427. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  428. </WebProjectProperties>
  429. </FlavorProperties>
  430. </VisualStudio>
  431. </ProjectExtensions>
  432. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  433. <PropertyGroup>
  434. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  435. </PropertyGroup>
  436. <Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
  437. </Target>
  438. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  439. Other similar extension points exist, see Microsoft.Common.targets.
  440. <Target Name="BeforeBuild">
  441. </Target>
  442. <Target Name="AfterBuild">
  443. </Target> -->
  444. </Project>