SystemLayer.csproj 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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>{44622311-7D95-40E5-A502-9DB65AA8DC72}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>SmartCoalApplication.SystemLayer</RootNamespace>
  11. <AssemblyName>SmartCoalApplication.SystemLayer</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</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. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="System" />
  37. <Reference Include="System.Core" />
  38. <Reference Include="System.Drawing" />
  39. <Reference Include="System.Windows.Forms" />
  40. <Reference Include="System.Xml.Linq" />
  41. <Reference Include="System.Data.DataSetExtensions" />
  42. <Reference Include="Microsoft.CSharp" />
  43. <Reference Include="System.Data" />
  44. <Reference Include="System.Net.Http" />
  45. <Reference Include="System.Xml" />
  46. </ItemGroup>
  47. <ItemGroup>
  48. <Compile Include="NullGraphics.cs" />
  49. <Compile Include="ClassicFileDialog.cs" />
  50. <Compile Include="ClassicFileOpenDialog.cs" />
  51. <Compile Include="ExecutePrivilege.cs" />
  52. <Compile Include="ExecuteWaitType.cs" />
  53. <Compile Include="FileDlgExtenders\Enums.cs" />
  54. <Compile Include="FileDlgExtenders\Extensions.cs" />
  55. <Compile Include="FileDlgExtenders\FileDialogControlBase.cs">
  56. <SubType>UserControl</SubType>
  57. </Compile>
  58. <Compile Include="FileDlgExtenders\HelperTypes.cs">
  59. <SubType>UserControl</SubType>
  60. </Compile>
  61. <Compile Include="FileDlgExtenders\structs.cs" />
  62. <Compile Include="FileDlgExtenders\Win32.cs" />
  63. <Compile Include="FormEx.cs">
  64. <SubType>Component</SubType>
  65. </Compile>
  66. <Compile Include="IFileDialog.cs" />
  67. <Compile Include="IFileDialogUICallbacks.cs" />
  68. <Compile Include="IFileOpenDialog.cs" />
  69. <Compile Include="IFileSaveDialog.cs" />
  70. <Compile Include="IFileTransferProgressEvents.cs" />
  71. <Compile Include="Memory.cs" />
  72. <Compile Include="MenuStripEx.cs">
  73. <SubType>Component</SubType>
  74. </Compile>
  75. <Compile Include="NativeConstants.cs" />
  76. <Compile Include="NativeDelegates.cs" />
  77. <Compile Include="NativeErrors.cs" />
  78. <Compile Include="NativeMethods.cs" />
  79. <Compile Include="NativeStructs.cs" />
  80. <Compile Include="OS.cs" />
  81. <Compile Include="OSType.cs" />
  82. <Compile Include="PdnGraphics.cs" />
  83. <Compile Include="Processor.cs" />
  84. <Compile Include="PropertyItem2.cs" />
  85. <Compile Include="RealParentWndProcDelegate.cs" />
  86. <Compile Include="SafeNativeMethods.cs" />
  87. <Compile Include="ScrollPanel.cs">
  88. <SubType>Component</SubType>
  89. </Compile>
  90. <Compile Include="Security.cs" />
  91. <Compile Include="SerializationFallbackBinder.cs" />
  92. <Compile Include="Settings.cs" />
  93. <Compile Include="Shell.cs" />
  94. <Compile Include="Timing.cs" />
  95. <Compile Include="ToolStripEx.cs">
  96. <SubType>Component</SubType>
  97. </Compile>
  98. <Compile Include="Tracing.cs" />
  99. <Compile Include="UI.cs" />
  100. <Compile Include="Properties\AssemblyInfo.cs" />
  101. <Compile Include="UserSessions.cs" />
  102. <Compile Include="VirtualFolderName.cs" />
  103. <Compile Include="VisualStyleClass.cs" />
  104. <Compile Include="WaitHandleArray.cs" />
  105. </ItemGroup>
  106. <ItemGroup>
  107. <None Include="app.config" />
  108. </ItemGroup>
  109. <ItemGroup>
  110. <ProjectReference Include="..\Base\Base.csproj">
  111. <Project>{897ef588-5b1e-4015-96a0-907cfe9c55e4}</Project>
  112. <Name>Base</Name>
  113. </ProjectReference>
  114. </ItemGroup>
  115. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  116. </Project>