Infoking.Common.Windows.Control.csproj 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  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>{1D3CABEA-FC6B-43D6-8C31-FC1B73752685}</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="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.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  40. <SpecificVersion>False</SpecificVersion>
  41. <HintPath>C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Drawing.dll</HintPath>
  42. </Reference>
  43. <Reference Include="System.Windows.Forms">
  44. <HintPath>C:\Windows\assembly\GAC_MSIL\System.Windows.Forms\2.0.0.0__b77a5c561934e089\System.Windows.Forms.dll</HintPath>
  45. </Reference>
  46. <Reference Include="System">
  47. <HintPath>C:\Windows\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll</HintPath>
  48. </Reference>
  49. </ItemGroup>
  50. <ItemGroup>
  51. <Compile Include="Infoking.Common.Windows.Control\IKButton.cs">
  52. <SubType>Component</SubType>
  53. </Compile>
  54. <Compile Include="Infoking.Common.Windows.Control\IKCheckBox.cs">
  55. <SubType>Component</SubType>
  56. </Compile>
  57. <Compile Include="Infoking.Common.Windows.Control\IKCheckedListBox.cs">
  58. <SubType>Component</SubType>
  59. </Compile>
  60. <Compile Include="Infoking.Common.Windows.Control\IKMetroComboBox.cs">
  61. <SubType>Component</SubType>
  62. </Compile>
  63. <Compile Include="Infoking.Common.Windows.Control\IKComboBox.cs">
  64. <SubType>Component</SubType>
  65. </Compile>
  66. <Compile Include="Infoking.Common.Windows.Control\IKDataGrid.cs">
  67. <SubType>Component</SubType>
  68. </Compile>
  69. <Compile Include="Infoking.Common.Windows.Control\IKDateTimePicker.cs">
  70. <SubType>Component</SubType>
  71. </Compile>
  72. <Compile Include="Infoking.Common.Windows.Control\IKGroupBox.cs">
  73. <SubType>Component</SubType>
  74. </Compile>
  75. <Compile Include="Infoking.Common.Windows.Control\IKHScrollBar.cs">
  76. <SubType>Component</SubType>
  77. </Compile>
  78. <Compile Include="Infoking.Common.Windows.Control\IKIntegralUpDown.cs">
  79. <SubType>Component</SubType>
  80. </Compile>
  81. <Compile Include="Infoking.Common.Windows.Control\IKLabel.cs">
  82. <SubType>Component</SubType>
  83. </Compile>
  84. <Compile Include="Infoking.Common.Windows.Control\IKLinkLabel.cs">
  85. <SubType>Component</SubType>
  86. </Compile>
  87. <Compile Include="Infoking.Common.Windows.Control\IKListBox.cs">
  88. <SubType>Component</SubType>
  89. </Compile>
  90. <Compile Include="Infoking.Common.Windows.Control\IKListView.cs">
  91. <SubType>Component</SubType>
  92. </Compile>
  93. <Compile Include="Infoking.Common.Windows.Control\IKMetroButton.cs">
  94. <SubType>Component</SubType>
  95. </Compile>
  96. <Compile Include="Infoking.Common.Windows.Control\IKMetroButton.Designer.cs">
  97. <DependentUpon>IKMetroButton.cs</DependentUpon>
  98. </Compile>
  99. <Compile Include="Infoking.Common.Windows.Control\IKNumericUpDown.cs">
  100. <SubType>Component</SubType>
  101. </Compile>
  102. <Compile Include="Infoking.Common.Windows.Control\IKMetroPanel.cs">
  103. <SubType>Component</SubType>
  104. </Compile>
  105. <Compile Include="Infoking.Common.Windows.Control\IKPanel.cs">
  106. <SubType>Component</SubType>
  107. </Compile>
  108. <Compile Include="Infoking.Common.Windows.Control\IKPictureBox.cs">
  109. <SubType>Component</SubType>
  110. </Compile>
  111. <Compile Include="Infoking.Common.Windows.Control\IKRadioButton.cs">
  112. <SubType>Component</SubType>
  113. </Compile>
  114. <Compile Include="Infoking.Common.Windows.Control\IKRichTextBox.cs">
  115. <SubType>Component</SubType>
  116. </Compile>
  117. <Compile Include="Infoking.Common.Windows.Control\IKSplitter.cs">
  118. <SubType>Component</SubType>
  119. </Compile>
  120. <Compile Include="Infoking.Common.Windows.Control\IKStatusBar.cs">
  121. <SubType>Component</SubType>
  122. </Compile>
  123. <Compile Include="Infoking.Common.Windows.Control\IKTabControl.cs">
  124. <SubType>Component</SubType>
  125. </Compile>
  126. <Compile Include="Infoking.Common.Windows.Control\IKMetroTextBox.cs">
  127. <SubType>Component</SubType>
  128. </Compile>
  129. <Compile Include="Infoking.Common.Windows.Control\IKTextBox.cs">
  130. <SubType>Component</SubType>
  131. </Compile>
  132. <Compile Include="Infoking.Common.Windows.Control\IKToolBar.cs">
  133. <SubType>Component</SubType>
  134. </Compile>
  135. <Compile Include="Infoking.Common.Windows.Control\IKTreeView.cs">
  136. <SubType>Component</SubType>
  137. </Compile>
  138. <Compile Include="Infoking.Common.Windows.Control\IKVScrollBar.cs">
  139. <SubType>Component</SubType>
  140. </Compile>
  141. <Compile Include="Properties\AssemblyInfo.cs" />
  142. </ItemGroup>
  143. <ItemGroup>
  144. <None Include="packages.config" />
  145. </ItemGroup>
  146. <ItemGroup>
  147. <EmbeddedResource Include="Infoking.Common.Windows.Control\IKTabControl.resx">
  148. <DependentUpon>IKTabControl.cs</DependentUpon>
  149. </EmbeddedResource>
  150. </ItemGroup>
  151. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  152. </Project>