Y.Controls.csproj 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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>{E10EC8D2-22E2-4387-9D9B-36A5429B67C1}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Y.Controls</RootNamespace>
  11. <AssemblyName>Y.Controls</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="Container\FlexiblePanel.cs">
  47. <SubType>Component</SubType>
  48. </Compile>
  49. <Compile Include="Container\FlexiblePanel.Designer.cs">
  50. <DependentUpon>FlexiblePanel.cs</DependentUpon>
  51. </Compile>
  52. <Compile Include="Loadings\SimpleLoading.cs">
  53. <SubType>UserControl</SubType>
  54. </Compile>
  55. <Compile Include="Loadings\SimpleLoading.Designer.cs">
  56. <DependentUpon>SimpleLoading.cs</DependentUpon>
  57. </Compile>
  58. <Compile Include="Properties\AssemblyInfo.cs" />
  59. <Compile Include="Properties\Resources.Designer.cs">
  60. <AutoGen>True</AutoGen>
  61. <DesignTime>True</DesignTime>
  62. <DependentUpon>Resources.resx</DependentUpon>
  63. </Compile>
  64. </ItemGroup>
  65. <ItemGroup>
  66. <EmbeddedResource Include="Loadings\SimpleLoading.resx">
  67. <DependentUpon>SimpleLoading.cs</DependentUpon>
  68. </EmbeddedResource>
  69. <EmbeddedResource Include="Properties\Resources.resx">
  70. <Generator>ResXFileCodeGenerator</Generator>
  71. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  72. </EmbeddedResource>
  73. </ItemGroup>
  74. <ItemGroup>
  75. <Content Include="Resource\Image\SimpleLoading.gif" />
  76. </ItemGroup>
  77. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  78. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  79. Other similar extension points exist, see Microsoft.Common.targets.
  80. <Target Name="BeforeBuild">
  81. </Target>
  82. <Target Name="AfterBuild">
  83. </Target>
  84. -->
  85. </Project>