Infoking.BizPeri.Windows.Control.csproj 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  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>{61AD9F33-6969-4ECF-8724-E805A189D4C3}</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="System.Windows.Forms">
  31. <HintPath>C:\Windows\assembly\GAC_MSIL\System.Windows.Forms\2.0.0.0__b77a5c561934e089\System.Windows.Forms.dll</HintPath>
  32. </Reference>
  33. <Reference Include="System.Design">
  34. <HintPath>C:\Windows\assembly\GAC_MSIL\System.Design\2.0.0.0__b03f5f7f11d50a3a\System.Design.dll</HintPath>
  35. </Reference>
  36. <Reference Include="System.Drawing">
  37. <HintPath>C:\Windows\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll</HintPath>
  38. </Reference>
  39. <Reference Include="System">
  40. <HintPath>C:\Windows\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll</HintPath>
  41. </Reference>
  42. <Reference Include="System.Data">
  43. <HintPath>C:\Windows\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll</HintPath>
  44. </Reference>
  45. </ItemGroup>
  46. <ItemGroup>
  47. <Compile Include="Infoking.BizPeri.Windows.Control\CountryCodeList.cs" />
  48. <Compile Include="Infoking.BizPeri.Windows.Control\CustomComboBoxStyle.cs" />
  49. <Compile Include="Infoking.BizPeri.Windows.Control\DataGridVx.cs">
  50. <SubType>Component</SubType>
  51. </Compile>
  52. <Compile Include="Infoking.BizPeri.Windows.Control\IKCheckedListBoxEx.cs">
  53. <SubType>Component</SubType>
  54. </Compile>
  55. <Compile Include="Infoking.BizPeri.Windows.Control\IKClientBar.cs">
  56. <SubType>UserControl</SubType>
  57. </Compile>
  58. <Compile Include="Infoking.BizPeri.Windows.Control\IKComboBoxEx.cs">
  59. <SubType>Component</SubType>
  60. </Compile>
  61. <Compile Include="Infoking.BizPeri.Windows.Control\IKComboBoxExText.cs">
  62. <SubType>UserControl</SubType>
  63. </Compile>
  64. <Compile Include="Infoking.BizPeri.Windows.Control\IKCountryCombo.cs">
  65. <SubType>UserControl</SubType>
  66. </Compile>
  67. <Compile Include="Infoking.BizPeri.Windows.Control\IKCustomerDataGridUI.cs">
  68. <SubType>UserControl</SubType>
  69. </Compile>
  70. <Compile Include="Infoking.BizPeri.Windows.Control\IKDataGridBoolColumn.cs">
  71. <SubType>Component</SubType>
  72. </Compile>
  73. <Compile Include="Infoking.BizPeri.Windows.Control\IKDataGridColumnStylesCollectionEditor.cs" />
  74. <Compile Include="Infoking.BizPeri.Windows.Control\IKDataGridComboBoxColumn.cs">
  75. <SubType>Component</SubType>
  76. </Compile>
  77. <Compile Include="Infoking.BizPeri.Windows.Control\IKDataGridDateTimePickerColumn.cs">
  78. <SubType>Component</SubType>
  79. </Compile>
  80. <Compile Include="Infoking.BizPeri.Windows.Control\IKDataGridEx.cs">
  81. <SubType>Component</SubType>
  82. </Compile>
  83. <Compile Include="Infoking.BizPeri.Windows.Control\IKDataGridTableStyle.cs">
  84. <SubType>Component</SubType>
  85. </Compile>
  86. <Compile Include="Infoking.BizPeri.Windows.Control\IKDataGridTableStylesCollectionEditor.cs" />
  87. <Compile Include="Infoking.BizPeri.Windows.Control\IKDataGridTextBoxColumn.cs">
  88. <SubType>Component</SubType>
  89. </Compile>
  90. <Compile Include="Infoking.BizPeri.Windows.Control\IKDataGridTextButtonColumn.cs">
  91. <SubType>Component</SubType>
  92. </Compile>
  93. <Compile Include="Infoking.BizPeri.Windows.Control\IKDateTimePause.cs">
  94. <SubType>UserControl</SubType>
  95. </Compile>
  96. <Compile Include="Infoking.BizPeri.Windows.Control\IKDateTimeText.cs">
  97. <SubType>Component</SubType>
  98. </Compile>
  99. <Compile Include="Infoking.BizPeri.Windows.Control\IKExtendGrid.cs">
  100. <SubType>UserControl</SubType>
  101. </Compile>
  102. <Compile Include="Infoking.BizPeri.Windows.Control\IKFormToolBar.cs">
  103. <SubType>UserControl</SubType>
  104. </Compile>
  105. <Compile Include="Infoking.BizPeri.Windows.Control\IKGradualLabel.cs">
  106. <SubType>Component</SubType>
  107. </Compile>
  108. <Compile Include="Infoking.BizPeri.Windows.Control\IKGradualTab.cs">
  109. <SubType>Component</SubType>
  110. </Compile>
  111. <Compile Include="Infoking.BizPeri.Windows.Control\IKHiberaTree.cs">
  112. <SubType>Component</SubType>
  113. </Compile>
  114. <Compile Include="Infoking.BizPeri.Windows.Control\IKNumericTextBox.cs">
  115. <SubType>Component</SubType>
  116. </Compile>
  117. <Compile Include="Infoking.BizPeri.Windows.Control\IKNumericTextBoxController.cs" />
  118. <Compile Include="Infoking.BizPeri.Windows.Control\IKPhoneControl.cs">
  119. <SubType>UserControl</SubType>
  120. </Compile>
  121. <Compile Include="Infoking.BizPeri.Windows.Control\IKRadioList.cs">
  122. <SubType>Component</SubType>
  123. </Compile>
  124. <Compile Include="Infoking.BizPeri.Windows.Control\IKRightCombo.cs">
  125. <SubType>Component</SubType>
  126. </Compile>
  127. <Compile Include="Infoking.BizPeri.Windows.Control\IKTextButton.cs">
  128. <SubType>UserControl</SubType>
  129. </Compile>
  130. <Compile Include="Infoking.BizPeri.Windows.Control\IKVirtualDataGrid.cs">
  131. <SubType>UserControl</SubType>
  132. </Compile>
  133. <Compile Include="Infoking.BizPeri.Windows.Control\NumericalMode.cs" />
  134. <Compile Include="Infoking.BizPeri.Windows.Control\UserInfoList.cs">
  135. <SubType>UserControl</SubType>
  136. </Compile>
  137. <Compile Include="Infoking.BizPeri.Windows.Control\WinMsg.cs" />
  138. <Compile Include="Properties\AssemblyInfo.cs" />
  139. </ItemGroup>
  140. <ItemGroup>
  141. <EmbeddedResource Include="Infoking.BizPeri.Windows.Control\IKClientBar.resx" />
  142. <EmbeddedResource Include="Infoking.BizPeri.Windows.Control\IKComboBoxExText.resx" />
  143. <EmbeddedResource Include="Infoking.BizPeri.Windows.Control\IKCountryCombo.resx" />
  144. <EmbeddedResource Include="Infoking.BizPeri.Windows.Control\IKCustomerDataGridUI.resx" />
  145. <EmbeddedResource Include="Infoking.BizPeri.Windows.Control\IKDateTimePause.resx" />
  146. <EmbeddedResource Include="Infoking.BizPeri.Windows.Control\IKExtendGrid.resx" />
  147. <EmbeddedResource Include="Infoking.BizPeri.Windows.Control\IKFormToolBar.resx" />
  148. <EmbeddedResource Include="Infoking.BizPeri.Windows.Control\IKHiberaTree.resx" />
  149. <EmbeddedResource Include="Infoking.BizPeri.Windows.Control\IKPhoneControl.resx" />
  150. <EmbeddedResource Include="Infoking.BizPeri.Windows.Control\IKTextButton.resx" />
  151. <EmbeddedResource Include="Infoking.BizPeri.Windows.Control\IKVirtualDataGrid.resx" />
  152. <EmbeddedResource Include="Infoking.BizPeri.Windows.Control\treeImage.resx" />
  153. <EmbeddedResource Include="Infoking.BizPeri.Windows.Control\UserInfoList.resx" />
  154. </ItemGroup>
  155. <ItemGroup>
  156. <ProjectReference Include="..\Infoking.Common.Windows.Control\Infoking.Common.Windows.Control.csproj">
  157. <Project>{71d477c5-0cf9-4188-a4c6-645ec08a5d83}</Project>
  158. <Name>Infoking.Common.Windows.Control</Name>
  159. </ProjectReference>
  160. </ItemGroup>
  161. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  162. </Project>