Microsoft.Windows.Forms.csproj 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  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>{3C753557-ECBB-4963-904C-E42E79E0D344}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Microsoft.Windows.Forms</RootNamespace>
  11. <AssemblyName>Microsoft.Windows.Forms</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>..\_Output\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. <DocumentationFile>..\_Output\Debug\Microsoft.Windows.Forms.XML</DocumentationFile>
  24. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>..\_Output\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <DocumentationFile>..\_Output\Release\Microsoft.Windows.Forms.XML</DocumentationFile>
  34. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="System" />
  38. <Reference Include="System.Core" />
  39. <Reference Include="System.Drawing" />
  40. <Reference Include="System.Windows.Forms" />
  41. </ItemGroup>
  42. <ItemGroup>
  43. <Compile Include="Animate\Animation.cs" />
  44. <Compile Include="Animate\AnimationFrame.cs" />
  45. <Compile Include="Animate\AnimationFrameType.cs" />
  46. <Compile Include="Animate\AnimationOperations.cs" />
  47. <Compile Include="Animate\IAnimation.cs" />
  48. <Compile Include="Animate\UIGradientAnimation.cs" />
  49. <Compile Include="Animate\UIImageAnimation.cs" />
  50. <Compile Include="Animate\UILinearAnimation.cs" />
  51. <Compile Include="Controls\IUIControl.0.cs" />
  52. <Compile Include="Controls\IUIControl.1.Layout.cs" />
  53. <Compile Include="Controls\IUIControl.2.Behaviour.cs" />
  54. <Compile Include="Controls\IUIControl.3.Appearance.cs" />
  55. <Compile Include="Controls\IUIControl.4.Render.cs" />
  56. <Compile Include="Controls\IUIControl.5.Events.cs" />
  57. <Compile Include="Controls\IUIWindow.cs" />
  58. <Compile Include="Controls\UIButton\UIButton.cs" />
  59. <Compile Include="Controls\UIControl\UIControl.0.cs" />
  60. <Compile Include="Controls\UIControl\UIControl.1.Layout.cs" />
  61. <Compile Include="Controls\UIControl\UIControl.2Behaviour.cs" />
  62. <Compile Include="Controls\UIControl\UIControl.3.Appearance.cs" />
  63. <Compile Include="Controls\UIControl\UIControl.4.Render.cs" />
  64. <Compile Include="Controls\UIControl\UIControl.5.WndProc.cs" />
  65. <Compile Include="Controls\UIControl\UIControl.6.Events.cs" />
  66. <Compile Include="Controls\UIControl\UIControl.7.Dispose.cs" />
  67. <Compile Include="Controls\UIControl\UIControl.8.Util.cs" />
  68. <Compile Include="Controls\UIControl\UIControl.UIControlCollection.cs" />
  69. <Compile Include="Controls\UIForm\UIForm.0.cs">
  70. <SubType>Form</SubType>
  71. </Compile>
  72. <Compile Include="Controls\UIForm\UIForm.1.Layout.cs">
  73. <SubType>Form</SubType>
  74. </Compile>
  75. <Compile Include="Controls\UIForm\UIForm.2.Behaviour.cs">
  76. <SubType>Form</SubType>
  77. </Compile>
  78. <Compile Include="Controls\UIForm\UIForm.3.Appearance.cs">
  79. <SubType>Form</SubType>
  80. </Compile>
  81. <Compile Include="Controls\UIForm\UIForm.4.Render.cs">
  82. <SubType>Form</SubType>
  83. </Compile>
  84. <Compile Include="Controls\UIForm\UIForm.5.WndProc.cs">
  85. <SubType>Form</SubType>
  86. </Compile>
  87. <Compile Include="Controls\UIForm\UIForm.6.Events.cs">
  88. <SubType>Form</SubType>
  89. </Compile>
  90. <Compile Include="Controls\UIForm\UIForm.7.Dispose.cs">
  91. <SubType>Form</SubType>
  92. </Compile>
  93. <Compile Include="Controls\UIImage\UIImage.cs" />
  94. <Compile Include="Controls\UILabel\UILabel.cs" />
  95. <Compile Include="Controls\UILine\UILine.cs" />
  96. <Compile Include="Controls\UILink\UILink.cs" />
  97. <Compile Include="Controls\UIMarquee\UIMarquee.cs" />
  98. <Compile Include="Controls\UIPanel\UIPanel.cs" />
  99. <Compile Include="Controls\UIProgress\UIProgress.cs" />
  100. <Compile Include="Controls\UIWinControl\UIWinControl.0.cs">
  101. <SubType>Component</SubType>
  102. </Compile>
  103. <Compile Include="Controls\UIWinControl\UIWinControl.1.Layout.cs">
  104. <SubType>Component</SubType>
  105. </Compile>
  106. <Compile Include="Controls\UIWinControl\UIWinControl.2.Behaviour.cs">
  107. <SubType>Component</SubType>
  108. </Compile>
  109. <Compile Include="Controls\UIWinControl\UIWinControl.3.Appearance.cs">
  110. <SubType>Component</SubType>
  111. </Compile>
  112. <Compile Include="Controls\UIWinControl\UIWinControl.4.Render.cs">
  113. <SubType>Component</SubType>
  114. </Compile>
  115. <Compile Include="Controls\UIWinControl\UIWinControl.5.WndProc.cs">
  116. <SubType>Component</SubType>
  117. </Compile>
  118. <Compile Include="Controls\UIWinControl\UIWinControl.6.Events.cs">
  119. <SubType>Component</SubType>
  120. </Compile>
  121. <Compile Include="Controls\UIWinControl\UIWinControl.7.Dispose.cs">
  122. <SubType>Component</SubType>
  123. </Compile>
  124. <Compile Include="DefaultTheme\DefaultTheme.00.Font.cs" />
  125. <Compile Include="DefaultTheme\DefaultTheme.01.CommonColor.cs" />
  126. <Compile Include="DefaultTheme\DefaultTheme.02.ForeColor.cs" />
  127. <Compile Include="DefaultTheme\DefaultTheme.03.BackColor.cs" />
  128. <Compile Include="DefaultTheme\DefaultTheme.04.BackColorAero.cs" />
  129. <Compile Include="DefaultTheme\DefaultTheme.05.BorderColor.cs" />
  130. <Compile Include="DefaultTheme\DefaultTheme.06.InnerBorderColor.cs" />
  131. <Compile Include="DefaultTheme\DefaultTheme.07.String.cs" />
  132. <Compile Include="Enums\AeroStyle.cs" />
  133. <Compile Include="Enums\BlendStyle.cs" />
  134. <Compile Include="Enums\BorderVisibleStyle.cs" />
  135. <Compile Include="Enums\CornerStyle.cs" />
  136. <Compile Include="Enums\ImageLayout9.cs" />
  137. <Compile Include="Enums\RoundStyle.cs" />
  138. <Compile Include="Enums\ShadowShapeStyle.cs" />
  139. <Compile Include="Enums\SizeStyle.cs" />
  140. <Compile Include="Enums\State.cs" />
  141. <Compile Include="Layout\LayoutData.cs" />
  142. <Compile Include="Layout\LayoutOptions.cs" />
  143. <Compile Include="Layout\LayoutUtils.cs" />
  144. <Compile Include="Properties\AssemblyInfo.cs" />
  145. <Compile Include="Sprite\Sprite.00.cs" />
  146. <Compile Include="Sprite\Sprite.Method.01.RenderPrepare.cs" />
  147. <Compile Include="Sprite\Sprite.Method.02.Render.cs" />
  148. <Compile Include="Sprite\Sprite.Method.03.IDisposable.cs" />
  149. <Compile Include="Sprite\Sprite.Method.04.Override.cs" />
  150. <Compile Include="Sprite\Sprite.Property.01.Owner.cs" />
  151. <Compile Include="Sprite\Sprite.Property.02.State.cs" />
  152. <Compile Include="Sprite\Sprite.Property.03.Round.cs" />
  153. <Compile Include="Sprite\Sprite.Property.04.BackColor.cs" />
  154. <Compile Include="Sprite\Sprite.Property.05.BackColorAero.cs" />
  155. <Compile Include="Sprite\Sprite.Property.06.BackgroundImage.cs" />
  156. <Compile Include="Sprite\Sprite.Property.07.BackgroundImage9.cs" />
  157. <Compile Include="Sprite\Sprite.Property.08.BorderColor.cs" />
  158. <Compile Include="Sprite\Sprite.Property.09.TextAndImage.cs" />
  159. <Compile Include="Sprite\Sprite.Property.10.Text.cs" />
  160. <Compile Include="Sprite\Sprite.Property.11.Image.cs" />
  161. <Compile Include="Sprite\Sprite.Property.12.Line.cs" />
  162. <Compile Include="Sprite\Sprite.Property.13.References.cs" />
  163. <Compile Include="Util\PaintManager.cs" />
  164. <Compile Include="Util\RandomColor.cs" />
  165. <Compile Include="Util\RenderEngine.0.cs" />
  166. <Compile Include="Util\RenderEngine.1.HLSColor.cs" />
  167. <Compile Include="Util\RenderEngine.2.Color.cs" />
  168. <Compile Include="Util\RenderEngine.3.Image.cs" />
  169. <Compile Include="Util\RenderEngine.4.Brush.cs" />
  170. <Compile Include="Util\RenderEngine.5.GraphicsPath.cs" />
  171. <Compile Include="Util\RenderEngine.6.Render.cs" />
  172. </ItemGroup>
  173. <ItemGroup>
  174. <ProjectReference Include="..\Microsoft.Drawing\Microsoft.Drawing.csproj">
  175. <Project>{2421b8b6-355e-4e6e-8955-1beb1a4c1b84}</Project>
  176. <Name>Microsoft.Drawing</Name>
  177. </ProjectReference>
  178. <ProjectReference Include="..\Microsoft.Win32\Microsoft.Win32.csproj">
  179. <Project>{b1d6b045-127c-47fc-adf2-ce3957f4d694}</Project>
  180. <Name>Microsoft.Win32</Name>
  181. </ProjectReference>
  182. <ProjectReference Include="..\Microsoft\Microsoft.csproj">
  183. <Project>{f2a4d4c2-a948-4351-9d46-117f372ab4a4}</Project>
  184. <Name>Microsoft</Name>
  185. </ProjectReference>
  186. </ItemGroup>
  187. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  188. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  189. Other similar extension points exist, see Microsoft.Common.targets.
  190. <Target Name="BeforeBuild">
  191. </Target>
  192. <Target Name="AfterBuild">
  193. </Target>
  194. -->
  195. </Project>