Y.Skin.csproj 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.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>{E9A97673-3E27-4A49-90BC-8806411A2F57}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Y.Skin</RootNamespace>
  11. <AssemblyName>Y.Skin</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="System" />
  35. <Reference Include="System.Core" />
  36. <Reference Include="System.Drawing" />
  37. <Reference Include="System.Windows.Forms" />
  38. <Reference Include="System.Xml.Linq" />
  39. <Reference Include="System.Data.DataSetExtensions" />
  40. <Reference Include="Microsoft.CSharp" />
  41. <Reference Include="System.Data" />
  42. <Reference Include="System.Net.Http" />
  43. <Reference Include="System.Xml" />
  44. </ItemGroup>
  45. <ItemGroup>
  46. <Compile Include="Properties\AssemblyInfo.cs" />
  47. <Compile Include="YoForm\Irregular\IrregularForm.cs">
  48. <SubType>Form</SubType>
  49. </Compile>
  50. <Compile Include="YoForm\Irregular\IrregularForm.Designer.cs">
  51. <DependentUpon>IrregularForm.cs</DependentUpon>
  52. </Compile>
  53. <Compile Include="YoForm\Irregular\IrregularFormSkin.cs">
  54. <SubType>Form</SubType>
  55. </Compile>
  56. <Compile Include="YoForm\Irregular\IrregularFormSkin.Designer.cs">
  57. <DependentUpon>IrregularFormSkin.cs</DependentUpon>
  58. </Compile>
  59. <Compile Include="YoForm\Toast\ToastForm.cs">
  60. <SubType>Form</SubType>
  61. </Compile>
  62. <Compile Include="YoForm\Toast\ToastForm.Designer.cs">
  63. <DependentUpon>ToastForm.cs</DependentUpon>
  64. </Compile>
  65. <Compile Include="YoPanel\EmbedArticlePanel.cs">
  66. <SubType>Component</SubType>
  67. </Compile>
  68. <Compile Include="YoPanel\EmbedArticlePanel.Designer.cs">
  69. <DependentUpon>EmbedArticlePanel.cs</DependentUpon>
  70. </Compile>
  71. <Compile Include="YoPanel\EmbedPanel.cs">
  72. <SubType>Component</SubType>
  73. </Compile>
  74. <Compile Include="YoPanel\EmbedPanel.Designer.cs">
  75. <DependentUpon>EmbedPanel.cs</DependentUpon>
  76. </Compile>
  77. <Compile Include="YoPanel\FlexiblePanel.cs">
  78. <SubType>Component</SubType>
  79. </Compile>
  80. <Compile Include="YoPanel\FlexiblePanel.Designer.cs">
  81. <DependentUpon>FlexiblePanel.cs</DependentUpon>
  82. </Compile>
  83. </ItemGroup>
  84. <ItemGroup>
  85. <Folder Include="YoCtrl\" />
  86. </ItemGroup>
  87. <ItemGroup>
  88. <ProjectReference Include="..\Y.Utils\Y.Utils.csproj">
  89. <Project>{5b8eeec7-aeb5-407d-9dc1-1c59e53f78d5}</Project>
  90. <Name>Y.Utils</Name>
  91. </ProjectReference>
  92. </ItemGroup>
  93. <ItemGroup>
  94. <EmbeddedResource Include="YoForm\Irregular\IrregularForm.resx">
  95. <DependentUpon>IrregularForm.cs</DependentUpon>
  96. </EmbeddedResource>
  97. <EmbeddedResource Include="YoForm\Irregular\IrregularFormSkin.resx">
  98. <DependentUpon>IrregularFormSkin.cs</DependentUpon>
  99. </EmbeddedResource>
  100. <EmbeddedResource Include="YoForm\Toast\ToastForm.resx">
  101. <DependentUpon>ToastForm.cs</DependentUpon>
  102. </EmbeddedResource>
  103. <EmbeddedResource Include="YoPanel\EmbedPanel.resx">
  104. <DependentUpon>EmbedPanel.cs</DependentUpon>
  105. </EmbeddedResource>
  106. </ItemGroup>
  107. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  108. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  109. Other similar extension points exist, see Microsoft.Common.targets.
  110. <Target Name="BeforeBuild">
  111. </Target>
  112. <Target Name="AfterBuild">
  113. </Target>
  114. -->
  115. </Project>