Files
CPXV2/SystemX.Net.CP.Platform/SystemX.Net.Platform/SystemX.Net.CP.Platform.csproj

177 lines
9.6 KiB
XML

<?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>{9E024203-A0D4-4A08-8041-9D31248B6F7B}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SystemX.Net.Platform</RootNamespace>
<AssemblyName>SystemX.Net.Platform</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\Output.SystemX\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\Output.SystemX\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>..\..\Output.SystemX\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<ItemGroup>
<Reference Include="log4net">
<HintPath>..\..\Output.SystemX\log4net.dll</HintPath>
</Reference>
<Reference Include="Remotion.Linq, Version=2.1.0.0, Culture=neutral, PublicKeyToken=fee00910d6e5f53b, processorArchitecture=MSIL">
<HintPath>..\packages\Remotion.Linq.2.1.1\lib\net45\Remotion.Linq.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Collections.Immutable, Version=1.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Collections.Immutable.1.3.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath>
</Reference>
<Reference Include="System.ComponentModel.Composition" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Core" />
<Reference Include="System.Diagnostics.DiagnosticSource, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Diagnostics.DiagnosticSource.4.3.1\lib\portable-net45+win8+wpa81\System.Diagnostics.DiagnosticSource.dll</HintPath>
</Reference>
<Reference Include="System.Drawing" />
<Reference Include="System.Interactive.Async, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
<HintPath>..\packages\System.Interactive.Async.3.0.0\lib\net45\System.Interactive.Async.dll</HintPath>
</Reference>
<Reference Include="System.IO.Compression" />
<Reference Include="System.IO.Compression.FileSystem" />
<Reference Include="System.Numerics" />
<Reference Include="System.Reactive.Core">
<HintPath>..\..\Output.SystemX\System.Reactive.Core.dll</HintPath>
</Reference>
<Reference Include="System.Reactive.Interfaces">
<HintPath>..\..\Output.SystemX\System.Reactive.Interfaces.dll</HintPath>
</Reference>
<Reference Include="System.Reactive.Linq">
<HintPath>..\..\Output.SystemX\System.Reactive.Linq.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.3.0\lib\netstandard1.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
</Reference>
<Reference Include="System.Transactions" />
<Reference Include="System.Windows" />
<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" />
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
<Compile Include="SystemX.Common.Protocol\CommonCustomMakeProtocol.cs" />
<Compile Include="SystemX.Common.Protocol\LSU Trimming 4th\CustomMakeProtocol_LSU.cs" />
<Compile Include="SystemX.Common.Protocol\Smart Inhibitor 1th\CustomMakeProtocol_SIA.cs" />
<Compile Include="SystemX.Common\DataTableQuery.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SystemX.Common.Protocol\AsyncEventProcess.cs" />
<Compile Include="SystemX.Common\Archive.cs" />
<Compile Include="SystemX.Common\MemoryMappedFileControl.cs" />
<Compile Include="SystemX.Common\PacketControl\Common.cs" />
<Compile Include="SystemX.Common\Event\EventBase.cs" />
<Compile Include="SystemX.Common\Event\FuncEventHandler.cs" />
<Compile Include="SystemX.Common\Event\PauseToken.cs" />
<Compile Include="SystemX.Common\Extension\EmAsync.cs" />
<Compile Include="SystemX.Common\Extension\EmBitmap.cs" />
<Compile Include="SystemX.Common\Extension\EmComparable.cs" />
<Compile Include="SystemX.Common\Extension\EmControl.cs" />
<Compile Include="SystemX.Common\Extension\EmEventHandler.cs" />
<Compile Include="SystemX.Common\Extension\EmGeneral.cs" />
<Compile Include="SystemX.Common\Extension\EmLinq.cs" />
<Compile Include="SystemX.Common\PacketControl\PacketMakeFrom.cs" />
<Compile Include="SystemX.Common\PacketControl\PacketMakeTo.cs" />
<Compile Include="SystemX.Common\Serialization.cs" />
<Compile Include="SystemX.Common\Util\ApplicationIdleTimer.cs" />
<Compile Include="SystemX.Common\Util\AppWinControl.cs" />
<Compile Include="SystemX.Common\Util\CommonUtil.cs" />
<Compile Include="SystemX.Common\Util\CustomExceptions.cs" />
<Compile Include="SystemX.Common\Util\FileSystemUtil.cs" />
<Compile Include="SystemX.Common\Util\FilterableTextBox.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="SystemX.Common\Util\GenericEventArgs.cs" />
<Compile Include="SystemX.Common\Util\Gzip.cs" />
<Compile Include="SystemX.Common\Util\Log4NetWrapper.cs" />
<Compile Include="SystemX.Common\Util\LogEntryManager.cs" />
<Compile Include="SystemX.Common\Util\LogMessage.cs" />
<Compile Include="SystemX.Common\Util\LogProxy.cs" />
<Compile Include="SystemX.Common\Util\LogRecord.cs" />
<Compile Include="SystemX.Common\Util\NumericTextBox.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="SystemX.Common\Util\ObservableEvent.cs" />
<Compile Include="SystemX.Common\Util\SupportedCultures.cs" />
<Compile Include="SystemX.Common\Util\Utilities.cs" />
<Compile Include="SystemX.Common\Util\XMLControl.cs" />
<Compile Include="SystemX.Net.Comm\AsyncComClientSocket.cs" />
<Compile Include="SystemX.Net.Comm\AsyncClientSocket.cs" />
<Compile Include="SystemX.Net.Comm\AsyncServerSocket.cs" />
<Compile Include="SystemX.Net.Comm\Comm.cs" />
<Compile Include="SystemX.Net.Comm\IIS FTP\CommonsFTP.cs" />
<Compile Include="SystemX.Net.Comm\IIS FTP\ManagerFTP.cs" />
<Compile Include="SystemX.Net.Comm\IIS FTP\CtrlFTP.cs" />
<Compile Include="SystemX.Net.DB\ConnInfo.cs" />
<Compile Include="SystemX.Net.DB\ConnManager.cs" />
<Compile Include="SystemX.Net.DB\DBType\DBTMSSQL - Query.cs" />
<Compile Include="SystemX.Net.DB\DBType\DBTMSSQL.cs" />
<Compile Include="SystemX.Net.DB\DBType\IDBControl.cs" />
<Compile Include="SystemX.Net.DB\DBType\MariaDB.cs" />
<Compile Include="SystemX.Net.Schedule\PacketFlowControl.cs" />
<Compile Include="SystemX.Net.Schedule\Schedule.cs" />
<Compile Include="SystemX.Net\BaseContainer.cs" />
<Compile Include="SystemX.Net\Base.cs" />
<Compile Include="SystemX.Net\Protocol\BasePacket.cs" />
<Compile Include="SystemX.Net\Protocol\BaseProtocol.cs" />
<Compile Include="SystemX.Net\Info.cs" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>