PatternDemo.csproj 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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>{29754246-8500-4BC2-B221-E71B06FF3269}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>PatternDemo</RootNamespace>
  10. <AssemblyName>PatternDemo</AssemblyName>
  11. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <Deterministic>true</Deterministic>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <Prefer32Bit>false</Prefer32Bit>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <Prefer32Bit>false</Prefer32Bit>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="DevExpress.CodeParser.v18.1, Version=18.1.11.0, Culture=neutral, PublicKeyToken=377b78f86b2e0991" />
  39. <Reference Include="DevExpress.Data.v18.1, Version=18.1.11.0, Culture=neutral, PublicKeyToken=377b78f86b2e0991, processorArchitecture=MSIL" />
  40. <Reference Include="DevExpress.DataAccess.v18.1, Version=18.1.11.0, Culture=neutral, PublicKeyToken=377b78f86b2e0991" />
  41. <Reference Include="DevExpress.Printing.v18.1.Core, Version=18.1.11.0, Culture=neutral, PublicKeyToken=377b78f86b2e0991, processorArchitecture=MSIL">
  42. <SpecificVersion>False</SpecificVersion>
  43. <HintPath>C:\Program Files (x86)\DevExpress 18.1\Components\Bin\Framework\DevExpress.Printing.v18.1.Core.dll</HintPath>
  44. </Reference>
  45. <Reference Include="DevExpress.Utils.v18.1" />
  46. <Reference Include="DevExpress.Utils.v18.1" />
  47. <Reference Include="DevExpress.Utils.v18.1">
  48. <HintPath>C:\Program Files (x86)\DevExpress 18.1\Components\Bin\Framework\DevExpress.Utils.v18.1.dll</HintPath>
  49. </Reference>
  50. <Reference Include="DevExpress.Utils.v18.1, Version=18.1.11.0, Culture=neutral, PublicKeyToken=377b78f86b2e0991" />
  51. <Reference Include="DevExpress.Xpo.v18.1, Version=18.1.11.0, Culture=neutral, PublicKeyToken=377b78f86b2e0991" />
  52. <Reference Include="DevExpress.XtraReports.v18.1, Version=18.1.11.0, Culture=neutral, PublicKeyToken=377b78f86b2e0991, processorArchitecture=MSIL">
  53. <SpecificVersion>False</SpecificVersion>
  54. <HintPath>C:\Program Files (x86)\DevExpress 18.1\Components\Bin\Framework\DevExpress.XtraReports.v18.1.dll</HintPath>
  55. </Reference>
  56. <Reference Include="DevExpress.XtraReports.v18.1.Extensions, Version=18.1.11.0, Culture=neutral, PublicKeyToken=377b78f86b2e0991, processorArchitecture=MSIL">
  57. <SpecificVersion>False</SpecificVersion>
  58. <HintPath>C:\Program Files (x86)\DevExpress 18.1\Components\Bin\Framework\DevExpress.XtraReports.v18.1.Extensions.dll</HintPath>
  59. </Reference>
  60. <Reference Include="System" />
  61. <Reference Include="System.Core" />
  62. <Reference Include="System.Xml.Linq" />
  63. <Reference Include="System.Data.DataSetExtensions" />
  64. <Reference Include="Microsoft.CSharp" />
  65. <Reference Include="System.Data" />
  66. <Reference Include="System.Deployment" />
  67. <Reference Include="System.Drawing" />
  68. <Reference Include="System.Windows.Forms" />
  69. <Reference Include="System.Xml" />
  70. </ItemGroup>
  71. <ItemGroup>
  72. <Compile Include="Program.cs" />
  73. <Compile Include="Properties\AssemblyInfo.cs" />
  74. <EmbeddedResource Include="Properties\Resources.resx">
  75. <Generator>ResXFileCodeGenerator</Generator>
  76. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  77. <SubType>Designer</SubType>
  78. </EmbeddedResource>
  79. <Compile Include="Properties\Resources.Designer.cs">
  80. <AutoGen>True</AutoGen>
  81. <DependentUpon>Resources.resx</DependentUpon>
  82. <DesignTime>True</DesignTime>
  83. </Compile>
  84. <None Include="app.config" />
  85. <None Include="Properties\Settings.settings">
  86. <Generator>SettingsSingleFileGenerator</Generator>
  87. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  88. </None>
  89. <Compile Include="Properties\Settings.Designer.cs">
  90. <AutoGen>True</AutoGen>
  91. <DependentUpon>Settings.settings</DependentUpon>
  92. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  93. </Compile>
  94. </ItemGroup>
  95. <ItemGroup>
  96. <ProjectReference Include="..\CustomControls.Design\CustomControls.Design.csproj">
  97. <Project>{D6666916-D245-460C-9963-E51B6CA3185B}</Project>
  98. <Name>CustomControls.Design</Name>
  99. </ProjectReference>
  100. <ProjectReference Include="..\CustomControls\CustomControls.csproj">
  101. <Project>{2498F13E-70AD-4577-BB53-C60E54ABB0F8}</Project>
  102. <Name>CustomControls</Name>
  103. </ProjectReference>
  104. </ItemGroup>
  105. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  106. </Project>