123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{44622311-7D95-40E5-A502-9DB65AA8DC72}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>SmartCoalApplication.SystemLayer</RootNamespace>
- <AssemblyName>SmartCoalApplication.SystemLayer</AssemblyName>
- <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <Deterministic>true</Deterministic>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="NullGraphics.cs" />
- <Compile Include="ClassicFileDialog.cs" />
- <Compile Include="ClassicFileOpenDialog.cs" />
- <Compile Include="ExecutePrivilege.cs" />
- <Compile Include="ExecuteWaitType.cs" />
- <Compile Include="FileDlgExtenders\Enums.cs" />
- <Compile Include="FileDlgExtenders\Extensions.cs" />
- <Compile Include="FileDlgExtenders\FileDialogControlBase.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="FileDlgExtenders\HelperTypes.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="FileDlgExtenders\structs.cs" />
- <Compile Include="FileDlgExtenders\Win32.cs" />
- <Compile Include="FormEx.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="IFileDialog.cs" />
- <Compile Include="IFileDialogUICallbacks.cs" />
- <Compile Include="IFileOpenDialog.cs" />
- <Compile Include="IFileSaveDialog.cs" />
- <Compile Include="IFileTransferProgressEvents.cs" />
- <Compile Include="Memory.cs" />
- <Compile Include="MenuStripEx.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="NativeConstants.cs" />
- <Compile Include="NativeDelegates.cs" />
- <Compile Include="NativeErrors.cs" />
- <Compile Include="NativeMethods.cs" />
- <Compile Include="NativeStructs.cs" />
- <Compile Include="OS.cs" />
- <Compile Include="OSType.cs" />
- <Compile Include="PdnGraphics.cs" />
- <Compile Include="Processor.cs" />
- <Compile Include="PropertyItem2.cs" />
- <Compile Include="RealParentWndProcDelegate.cs" />
- <Compile Include="SafeNativeMethods.cs" />
- <Compile Include="ScrollPanel.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Security.cs" />
- <Compile Include="SerializationFallbackBinder.cs" />
- <Compile Include="Settings.cs" />
- <Compile Include="Shell.cs" />
- <Compile Include="Timing.cs" />
- <Compile Include="ToolStripEx.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Tracing.cs" />
- <Compile Include="UI.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="UserSessions.cs" />
- <Compile Include="VirtualFolderName.cs" />
- <Compile Include="VisualStyleClass.cs" />
- <Compile Include="WaitHandleArray.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="app.config" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Base\Base.csproj">
- <Project>{897ef588-5b1e-4015-96a0-907cfe9c55e4}</Project>
- <Name>Base</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|