Muchinfo.MTPClient.Quotation.csproj 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  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>{EA71755B-FD81-4110-BFA0-FFA3433C6C69}</ProjectGuid>
  8. <OutputType>library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Muchinfo.MTPClient.Quotation</RootNamespace>
  11. <AssemblyName>Client.Quotation</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>none</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.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  62. <SpecificVersion>False</SpecificVersion>
  63. <HintPath>..\..\..\02.Libs\System.Windows.Interactivity.dll</HintPath>
  64. </Reference>
  65. <Reference Include="System.Xml" />
  66. <Reference Include="Microsoft.CSharp" />
  67. <Reference Include="System.Core" />
  68. <Reference Include="System.Xml.Linq" />
  69. <Reference Include="System.Data.DataSetExtensions" />
  70. <Reference Include="System.Xaml">
  71. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  72. </Reference>
  73. <Reference Include="WindowsBase" />
  74. <Reference Include="PresentationCore" />
  75. <Reference Include="PresentationFramework" />
  76. <Reference Include="Xceed.Wpf.Toolkit">
  77. <HintPath>..\..\..\02.Libs\Xceed.Wpf.Toolkit.dll</HintPath>
  78. </Reference>
  79. </ItemGroup>
  80. <ItemGroup>
  81. <Compile Include="Properties\AssemblyInfo.cs">
  82. <SubType>Code</SubType>
  83. </Compile>
  84. <Compile Include="Properties\Resources.Designer.cs">
  85. <AutoGen>True</AutoGen>
  86. <DesignTime>True</DesignTime>
  87. <DependentUpon>Resources.resx</DependentUpon>
  88. </Compile>
  89. <Compile Include="Properties\Settings.Designer.cs">
  90. <AutoGen>True</AutoGen>
  91. <DependentUpon>Settings.settings</DependentUpon>
  92. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  93. </Compile>
  94. <Compile Include="ViewModels\EditQuoteListHeaderViewModel.cs" />
  95. <Compile Include="ViewModels\QuoteBoardViewModel.cs" />
  96. <Compile Include="ViewModels\QuoteDataGridViewModel.cs" />
  97. <Compile Include="Views\EditQuoteListHeaderView.xaml.cs">
  98. <DependentUpon>EditQuoteListHeaderView.xaml</DependentUpon>
  99. </Compile>
  100. <Compile Include="Views\QuoteBoardView.xaml.cs">
  101. <DependentUpon>QuoteBoardView.xaml</DependentUpon>
  102. </Compile>
  103. <Compile Include="Views\QuoteDataGrid.xaml.cs">
  104. <DependentUpon>QuoteDataGrid.xaml</DependentUpon>
  105. </Compile>
  106. <EmbeddedResource Include="Properties\Resources.resx">
  107. <Generator>ResXFileCodeGenerator</Generator>
  108. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  109. <SubType>Designer</SubType>
  110. </EmbeddedResource>
  111. <None Include="Muchinfo.MTPClient.snk" />
  112. <None Include="Properties\Settings.settings">
  113. <Generator>SettingsSingleFileGenerator</Generator>
  114. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  115. </None>
  116. <AppDesigner Include="Properties\" />
  117. </ItemGroup>
  118. <ItemGroup>
  119. <Page Include="Views\EditQuoteListHeaderView.xaml">
  120. <Generator>MSBuild:Compile</Generator>
  121. <SubType>Designer</SubType>
  122. </Page>
  123. <Page Include="Views\QuoteBoardView.xaml">
  124. <SubType>Designer</SubType>
  125. <Generator>MSBuild:Compile</Generator>
  126. </Page>
  127. <Page Include="Views\QuoteDataGrid.xaml">
  128. <Generator>MSBuild:Compile</Generator>
  129. <SubType>Designer</SubType>
  130. </Page>
  131. </ItemGroup>
  132. <ItemGroup>
  133. <ProjectReference Include="..\..\..\04.Infrastructure\Muchinfo.CustomException\Muchinfo.MTPClient.CustomException.csproj">
  134. <Project>{d6d32808-1fad-4036-8ec7-a80f24c4e5f4}</Project>
  135. <Name>Muchinfo.MTPClient.CustomException</Name>
  136. </ProjectReference>
  137. <ProjectReference Include="..\..\..\04.Infrastructure\Muchinfo.TASClient.Infrastructure\Muchinfo.MTPClient.Infrastructure.csproj">
  138. <Project>{4bebf98b-0e9c-460e-b376-7341546241ed}</Project>
  139. <Name>Muchinfo.MTPClient.Infrastructure</Name>
  140. </ProjectReference>
  141. <ProjectReference Include="..\..\..\04.Infrastructure\Muchinfo.TASClient.Resources\Muchinfo.MTPClient.Resources.csproj">
  142. <Project>{2914ef29-d877-4203-9f5e-67151d53bf69}</Project>
  143. <Name>Muchinfo.MTPClient.Resources</Name>
  144. </ProjectReference>
  145. <ProjectReference Include="..\..\..\05.Services\Muchinfo.TASClient.Data\Muchinfo.MTPClient.Data.csproj">
  146. <Project>{2c3cb02b-cf9e-4704-990b-5fc15f1ff8e1}</Project>
  147. <Name>Muchinfo.MTPClient.Data</Name>
  148. </ProjectReference>
  149. <ProjectReference Include="..\..\..\05.Services\Muchinfo.TASClient.IService\Muchinfo.MTPClient.IService.csproj">
  150. <Project>{a401377a-7129-41d3-a4c1-376edc54e521}</Project>
  151. <Name>Muchinfo.MTPClient.IService</Name>
  152. </ProjectReference>
  153. </ItemGroup>
  154. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  155. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  156. Other similar extension points exist, see Microsoft.Common.targets.
  157. <Target Name="BeforeBuild">
  158. </Target>
  159. <Target Name="AfterBuild">
  160. </Target>
  161. -->
  162. </Project>