Infoking.Common.Windows.Control.csproj 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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>{71D477C5-0CF9-4188-A4C6-645EC08A5D83}</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.Common.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">
  34. <HintPath>C:\Windows\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll</HintPath>
  35. </Reference>
  36. </ItemGroup>
  37. <ItemGroup>
  38. <Compile Include="Infoking.Common.Windows.Control\IKButton.cs">
  39. <SubType>Component</SubType>
  40. </Compile>
  41. <Compile Include="Infoking.Common.Windows.Control\IKCheckBox.cs">
  42. <SubType>Component</SubType>
  43. </Compile>
  44. <Compile Include="Infoking.Common.Windows.Control\IKCheckedListBox.cs">
  45. <SubType>Component</SubType>
  46. </Compile>
  47. <Compile Include="Infoking.Common.Windows.Control\IKComboBox.cs">
  48. <SubType>Component</SubType>
  49. </Compile>
  50. <Compile Include="Infoking.Common.Windows.Control\IKDataGrid.cs">
  51. <SubType>Component</SubType>
  52. </Compile>
  53. <Compile Include="Infoking.Common.Windows.Control\IKDateTimePicker.cs">
  54. <SubType>Component</SubType>
  55. </Compile>
  56. <Compile Include="Infoking.Common.Windows.Control\IKGroupBox.cs">
  57. <SubType>Component</SubType>
  58. </Compile>
  59. <Compile Include="Infoking.Common.Windows.Control\IKHScrollBar.cs">
  60. <SubType>Component</SubType>
  61. </Compile>
  62. <Compile Include="Infoking.Common.Windows.Control\IKIntegralUpDown.cs">
  63. <SubType>Component</SubType>
  64. </Compile>
  65. <Compile Include="Infoking.Common.Windows.Control\IKLabel.cs">
  66. <SubType>Component</SubType>
  67. </Compile>
  68. <Compile Include="Infoking.Common.Windows.Control\IKLinkLabel.cs">
  69. <SubType>Component</SubType>
  70. </Compile>
  71. <Compile Include="Infoking.Common.Windows.Control\IKListBox.cs">
  72. <SubType>Component</SubType>
  73. </Compile>
  74. <Compile Include="Infoking.Common.Windows.Control\IKListView.cs">
  75. <SubType>Component</SubType>
  76. </Compile>
  77. <Compile Include="Infoking.Common.Windows.Control\IKNumericUpDown.cs">
  78. <SubType>Component</SubType>
  79. </Compile>
  80. <Compile Include="Infoking.Common.Windows.Control\IKPanel.cs">
  81. <SubType>Component</SubType>
  82. </Compile>
  83. <Compile Include="Infoking.Common.Windows.Control\IKPictureBox.cs">
  84. <SubType>Component</SubType>
  85. </Compile>
  86. <Compile Include="Infoking.Common.Windows.Control\IKRadioButton.cs">
  87. <SubType>Component</SubType>
  88. </Compile>
  89. <Compile Include="Infoking.Common.Windows.Control\IKRichTextBox.cs">
  90. <SubType>Component</SubType>
  91. </Compile>
  92. <Compile Include="Infoking.Common.Windows.Control\IKSplitter.cs">
  93. <SubType>Component</SubType>
  94. </Compile>
  95. <Compile Include="Infoking.Common.Windows.Control\IKStatusBar.cs">
  96. <SubType>Component</SubType>
  97. </Compile>
  98. <Compile Include="Infoking.Common.Windows.Control\IKTabControl.cs">
  99. <SubType>Component</SubType>
  100. </Compile>
  101. <Compile Include="Infoking.Common.Windows.Control\IKTextBox.cs">
  102. <SubType>Component</SubType>
  103. </Compile>
  104. <Compile Include="Infoking.Common.Windows.Control\IKToolBar.cs">
  105. <SubType>Component</SubType>
  106. </Compile>
  107. <Compile Include="Infoking.Common.Windows.Control\IKTreeView.cs">
  108. <SubType>Component</SubType>
  109. </Compile>
  110. <Compile Include="Infoking.Common.Windows.Control\IKVScrollBar.cs">
  111. <SubType>Component</SubType>
  112. </Compile>
  113. <Compile Include="Properties\AssemblyInfo.cs" />
  114. </ItemGroup>
  115. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  116. </Project>