Infoking.BizPeri.Windows.Control.csproj 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <ProjectGuid>{F69105B7-6FF6-4DF8-AEC8-2D4C4518CB16}</ProjectGuid>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <OutputType>Library</OutputType>
  8. <LangVersion>8.0</LangVersion>
  9. <AssemblyName>Infoking.BizPeri.Windows.Control</AssemblyName>
  10. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  11. <WarningLevel>4</WarningLevel>
  12. <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
  13. </PropertyGroup>
  14. <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
  15. <PlatformTarget>AnyCPU</PlatformTarget>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  18. <OutputPath>bin\Debug\</OutputPath>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  24. <OutputPath>bin\Release\</OutputPath>
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. </PropertyGroup>
  29. <ItemGroup>
  30. <Reference Include="MetroFramework, Version=1.4.0.0, Culture=neutral, PublicKeyToken=5f91a84759bf584a, processorArchitecture=MSIL">
  31. <HintPath>..\packages\MetroModernUI.1.4.0.0\lib\net\MetroFramework.dll</HintPath>
  32. </Reference>
  33. <Reference Include="MetroFramework.Design, Version=1.4.0.0, Culture=neutral, PublicKeyToken=5f91a84759bf584a, processorArchitecture=MSIL">
  34. <HintPath>..\packages\MetroModernUI.1.4.0.0\lib\net\MetroFramework.Design.dll</HintPath>
  35. </Reference>
  36. <Reference Include="MetroFramework.Fonts, Version=1.4.0.0, Culture=neutral, PublicKeyToken=5f91a84759bf584a, processorArchitecture=MSIL">
  37. <HintPath>..\packages\MetroModernUI.1.4.0.0\lib\net\MetroFramework.Fonts.dll</HintPath>
  38. </Reference>
  39. <Reference Include="System.Windows.Forms">
  40. <HintPath>C:\Windows\assembly\GAC_MSIL\System.Windows.Forms\2.0.0.0__b77a5c561934e089\System.Windows.Forms.dll</HintPath>
  41. </Reference>
  42. <Reference Include="System.Design">
  43. <HintPath>C:\Windows\assembly\GAC_MSIL\System.Design\2.0.0.0__b03f5f7f11d50a3a\System.Design.dll</HintPath>
  44. </Reference>
  45. <Reference Include="System.Drawing">
  46. <HintPath>C:\Windows\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll</HintPath>
  47. </Reference>
  48. <Reference Include="System">
  49. <HintPath>C:\Windows\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll</HintPath>
  50. </Reference>
  51. <Reference Include="System.Data">
  52. <HintPath>C:\Windows\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll</HintPath>
  53. </Reference>
  54. <ProjectReference Include="..\Infoking.Common.Windows.Control\Infoking.Common.Windows.Control.csproj">
  55. <Project>{1D3CABEA-FC6B-43D6-8C31-FC1B73752685}</Project>
  56. <Name>Infoking.Common.Windows.Control</Name>
  57. </ProjectReference>
  58. </ItemGroup>
  59. <ItemGroup>
  60. <Compile Include="Infoking.BizPeri.Windows.Control\CountryCodeList.cs" />
  61. <Compile Include="Infoking.BizPeri.Windows.Control\CustomComboBoxStyle.cs" />
  62. <Compile Include="Infoking.BizPeri.Windows.Control\DataGridVx.cs">
  63. <SubType>Component</SubType>
  64. </Compile>
  65. <Compile Include="Infoking.BizPeri.Windows.Control\IKCheckedListBoxEx.cs">
  66. <SubType>Component</SubType>
  67. </Compile>
  68. <Compile Include="Infoking.BizPeri.Windows.Control\IKClientBar.cs">
  69. <SubType>UserControl</SubType>
  70. </Compile>
  71. <Compile Include="Infoking.BizPeri.Windows.Control\IKMetroComboBoxEx.cs">
  72. <SubType>Component</SubType>
  73. </Compile>
  74. <Compile Include="Infoking.BizPeri.Windows.Control\IKComboBoxEx.cs">
  75. <SubType>Component</SubType>
  76. </Compile>
  77. <Compile Include="Infoking.BizPeri.Windows.Control\IKMetroComboBoxExText.cs">
  78. <SubType>UserControl</SubType>
  79. </Compile>
  80. <Compile Include="Infoking.BizPeri.Windows.Control\IKComboBoxExText.cs">
  81. <SubType>UserControl</SubType>
  82. </Compile>
  83. <Compile Include="Infoking.BizPeri.Windows.Control\IKCountryCombo.cs">
  84. <SubType>UserControl</SubType>
  85. </Compile>
  86. <Compile Include="Infoking.BizPeri.Windows.Control\IKCustomerDataGridUI.cs">
  87. <SubType>UserControl</SubType>
  88. </Compile>
  89. <Compile Include="Infoking.BizPeri.Windows.Control\IKDataGridBoolColumn.cs">
  90. <SubType>Component</SubType>
  91. </Compile>
  92. <Compile Include="Infoking.BizPeri.Windows.Control\IKDataGridColumnStylesCollectionEditor.cs" />
  93. <Compile Include="Infoking.BizPeri.Windows.Control\IKDataGridComboBoxColumn.cs">
  94. <SubType>Component</SubType>
  95. </Compile>
  96. <Compile Include="Infoking.BizPeri.Windows.Control\IKDataGridDateTimePickerColumn.cs">
  97. <SubType>Component</SubType>
  98. </Compile>
  99. <Compile Include="Infoking.BizPeri.Windows.Control\IKDataGridEx.cs">
  100. <SubType>Component</SubType>
  101. </Compile>
  102. <Compile Include="Infoking.BizPeri.Windows.Control\IKDataGridTableStyle.cs">
  103. <SubType>Component</SubType>
  104. </Compile>
  105. <Compile Include="Infoking.BizPeri.Windows.Control\IKDataGridTableStylesCollectionEditor.cs" />
  106. <Compile Include="Infoking.BizPeri.Windows.Control\IKDataGridTextBoxColumn.cs">
  107. <SubType>Component</SubType>
  108. </Compile>
  109. <Compile Include="Infoking.BizPeri.Windows.Control\IKDataGridTextButtonColumn.cs">
  110. <SubType>Component</SubType>
  111. </Compile>
  112. <Compile Include="Infoking.BizPeri.Windows.Control\IKDateTimePause.cs">
  113. <SubType>UserControl</SubType>
  114. </Compile>
  115. <Compile Include="Infoking.BizPeri.Windows.Control\IKDateTimeText.cs">
  116. <SubType>Component</SubType>
  117. </Compile>
  118. <Compile Include="Infoking.BizPeri.Windows.Control\IKExtendGrid.cs">
  119. <SubType>UserControl</SubType>
  120. </Compile>
  121. <Compile Include="Infoking.BizPeri.Windows.Control\IKFormToolBar.cs">
  122. <SubType>UserControl</SubType>
  123. </Compile>
  124. <Compile Include="Infoking.BizPeri.Windows.Control\IKGradualLabel.cs">
  125. <SubType>Component</SubType>
  126. </Compile>
  127. <Compile Include="Infoking.BizPeri.Windows.Control\IKGradualTab.cs">
  128. <SubType>Component</SubType>
  129. </Compile>
  130. <Compile Include="Infoking.BizPeri.Windows.Control\IKHiberaTree.cs">
  131. <SubType>Component</SubType>
  132. </Compile>
  133. <Compile Include="Infoking.BizPeri.Windows.Control\IKNumericTextBox.cs">
  134. <SubType>Component</SubType>
  135. </Compile>
  136. <Compile Include="Infoking.BizPeri.Windows.Control\IKNumericTextBoxController.cs" />
  137. <Compile Include="Infoking.BizPeri.Windows.Control\IKPhoneControl.cs">
  138. <SubType>UserControl</SubType>
  139. </Compile>
  140. <Compile Include="Infoking.BizPeri.Windows.Control\IKRadioList.cs">
  141. <SubType>Component</SubType>
  142. </Compile>
  143. <Compile Include="Infoking.BizPeri.Windows.Control\IKRightCombo.cs">
  144. <SubType>Component</SubType>
  145. </Compile>
  146. <Compile Include="Infoking.BizPeri.Windows.Control\IKTextButton.cs">
  147. <SubType>UserControl</SubType>
  148. </Compile>
  149. <Compile Include="Infoking.BizPeri.Windows.Control\IKVirtualDataGrid.cs">
  150. <SubType>UserControl</SubType>
  151. </Compile>
  152. <Compile Include="Infoking.BizPeri.Windows.Control\NumericalMode.cs" />
  153. <Compile Include="Infoking.BizPeri.Windows.Control\UserInfoList.cs">
  154. <SubType>UserControl</SubType>
  155. </Compile>
  156. <Compile Include="Infoking.BizPeri.Windows.Control\WinMsg.cs" />
  157. <Compile Include="Properties\AssemblyInfo.cs" />
  158. </ItemGroup>
  159. <ItemGroup>
  160. <EmbeddedResource Include="Infoking.BizPeri.Windows.Control\IKClientBar.resx" />
  161. <EmbeddedResource Include="Infoking.BizPeri.Windows.Control\IKComboBoxExText.resx" />
  162. <EmbeddedResource Include="Infoking.BizPeri.Windows.Control\IKCountryCombo.resx" />
  163. <EmbeddedResource Include="Infoking.BizPeri.Windows.Control\IKCustomerDataGridUI.resx" />
  164. <EmbeddedResource Include="Infoking.BizPeri.Windows.Control\IKDateTimePause.resx" />
  165. <EmbeddedResource Include="Infoking.BizPeri.Windows.Control\IKExtendGrid.resx" />
  166. <EmbeddedResource Include="Infoking.BizPeri.Windows.Control\IKFormToolBar.resx" />
  167. <EmbeddedResource Include="Infoking.BizPeri.Windows.Control\IKHiberaTree.resx" />
  168. <EmbeddedResource Include="Infoking.BizPeri.Windows.Control\IKMetroComboBoxEx.resx">
  169. <DependentUpon>IKMetroComboBoxEx.cs</DependentUpon>
  170. </EmbeddedResource>
  171. <EmbeddedResource Include="Infoking.BizPeri.Windows.Control\IKMetroComboBoxExText.resx">
  172. <DependentUpon>IKMetroComboBoxExText.cs</DependentUpon>
  173. </EmbeddedResource>
  174. <EmbeddedResource Include="Infoking.BizPeri.Windows.Control\IKPhoneControl.resx" />
  175. <EmbeddedResource Include="Infoking.BizPeri.Windows.Control\IKTextButton.resx" />
  176. <EmbeddedResource Include="Infoking.BizPeri.Windows.Control\IKVirtualDataGrid.resx" />
  177. <EmbeddedResource Include="Infoking.BizPeri.Windows.Control\treeImage.resx" />
  178. <EmbeddedResource Include="Infoking.BizPeri.Windows.Control\UserInfoList.resx" />
  179. </ItemGroup>
  180. <ItemGroup>
  181. <None Include="packages.config" />
  182. </ItemGroup>
  183. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  184. </Project>