Muchinfo.MTPClient.Sale.csproj 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>{3D4F3AA5-7D6A-4B46-B280-5A9BD525DF00}</ProjectGuid>
  8. <OutputType>library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Muchinfo.MTPClient.Sale</RootNamespace>
  11. <AssemblyName>Client.Sale</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. <TargetFrameworkProfile />
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. <Prefer32Bit>false</Prefer32Bit>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <Prefer32Bit>false</Prefer32Bit>
  36. </PropertyGroup>
  37. <PropertyGroup>
  38. <SignAssembly>true</SignAssembly>
  39. </PropertyGroup>
  40. <PropertyGroup>
  41. <AssemblyOriginatorKeyFile>Muchinfo.MTPClient.snk</AssemblyOriginatorKeyFile>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  44. <DebugSymbols>true</DebugSymbols>
  45. <OutputPath>bin\x86\Debug\</OutputPath>
  46. <DefineConstants>DEBUG;TRACE</DefineConstants>
  47. <DebugType>full</DebugType>
  48. <PlatformTarget>x86</PlatformTarget>
  49. <ErrorReport>prompt</ErrorReport>
  50. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  51. </PropertyGroup>
  52. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  53. <OutputPath>bin\x86\Release\</OutputPath>
  54. <DefineConstants>TRACE</DefineConstants>
  55. <Optimize>true</Optimize>
  56. <DebugType>pdbonly</DebugType>
  57. <PlatformTarget>x86</PlatformTarget>
  58. <ErrorReport>prompt</ErrorReport>
  59. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  60. </PropertyGroup>
  61. <ItemGroup>
  62. <Reference Include="Client.PC.Common">
  63. <HintPath>..\..\..\02.Libs\Muchinfo\Client.PC.Common.dll</HintPath>
  64. </Reference>
  65. <Reference Include="Client.WPF.Controls">
  66. <HintPath>..\..\..\02.Libs\Muchinfo\Client.WPF.Controls.dll</HintPath>
  67. </Reference>
  68. <Reference Include="GalaSoft.MvvmLight.Extras.WPF4">
  69. <HintPath>..\..\..\02.Libs\GalaSoft.MvvmLight.Extras.WPF4.dll</HintPath>
  70. </Reference>
  71. <Reference Include="GalaSoft.MvvmLight.WPF4">
  72. <HintPath>..\..\..\02.Libs\GalaSoft.MvvmLight.WPF4.dll</HintPath>
  73. </Reference>
  74. <Reference Include="log4net">
  75. <HintPath>..\..\..\02.Libs\log4net.dll</HintPath>
  76. </Reference>
  77. <Reference Include="Microsoft.Practices.ServiceLocation">
  78. <HintPath>..\..\..\02.Libs\Microsoft.Practices.ServiceLocation.dll</HintPath>
  79. </Reference>
  80. <Reference Include="System" />
  81. <Reference Include="System.Data" />
  82. <Reference Include="System.Xml" />
  83. <Reference Include="Microsoft.CSharp" />
  84. <Reference Include="System.Core" />
  85. <Reference Include="System.Xml.Linq" />
  86. <Reference Include="System.Data.DataSetExtensions" />
  87. <Reference Include="System.Xaml">
  88. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  89. </Reference>
  90. <Reference Include="WindowsBase" />
  91. <Reference Include="PresentationCore" />
  92. <Reference Include="PresentationFramework" />
  93. <Reference Include="Xceed.Wpf.Toolkit">
  94. <HintPath>..\..\..\02.Libs\Xceed.Wpf.Toolkit.dll</HintPath>
  95. </Reference>
  96. </ItemGroup>
  97. <ItemGroup>
  98. <Compile Include="Properties\AssemblyInfo.cs">
  99. <SubType>Code</SubType>
  100. </Compile>
  101. <Compile Include="Properties\Resources.Designer.cs">
  102. <AutoGen>True</AutoGen>
  103. <DesignTime>True</DesignTime>
  104. <DependentUpon>Resources.resx</DependentUpon>
  105. </Compile>
  106. <Compile Include="Properties\Settings.Designer.cs">
  107. <AutoGen>True</AutoGen>
  108. <DependentUpon>Settings.settings</DependentUpon>
  109. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  110. </Compile>
  111. <Compile Include="Utilities\SaleMenuService.cs" />
  112. <Compile Include="ViewModels\DepositApplyViewModel.cs" />
  113. <Compile Include="ViewModels\DepositPlanViewModel.cs" />
  114. <Compile Include="ViewModels\DistributeBallotDetailViewModel.cs" />
  115. <Compile Include="ViewModels\DistributeBallotViewModel.cs" />
  116. <Compile Include="ViewModels\QueryDealPurchaseViewModel.cs" />
  117. <Compile Include="ViewModels\QueryDepositApplyViewModel.cs" />
  118. <Compile Include="ViewModels\QueryPurchaseViewModel.cs" />
  119. <Compile Include="ViewModels\QuerySaleGoodsViewModel.cs" />
  120. <Compile Include="ViewModels\SaleOrderViewModel.cs" />
  121. <Compile Include="Views\DepositApplyView.xaml.cs">
  122. <DependentUpon>DepositApplyView.xaml</DependentUpon>
  123. </Compile>
  124. <Compile Include="Views\DepositPlanView.xaml.cs">
  125. <DependentUpon>DepositPlanView.xaml</DependentUpon>
  126. </Compile>
  127. <Compile Include="Views\DistributeBallotDetailView.xaml.cs">
  128. <DependentUpon>DistributeBallotDetailView.xaml</DependentUpon>
  129. </Compile>
  130. <Compile Include="Views\DistributeBallotView.xaml.cs">
  131. <DependentUpon>DistributeBallotView.xaml</DependentUpon>
  132. </Compile>
  133. <Compile Include="Views\QueryDealPurchaseView.xaml.cs">
  134. <DependentUpon>QueryDealPurchaseView.xaml</DependentUpon>
  135. </Compile>
  136. <Compile Include="Views\QueryDepositAppView.xaml.cs">
  137. <DependentUpon>QueryDepositAppView.xaml</DependentUpon>
  138. </Compile>
  139. <Compile Include="Views\QueryPurchaseView.xaml.cs">
  140. <DependentUpon>QueryPurchaseView.xaml</DependentUpon>
  141. </Compile>
  142. <Compile Include="Views\QuerySaleGoodsView.xaml.cs">
  143. <DependentUpon>QuerySaleGoodsView.xaml</DependentUpon>
  144. </Compile>
  145. <Compile Include="Views\SaleOrderFrame.xaml.cs">
  146. <DependentUpon>SaleOrderFrame.xaml</DependentUpon>
  147. </Compile>
  148. <EmbeddedResource Include="Properties\Resources.resx">
  149. <Generator>ResXFileCodeGenerator</Generator>
  150. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  151. </EmbeddedResource>
  152. <None Include="Muchinfo.MTPClient.snk" />
  153. <None Include="Properties\Settings.settings">
  154. <Generator>SettingsSingleFileGenerator</Generator>
  155. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  156. </None>
  157. <AppDesigner Include="Properties\" />
  158. </ItemGroup>
  159. <ItemGroup>
  160. <Page Include="Views\DepositApplyView.xaml">
  161. <SubType>Designer</SubType>
  162. <Generator>MSBuild:Compile</Generator>
  163. </Page>
  164. <Page Include="Views\DepositPlanView.xaml">
  165. <SubType>Designer</SubType>
  166. <Generator>MSBuild:Compile</Generator>
  167. </Page>
  168. <Page Include="Views\DistributeBallotDetailView.xaml">
  169. <SubType>Form</SubType>
  170. <Generator>MSBuild:Compile</Generator>
  171. </Page>
  172. <Page Include="Views\DistributeBallotView.xaml">
  173. <SubType>Designer</SubType>
  174. <Generator>MSBuild:Compile</Generator>
  175. </Page>
  176. <Page Include="Views\QueryDealPurchaseView.xaml">
  177. <SubType>Designer</SubType>
  178. <Generator>MSBuild:Compile</Generator>
  179. </Page>
  180. <Page Include="Views\QueryDepositAppView.xaml">
  181. <SubType>Designer</SubType>
  182. <Generator>MSBuild:Compile</Generator>
  183. </Page>
  184. <Page Include="Views\QueryPurchaseView.xaml">
  185. <SubType>Designer</SubType>
  186. <Generator>MSBuild:Compile</Generator>
  187. </Page>
  188. <Page Include="Views\QuerySaleGoodsView.xaml">
  189. <SubType>Designer</SubType>
  190. <Generator>MSBuild:Compile</Generator>
  191. </Page>
  192. <Page Include="Views\SaleOrderFrame.xaml">
  193. <Generator>MSBuild:Compile</Generator>
  194. <SubType>Designer</SubType>
  195. </Page>
  196. </ItemGroup>
  197. <ItemGroup>
  198. <ProjectReference Include="..\..\..\04.Infrastructure\Muchinfo.TASClient.Infrastructure\Muchinfo.MTPClient.Infrastructure.csproj">
  199. <Project>{4bebf98b-0e9c-460e-b376-7341546241ed}</Project>
  200. <Name>Muchinfo.MTPClient.Infrastructure</Name>
  201. </ProjectReference>
  202. <ProjectReference Include="..\..\..\04.Infrastructure\Muchinfo.TASClient.Resources\Muchinfo.MTPClient.Resources.csproj">
  203. <Project>{2914ef29-d877-4203-9f5e-67151d53bf69}</Project>
  204. <Name>Muchinfo.MTPClient.Resources</Name>
  205. </ProjectReference>
  206. <ProjectReference Include="..\..\..\05.Services\Muchinfo.TASClient.Data\Muchinfo.MTPClient.Data.csproj">
  207. <Project>{2c3cb02b-cf9e-4704-990b-5fc15f1ff8e1}</Project>
  208. <Name>Muchinfo.MTPClient.Data</Name>
  209. </ProjectReference>
  210. <ProjectReference Include="..\..\..\05.Services\Muchinfo.TASClient.IService\Muchinfo.MTPClient.IService.csproj">
  211. <Project>{a401377a-7129-41d3-a4c1-376edc54e521}</Project>
  212. <Name>Muchinfo.MTPClient.IService</Name>
  213. </ProjectReference>
  214. <ProjectReference Include="..\..\..\05.Services\Muchinfo.TASClient.Service\Muchinfo.MTPClient.Service.csproj">
  215. <Project>{1a680b25-1e0f-4485-a3cf-df194f395014}</Project>
  216. <Name>Muchinfo.MTPClient.Service</Name>
  217. </ProjectReference>
  218. </ItemGroup>
  219. <ItemGroup />
  220. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  221. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  222. Other similar extension points exist, see Microsoft.Common.targets.
  223. <Target Name="BeforeBuild">
  224. </Target>
  225. <Target Name="AfterBuild">
  226. </Target>
  227. -->
  228. </Project>