Muchinfo.WPF.Controls.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  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>{434B50B1-5A71-422A-AAF1-19D9CA8342FE}</ProjectGuid>
  8. <OutputType>library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Muchinfo.WPF.Controls</RootNamespace>
  11. <AssemblyName>Client.WPF.Controls</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. <SccProjectName>
  17. </SccProjectName>
  18. <SccLocalPath>
  19. </SccLocalPath>
  20. <SccAuxPath>
  21. </SccAuxPath>
  22. <SccProvider>
  23. </SccProvider>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  26. <DebugSymbols>true</DebugSymbols>
  27. <DebugType>full</DebugType>
  28. <Optimize>false</Optimize>
  29. <OutputPath>bin\Debug\</OutputPath>
  30. <DefineConstants>DEBUG;TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  35. <DebugType>none</DebugType>
  36. <Optimize>true</Optimize>
  37. <OutputPath>..\..\..\..\..\..\bin\Release\</OutputPath>
  38. <DefineConstants>TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. </PropertyGroup>
  42. <PropertyGroup>
  43. <SignAssembly>true</SignAssembly>
  44. </PropertyGroup>
  45. <PropertyGroup>
  46. <AssemblyOriginatorKeyFile>Muchinfo.PC.snk</AssemblyOriginatorKeyFile>
  47. </PropertyGroup>
  48. <ItemGroup>
  49. <Reference Include="HtmlTextEditor">
  50. <HintPath>..\Libs\HtmlTextEditor.dll</HintPath>
  51. </Reference>
  52. <Reference Include="Microsoft.ReportViewer.WinForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  53. <SpecificVersion>False</SpecificVersion>
  54. <HintPath>..\Libs\Microsoft.ReportViewer.WinForms.dll</HintPath>
  55. </Reference>
  56. <Reference Include="PresentationFramework.Classic" />
  57. <Reference Include="System" />
  58. <Reference Include="System.Data" />
  59. <Reference Include="System.Windows.Forms" />
  60. <Reference Include="System.Xml" />
  61. <Reference Include="Microsoft.CSharp" />
  62. <Reference Include="System.Core" />
  63. <Reference Include="System.Xml.Linq" />
  64. <Reference Include="System.Data.DataSetExtensions" />
  65. <Reference Include="System.Xaml">
  66. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  67. </Reference>
  68. <Reference Include="UIAutomationProvider" />
  69. <Reference Include="UIAutomationTypes" />
  70. <Reference Include="WindowsBase" />
  71. <Reference Include="PresentationCore" />
  72. <Reference Include="PresentationFramework" />
  73. <Reference Include="Xceed.Wpf.Toolkit">
  74. <HintPath>..\Libs\Xceed.Wpf.Toolkit.dll</HintPath>
  75. </Reference>
  76. </ItemGroup>
  77. <ItemGroup>
  78. <Compile Include="Border\ExpBorder.cs" />
  79. <Compile Include="Button\ImageButton.cs" />
  80. <Compile Include="Common\Extensions.cs" />
  81. <Compile Include="DataGrid\MuchinfoDataGrid.cs" />
  82. <Compile Include="NumberBox\DecimalNumBox.cs" />
  83. <Compile Include="Popups\PopubEx.cs" />
  84. <Compile Include="TabControl\OrderTabControl.cs" />
  85. <Compile Include="Textbox\BankAccountNumberTextBox.xaml.cs">
  86. <DependentUpon>BankAccountNumberTextBox.xaml</DependentUpon>
  87. </Compile>
  88. <Compile Include="VerticalTextBlock.cs" />
  89. <Compile Include="Windows\MuchinfoWindowControl.cs" />
  90. <Compile Include="Shape\PartiallyRoundedRectangle.cs" />
  91. <Compile Include="Password\PasswordHelper.cs" />
  92. <Compile Include="Rating\System\Windows\Automation\Peers\RatingAutomationPeer.cs" />
  93. <Compile Include="Rating\System\Windows\Automation\Peers\RatingItemAutomationPeer.cs" />
  94. <Compile Include="Rating\System\Windows\Controls\Clipper.cs" />
  95. <Compile Include="Rating\System\Windows\Controls\EnumerableFunctions.cs" />
  96. <Compile Include="Rating\System\Windows\Controls\LinearClipper.cs" />
  97. <Compile Include="Rating\System\Windows\Controls\NullableConverter.cs" />
  98. <Compile Include="Rating\System\Windows\Controls\Rating.cs" />
  99. <Compile Include="Rating\System\Windows\Controls\RatingItem.cs" />
  100. <Compile Include="Rating\System\Windows\Controls\RatingSelectionMode.cs" />
  101. <Compile Include="Rating\System\Windows\Controls\Tuple.cs" />
  102. <Compile Include="Rating\System\Windows\Controls\TupleExtensions.cs" />
  103. <Compile Include="Animation\RollOverAnimation.cs" />
  104. <Compile Include="WebBrowser\DWebBrowserEvent2.cs" />
  105. <Compile Include="WebBrowser\ReflectionService.cs" />
  106. <Compile Include="WebBrowser\WebBrowserHelper.cs" />
  107. <Compile Include="WebBrowser\WebBrowserHelper.WebBrowserEvent.cs" />
  108. <Compile Include="WebBrowser\WinFormOverlayWPF.cs" />
  109. <Compile Include="WebBrowser\Win32.cs" />
  110. <Compile Include="Windows\WindowBase.cs" />
  111. <Compile Include="Windows\BorderPosition.cs" />
  112. <Compile Include="Windows\MuchinfoMessageBox.cs" />
  113. <Compile Include="Windows\WindowBorder.cs" />
  114. <Compile Include="Windows\WindowResizer.cs" />
  115. <Compile Include="Zoom\ZoomFontText.cs" />
  116. <Page Include="Button\ToggleButtonMenuControl.xaml">
  117. <Generator>MSBuild:Compile</Generator>
  118. <SubType>Designer</SubType>
  119. </Page>
  120. <Page Include="MarQuees\CutOverControl.xaml">
  121. <Generator>MSBuild:Compile</Generator>
  122. <SubType>Designer</SubType>
  123. </Page>
  124. <Page Include="Textbox\BankAccountNumberTextBox.xaml">
  125. <SubType>Designer</SubType>
  126. <Generator>MSBuild:Compile</Generator>
  127. </Page>
  128. <Page Include="Themes\Generic.xaml">
  129. <Generator>MSBuild:Compile</Generator>
  130. <SubType>Designer</SubType>
  131. </Page>
  132. <Compile Include="AutoCompleteBox\System\Windows\Automation\Peers\AutoCompleteBoxAutomationPeer.cs" />
  133. <Compile Include="AutoCompleteBox\System\Windows\Controls\AutoCompleteBox.cs" />
  134. <Compile Include="AutoCompleteBox\System\Windows\Controls\AutoCompleteFilter.cs" />
  135. <Compile Include="AutoCompleteBox\System\Windows\Controls\AutoCompleteFilterMode.cs" />
  136. <Compile Include="AutoCompleteBox\System\Windows\Controls\AutoCompleteFilterPredicate.cs" />
  137. <Compile Include="AutoCompleteBox\System\Windows\Controls\ISelectionAdapter.cs" />
  138. <Compile Include="AutoCompleteBox\System\Windows\Controls\PopulatedEventArgs.cs" />
  139. <Compile Include="AutoCompleteBox\System\Windows\Controls\PopulatedEventHandler.cs" />
  140. <Compile Include="AutoCompleteBox\System\Windows\Controls\PopulatingEventArgs.cs" />
  141. <Compile Include="AutoCompleteBox\System\Windows\Controls\PopulatingEventHandler.cs" />
  142. <Compile Include="AutoCompleteBox\System\Windows\Controls\PopupHelper.cs" />
  143. <Compile Include="AutoCompleteBox\System\Windows\Controls\RoutedPropertyChangingEventArgs.cs" />
  144. <Compile Include="AutoCompleteBox\System\Windows\Controls\RoutedPropertyChangingEventHandler.cs" />
  145. <Compile Include="AutoCompleteBox\System\Windows\Controls\SelectorSelectionAdapter.cs" />
  146. <Compile Include="Button\ToggleButtonMenuControl.xaml.cs">
  147. <DependentUpon>ToggleButtonMenuControl.xaml</DependentUpon>
  148. </Compile>
  149. <Compile Include="CaptchaSpace\Captcha.cs" />
  150. <Compile Include="CaptchaSpace\CaptchaControl.cs" />
  151. <Compile Include="Common\BindingEvaluator.cs" />
  152. <Compile Include="Common\InteractionHelper.cs" />
  153. <Compile Include="Common\IUpdateVisualState.cs" />
  154. <Compile Include="Common\VisualStates.cs" />
  155. <Compile Include="Common\VisualTreeExtensions.cs" />
  156. <Compile Include="Common\WeakEventListener.cs" />
  157. <Compile Include="Extensions\DataGridScrollExtensions.cs" />
  158. <Compile Include="Keyboard\KeyModel.cs" />
  159. <Compile Include="Keyboard\PassWordKeyBoard.cs" />
  160. <Compile Include="Keyboard\TouchScreenKeyboard.cs" />
  161. <Compile Include="MarQuees\CutOverControl.xaml.cs">
  162. <DependentUpon>CutOverControl.xaml</DependentUpon>
  163. </Compile>
  164. <Compile Include="Windows\MessageBoxHelper.cs" />
  165. <Compile Include="Button\MuchinfoRadioButton.cs">
  166. <SubType>Code</SubType>
  167. </Compile>
  168. </ItemGroup>
  169. <ItemGroup>
  170. <Compile Include="Properties\AssemblyInfo.cs">
  171. <SubType>Code</SubType>
  172. </Compile>
  173. <Compile Include="Properties\Resources.Designer.cs">
  174. <AutoGen>True</AutoGen>
  175. <DesignTime>True</DesignTime>
  176. <DependentUpon>Resources.resx</DependentUpon>
  177. </Compile>
  178. <Compile Include="Properties\Settings.Designer.cs">
  179. <AutoGen>True</AutoGen>
  180. <DependentUpon>Settings.settings</DependentUpon>
  181. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  182. </Compile>
  183. <EmbeddedResource Include="Properties\Resources.resx">
  184. <Generator>ResXFileCodeGenerator</Generator>
  185. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  186. </EmbeddedResource>
  187. <None Include="Muchinfo.PC.snk" />
  188. <None Include="Properties\Settings.settings">
  189. <Generator>SettingsSingleFileGenerator</Generator>
  190. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  191. </None>
  192. <AppDesigner Include="Properties\" />
  193. </ItemGroup>
  194. <ItemGroup>
  195. <Resource Include="Images\prompt_close.png" />
  196. <Resource Include="Images\prompt_close_d.png" />
  197. <Resource Include="Images\prompt_question.png" />
  198. <Resource Include="Images\prompt_right.png" />
  199. <Resource Include="Images\prompt_warning.png" />
  200. </ItemGroup>
  201. <ItemGroup>
  202. <Content Include="Lib\HtmlTextEditor.dll" />
  203. <Content Include="Lib\Xceed.Wpf.Toolkit.dll" />
  204. </ItemGroup>
  205. <ItemGroup />
  206. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  207. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  208. Other similar extension points exist, see Microsoft.Common.targets.
  209. <Target Name="BeforeBuild">
  210. </Target>
  211. <Target Name="AfterBuild">
  212. </Target>
  213. -->
  214. </Project>