Muchinfo.MTPClient.Sale.csproj 9.1 KB

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