Muchinfo.MTPClient.Delivery.csproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{7A7E0861-0B9E-43C3-A267-6D6A5DCACAD7}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Muchinfo.MTPClient.Delivery</RootNamespace>
  12. <AssemblyName>Client.Delivery</AssemblyName>
  13. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. <FileAlignment>512</FileAlignment>
  17. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  18. <WarningLevel>4</WarningLevel>
  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. <RunCodeAnalysis>true</RunCodeAnalysis>
  29. <Prefer32Bit>false</Prefer32Bit>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. <Prefer32Bit>false</Prefer32Bit>
  39. </PropertyGroup>
  40. <PropertyGroup>
  41. <StartupObject />
  42. </PropertyGroup>
  43. <PropertyGroup>
  44. <SignAssembly>true</SignAssembly>
  45. </PropertyGroup>
  46. <PropertyGroup>
  47. <AssemblyOriginatorKeyFile>Muchinfo.MTPClient.snk</AssemblyOriginatorKeyFile>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  50. <DebugSymbols>true</DebugSymbols>
  51. <OutputPath>bin\x86\Debug\</OutputPath>
  52. <DefineConstants>CODE_ANALYSIS;DEBUG;TRACE</DefineConstants>
  53. <DebugType>full</DebugType>
  54. <PlatformTarget>x86</PlatformTarget>
  55. <RunCodeAnalysis>true</RunCodeAnalysis>
  56. <ErrorReport>prompt</ErrorReport>
  57. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  58. </PropertyGroup>
  59. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  60. <OutputPath>bin\x86\Release\</OutputPath>
  61. <DefineConstants>TRACE</DefineConstants>
  62. <Optimize>true</Optimize>
  63. <DebugType>pdbonly</DebugType>
  64. <PlatformTarget>x86</PlatformTarget>
  65. <ErrorReport>prompt</ErrorReport>
  66. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  67. </PropertyGroup>
  68. <ItemGroup>
  69. <Reference Include="Client.DataPager">
  70. <HintPath>..\..\..\02.Libs\Muchinfo\Client.DataPager.dll</HintPath>
  71. </Reference>
  72. <Reference Include="Client.WPF.Controls">
  73. <HintPath>..\..\..\02.Libs\Muchinfo\Client.WPF.Controls.dll</HintPath>
  74. </Reference>
  75. <Reference Include="GalaSoft.MvvmLight.Extras.WPF4">
  76. <HintPath>..\..\..\02.Libs\GalaSoft.MvvmLight.Extras.WPF4.dll</HintPath>
  77. </Reference>
  78. <Reference Include="GalaSoft.MvvmLight.WPF4">
  79. <HintPath>..\..\..\02.Libs\GalaSoft.MvvmLight.WPF4.dll</HintPath>
  80. </Reference>
  81. <Reference Include="Microsoft.Practices.ServiceLocation">
  82. <HintPath>..\..\..\02.Libs\Microsoft.Practices.ServiceLocation.dll</HintPath>
  83. </Reference>
  84. <Reference Include="PresentationFramework.Aero" />
  85. <Reference Include="PresentationFramework.Classic" />
  86. <Reference Include="System" />
  87. <Reference Include="System.Data" />
  88. <Reference Include="System.Web" />
  89. <Reference Include="System.Windows.Forms" />
  90. <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  91. <HintPath>..\..\..\packages\MvvmLightLibs.5.2.0.0\lib\net40\System.Windows.Interactivity.dll</HintPath>
  92. </Reference>
  93. <Reference Include="System.Xml" />
  94. <Reference Include="Microsoft.CSharp" />
  95. <Reference Include="System.Core" />
  96. <Reference Include="System.Xml.Linq" />
  97. <Reference Include="System.Data.DataSetExtensions" />
  98. <Reference Include="System.Xaml">
  99. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  100. </Reference>
  101. <Reference Include="WindowsBase" />
  102. <Reference Include="PresentationCore" />
  103. <Reference Include="PresentationFramework" />
  104. <Reference Include="Xceed.Wpf.Toolkit, Version=2.1.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
  105. <SpecificVersion>False</SpecificVersion>
  106. <HintPath>..\..\..\02.Libs\Xceed.Wpf.Toolkit.dll</HintPath>
  107. </Reference>
  108. </ItemGroup>
  109. <ItemGroup>
  110. <Compile Include="Properties\AssemblyInfo.cs">
  111. <SubType>Code</SubType>
  112. </Compile>
  113. <Compile Include="Properties\Resources.Designer.cs">
  114. <AutoGen>True</AutoGen>
  115. <DesignTime>True</DesignTime>
  116. <DependentUpon>Resources.resx</DependentUpon>
  117. </Compile>
  118. <Compile Include="Properties\Settings.Designer.cs">
  119. <AutoGen>True</AutoGen>
  120. <DependentUpon>Settings.settings</DependentUpon>
  121. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  122. </Compile>
  123. <Compile Include="Utilities\BindingProxy.cs" />
  124. <Compile Include="Utilities\DeliveryMenuService.cs" />
  125. <Compile Include="Utilities\DetailDataGridRow.cs" />
  126. <Compile Include="ViewModels\ComfirmGoodsTicketsViewModel.cs" />
  127. <Compile Include="ViewModels\DeliveryCompleteViewModel.cs" />
  128. <Compile Include="ViewModels\DeliveryEntructOrderDetailViewModel.cs" />
  129. <Compile Include="ViewModels\DeliveryEntructViewModel.cs" />
  130. <Compile Include="ViewModels\DeliveryHolderViewModel.cs" />
  131. <Compile Include="ViewModels\DeliveryMatchViewModel.cs" />
  132. <Compile Include="ViewModels\DeliveryOrderViewModel.cs" />
  133. <Compile Include="ViewModels\DeliveryWarehouseOrderViewModel.cs" />
  134. <Compile Include="ViewModels\DryHoldMoreDetailViewModel.cs" />
  135. <Compile Include="ViewModels\NDeliveryOrderViewModel.cs" />
  136. <Compile Include="ViewModels\RecieveInfoViewModel.cs" />
  137. <Compile Include="ViewModels\TakaDeliveryGoodsApplyViewModel.cs" />
  138. <Compile Include="ViewModels\TakaDeliveryGoodsQueryViewModel.cs" />
  139. <Compile Include="ViewModels\TakeGoodsMoreDetailViewModel.cs" />
  140. <Compile Include="Views\ComfirmGoodsTicketsView.xaml.cs">
  141. <DependentUpon>ComfirmGoodsTicketsView.xaml</DependentUpon>
  142. </Compile>
  143. <Compile Include="Views\DeliveryComplete.xaml.cs">
  144. <DependentUpon>DeliveryComplete.xaml</DependentUpon>
  145. </Compile>
  146. <Compile Include="Views\DeliveryEntructOrderDetail.xaml.cs">
  147. <DependentUpon>DeliveryEntructOrderDetail.xaml</DependentUpon>
  148. </Compile>
  149. <Compile Include="Views\DeliveryEntructOrderView.xaml.cs">
  150. <DependentUpon>DeliveryEntructOrderView.xaml</DependentUpon>
  151. </Compile>
  152. <Compile Include="Views\DeliveryMatchView.xaml.cs">
  153. <DependentUpon>DeliveryMatchView.xaml</DependentUpon>
  154. </Compile>
  155. <Compile Include="Views\DeliveryOrderView.xaml.cs">
  156. <DependentUpon>DeliveryOrderView.xaml</DependentUpon>
  157. </Compile>
  158. <Compile Include="Views\DeliveryWarehouseOrderView.xaml.cs">
  159. <DependentUpon>DeliveryWarehouseOrderView.xaml</DependentUpon>
  160. </Compile>
  161. <Compile Include="Views\DryHoldDetailView.xaml.cs">
  162. <DependentUpon>DryHoldDetailView.xaml</DependentUpon>
  163. </Compile>
  164. <Compile Include="Views\DryHoldMoreDetailView.xaml.cs">
  165. <DependentUpon>DryHoldMoreDetailView.xaml</DependentUpon>
  166. </Compile>
  167. <Compile Include="Views\NDeliveryEntructOrderView.xaml.cs">
  168. <DependentUpon>NDeliveryEntructOrderView.xaml</DependentUpon>
  169. </Compile>
  170. <Compile Include="Views\NDeliveryOrderView.xaml.cs">
  171. <DependentUpon>NDeliveryOrderView.xaml</DependentUpon>
  172. </Compile>
  173. <Compile Include="Views\RecieveInfoView.xaml.cs">
  174. <DependentUpon>RecieveInfoView.xaml</DependentUpon>
  175. </Compile>
  176. <Compile Include="Views\TakaDeliveryGoodsApplyView.xaml.cs">
  177. <DependentUpon>TakaDeliveryGoodsApplyView.xaml</DependentUpon>
  178. </Compile>
  179. <Compile Include="Views\TakaDeliveryGoodsQueryView.xaml.cs">
  180. <DependentUpon>TakaDeliveryGoodsQueryView.xaml</DependentUpon>
  181. </Compile>
  182. <Compile Include="Views\TakeGoodsMoreDetailView.xaml.cs">
  183. <DependentUpon>TakeGoodsMoreDetailView.xaml</DependentUpon>
  184. </Compile>
  185. <Compile Include="Views\WarehouseOrderDetailView.xaml.cs">
  186. <DependentUpon>WarehouseOrderDetailView.xaml</DependentUpon>
  187. </Compile>
  188. <EmbeddedResource Include="Properties\Resources.resx">
  189. <Generator>ResXFileCodeGenerator</Generator>
  190. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  191. </EmbeddedResource>
  192. <None Include="Muchinfo.MTPClient.snk" />
  193. <None Include="Properties\Settings.settings">
  194. <Generator>SettingsSingleFileGenerator</Generator>
  195. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  196. </None>
  197. <AppDesigner Include="Properties\" />
  198. </ItemGroup>
  199. <ItemGroup />
  200. <ItemGroup>
  201. <Page Include="Views\ComfirmGoodsTicketsView.xaml">
  202. <SubType>Form</SubType>
  203. <Generator>MSBuild:Compile</Generator>
  204. </Page>
  205. <Page Include="Views\DeliveryComplete.xaml">
  206. <SubType>Designer</SubType>
  207. <Generator>MSBuild:Compile</Generator>
  208. </Page>
  209. <Page Include="Views\DeliveryEntructOrderDetail.xaml">
  210. <SubType>Form</SubType>
  211. <Generator>MSBuild:Compile</Generator>
  212. </Page>
  213. <Page Include="Views\DeliveryEntructOrderView.xaml">
  214. <SubType>Designer</SubType>
  215. <Generator>MSBuild:Compile</Generator>
  216. </Page>
  217. <Page Include="Views\DeliveryMatchView.xaml">
  218. <SubType>Form</SubType>
  219. <Generator>MSBuild:Compile</Generator>
  220. </Page>
  221. <Page Include="Views\DeliveryOrderView.xaml">
  222. <SubType>Form</SubType>
  223. <Generator>MSBuild:Compile</Generator>
  224. </Page>
  225. <Page Include="Views\DeliveryWarehouseOrderView.xaml">
  226. <SubType>Form</SubType>
  227. <Generator>MSBuild:Compile</Generator>
  228. </Page>
  229. <Page Include="Views\DryHoldDetailView.xaml">
  230. <SubType>Designer</SubType>
  231. <Generator>MSBuild:Compile</Generator>
  232. </Page>
  233. <Page Include="Views\DryHoldMoreDetailView.xaml">
  234. <SubType>Form</SubType>
  235. <Generator>MSBuild:Compile</Generator>
  236. </Page>
  237. <Page Include="Views\NDeliveryEntructOrderView.xaml">
  238. <SubType>Designer</SubType>
  239. <Generator>MSBuild:Compile</Generator>
  240. </Page>
  241. <Page Include="Views\NDeliveryOrderView.xaml">
  242. <SubType>Form</SubType>
  243. <Generator>MSBuild:Compile</Generator>
  244. </Page>
  245. <Page Include="Views\RecieveInfoView.xaml">
  246. <SubType>Form</SubType>
  247. <Generator>MSBuild:Compile</Generator>
  248. </Page>
  249. <Page Include="Views\TakaDeliveryGoodsApplyView.xaml">
  250. <SubType>Form</SubType>
  251. <Generator>MSBuild:Compile</Generator>
  252. </Page>
  253. <Page Include="Views\TakaDeliveryGoodsQueryView.xaml">
  254. <SubType>Designer</SubType>
  255. <Generator>MSBuild:Compile</Generator>
  256. </Page>
  257. <Page Include="Views\TakeGoodsMoreDetailView.xaml">
  258. <SubType>Form</SubType>
  259. <Generator>MSBuild:Compile</Generator>
  260. </Page>
  261. <Page Include="Views\WarehouseOrderDetailView.xaml">
  262. <SubType>Designer</SubType>
  263. <Generator>MSBuild:Compile</Generator>
  264. </Page>
  265. </ItemGroup>
  266. <ItemGroup>
  267. <ProjectReference Include="..\..\..\04.Infrastructure\Muchinfo.TASClient.Infrastructure\Muchinfo.MTPClient.Infrastructure.csproj">
  268. <Project>{4bebf98b-0e9c-460e-b376-7341546241ed}</Project>
  269. <Name>Muchinfo.MTPClient.Infrastructure</Name>
  270. </ProjectReference>
  271. <ProjectReference Include="..\..\..\04.Infrastructure\Muchinfo.TASClient.Resources\Muchinfo.MTPClient.Resources.csproj">
  272. <Project>{2914ef29-d877-4203-9f5e-67151d53bf69}</Project>
  273. <Name>Muchinfo.MTPClient.Resources</Name>
  274. </ProjectReference>
  275. <ProjectReference Include="..\..\..\05.Services\Muchinfo.TASClient.Data\Muchinfo.MTPClient.Data.csproj">
  276. <Project>{2c3cb02b-cf9e-4704-990b-5fc15f1ff8e1}</Project>
  277. <Name>Muchinfo.MTPClient.Data</Name>
  278. </ProjectReference>
  279. <ProjectReference Include="..\..\..\05.Services\Muchinfo.TASClient.IService\Muchinfo.MTPClient.IService.csproj">
  280. <Project>{a401377a-7129-41d3-a4c1-376edc54e521}</Project>
  281. <Name>Muchinfo.MTPClient.IService</Name>
  282. </ProjectReference>
  283. </ItemGroup>
  284. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  285. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  286. Other similar extension points exist, see Microsoft.Common.targets.
  287. <Target Name="BeforeBuild">
  288. </Target>
  289. <Target Name="AfterBuild">
  290. </Target>
  291. -->
  292. </Project>