CustomControls.Design.csproj 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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>{D6666916-D245-460C-9963-E51B6CA3185B}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>CustomControls.Design</RootNamespace>
  11. <AssemblyName>CustomControls.Design</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  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="DevExpress.Printing.v18.1.Core, Version=18.1.11.0, Culture=neutral, PublicKeyToken=377b78f86b2e0991, processorArchitecture=MSIL">
  35. <SpecificVersion>False</SpecificVersion>
  36. <HintPath>C:\Program Files (x86)\DevExpress 18.1\Components\Bin\Framework\DevExpress.Printing.v18.1.Core.dll</HintPath>
  37. </Reference>
  38. <Reference Include="DevExpress.Utils.v18.1" />
  39. <Reference Include="DevExpress.Utils.v18.1">
  40. <HintPath>C:\Program Files (x86)\DevExpress 18.1\Components\Bin\Framework\DevExpress.Utils.v18.1.dll</HintPath>
  41. </Reference>
  42. <Reference Include="DevExpress.XtraReports.v18.1, Version=18.1.11.0, Culture=neutral, PublicKeyToken=377b78f86b2e0991, processorArchitecture=MSIL">
  43. <SpecificVersion>False</SpecificVersion>
  44. <HintPath>C:\Program Files (x86)\DevExpress 18.1\Components\Bin\Framework\DevExpress.XtraReports.v18.1.dll</HintPath>
  45. </Reference>
  46. <Reference Include="DevExpress.XtraReports.v18.1.Extensions, Version=18.1.11.0, Culture=neutral, PublicKeyToken=377b78f86b2e0991, processorArchitecture=MSIL">
  47. <SpecificVersion>False</SpecificVersion>
  48. <HintPath>C:\Program Files (x86)\DevExpress 18.1\Components\Bin\Framework\DevExpress.XtraReports.v18.1.Extensions.dll</HintPath>
  49. </Reference>
  50. <Reference Include="System" />
  51. <Reference Include="System.Core" />
  52. <Reference Include="System.Design" />
  53. <Reference Include="System.Drawing" />
  54. <Reference Include="System.Xml.Linq" />
  55. <Reference Include="System.Data.DataSetExtensions" />
  56. <Reference Include="Microsoft.CSharp" />
  57. <Reference Include="System.Data" />
  58. <Reference Include="System.Xml" />
  59. </ItemGroup>
  60. <ItemGroup>
  61. <Compile Include="CustomControlToolBoxRegistrator.cs" />
  62. <Compile Include="Properties\AssemblyInfo.cs" />
  63. <Compile Include="PatternDesigner\XRPatternDesigner.cs" />
  64. <Compile Include="PatternDesigner\XRPatternDesignerActionList.cs" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <ProjectReference Include="..\CustomControls\CustomControls.csproj">
  68. <Project>{2498f13e-70ad-4577-bb53-c60e54abb0f8}</Project>
  69. <Name>CustomControls</Name>
  70. </ProjectReference>
  71. </ItemGroup>
  72. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  73. </Project>