Muchinfo.MTPClient.Delivery.csproj 12 KB

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