130 lines
6.7 KiB
XML
130 lines
6.7 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>{2EA5E3E4-F8C8-4742-8C78-4B070AFCFB73}</ProjectGuid>
|
|||
|
<OutputType>Library</OutputType>
|
|||
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|||
|
<RootNamespace>Unosquare.Swan</RootNamespace>
|
|||
|
<AssemblyName>Unosquare.Swan</AssemblyName>
|
|||
|
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
|
|||
|
<FileAlignment>512</FileAlignment>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|||
|
<DebugSymbols>true</DebugSymbols>
|
|||
|
<DebugType>full</DebugType>
|
|||
|
<Optimize>false</Optimize>
|
|||
|
<OutputPath>bin\Debug\</OutputPath>
|
|||
|
<DefineConstants>TRACE;DEBUG;NET452</DefineConstants>
|
|||
|
<ErrorReport>prompt</ErrorReport>
|
|||
|
<WarningLevel>4</WarningLevel>
|
|||
|
<LangVersion>7.1</LangVersion>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|||
|
<DebugType>pdbonly</DebugType>
|
|||
|
<Optimize>true</Optimize>
|
|||
|
<OutputPath>bin\Release\</OutputPath>
|
|||
|
<DefineConstants>TRACE;NET452</DefineConstants>
|
|||
|
<ErrorReport>prompt</ErrorReport>
|
|||
|
<WarningLevel>4</WarningLevel>
|
|||
|
<LangVersion>7.1</LangVersion>
|
|||
|
</PropertyGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Reference Include="System" />
|
|||
|
<Reference Include="System.Core" />
|
|||
|
<Reference Include="System.Drawing" />
|
|||
|
<Reference Include="System.ServiceProcess" />
|
|||
|
<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="Abstractions\AppWorkerBase.cs" />
|
|||
|
<Compile Include="Abstractions\AppWorkerStateChangedEventArgs.cs" />
|
|||
|
<Compile Include="Abstractions\ServiceBase.cs" />
|
|||
|
<Compile Include="Components\CircularBuffer.cs" />
|
|||
|
<Compile Include="Components\CsProjFile.cs" />
|
|||
|
<Compile Include="Components\CsProjMetadataBase.cs" />
|
|||
|
<Compile Include="Components\DelayProvider.cs" />
|
|||
|
<Compile Include="Components\DependencyContainer.cs" />
|
|||
|
<Compile Include="Components\DependencyContainerResolveOptions.cs" />
|
|||
|
<Compile Include="Components\IMessageHubMessage.cs" />
|
|||
|
<Compile Include="Components\MessageHub.cs" />
|
|||
|
<Compile Include="Components\MessageHubMessageBase.cs" />
|
|||
|
<Compile Include="Components\MessageHubSubscriptionToken.cs" />
|
|||
|
<Compile Include="Components\ObjectFactoryBase.cs" />
|
|||
|
<Compile Include="Components\ProcessResult.cs" />
|
|||
|
<Compile Include="Components\ProcessRunner.cs" />
|
|||
|
<Compile Include="Components\RealtimeClock.cs" />
|
|||
|
<Compile Include="Components\RegisterOptions.cs" />
|
|||
|
<Compile Include="Components\TypeRegistration.cs" />
|
|||
|
<Compile Include="Components\TypesConcurrentDictionary.cs" />
|
|||
|
<Compile Include="Enums.cs" />
|
|||
|
<Compile Include="Eventing.ConnectionListener.cs" />
|
|||
|
<Compile Include="Eventing.cs" />
|
|||
|
<Compile Include="Exceptions\DependencyContainerRegistrationException.cs" />
|
|||
|
<Compile Include="Exceptions\DependencyContainerResolutionException.cs" />
|
|||
|
<Compile Include="Exceptions\DependencyContainerWeakReferenceException.cs" />
|
|||
|
<Compile Include="Exceptions\DnsQueryException.cs" />
|
|||
|
<Compile Include="Exceptions\JsonRequestException.cs" />
|
|||
|
<Compile Include="Exceptions\LdapException.cs" />
|
|||
|
<Compile Include="Exceptions\SmtpException.cs" />
|
|||
|
<Compile Include="Extensions.MimeMessage.cs" />
|
|||
|
<Compile Include="Extensions.Network.cs" />
|
|||
|
<Compile Include="Extensions.WindowsServices.cs" />
|
|||
|
<Compile Include="Formatters\BitmapBuffer.cs" />
|
|||
|
<Compile Include="Models\OkOrError.cs" />
|
|||
|
<Compile Include="Network.cs" />
|
|||
|
<Compile Include="Networking\Connection.cs" />
|
|||
|
<Compile Include="Networking\ConnectionListener.cs" />
|
|||
|
<Compile Include="Networking\DnsClient.cs" />
|
|||
|
<Compile Include="Networking\DnsClient.Interfaces.cs" />
|
|||
|
<Compile Include="Networking\DnsClient.Request.cs" />
|
|||
|
<Compile Include="Networking\DnsClient.ResourceRecords.cs" />
|
|||
|
<Compile Include="Networking\DnsClient.Response.cs" />
|
|||
|
<Compile Include="Networking\DnsQueryResult.cs" />
|
|||
|
<Compile Include="Networking\DnsRecord.cs" />
|
|||
|
<Compile Include="Networking\Enums.Dns.cs" />
|
|||
|
<Compile Include="Networking\Enums.Smtp.cs" />
|
|||
|
<Compile Include="Networking\JsonClient.cs" />
|
|||
|
<Compile Include="Networking\Ldap\Asn1.cs" />
|
|||
|
<Compile Include="Networking\Ldap\LberDecoder.cs" />
|
|||
|
<Compile Include="Networking\Ldap\LberEncoder.cs" />
|
|||
|
<Compile Include="Networking\Ldap\LdapConnection.cs" />
|
|||
|
<Compile Include="Networking\Ldap\LdapControl.cs" />
|
|||
|
<Compile Include="Networking\Ldap\LdapEntry.cs" />
|
|||
|
<Compile Include="Networking\Ldap\LdapEnums.cs" />
|
|||
|
<Compile Include="Networking\Ldap\LdapMessage.cs" />
|
|||
|
<Compile Include="Networking\Ldap\LdapModification.cs" />
|
|||
|
<Compile Include="Networking\Ldap\LdapModifyRequest.cs" />
|
|||
|
<Compile Include="Networking\Ldap\LdapOperation.cs" />
|
|||
|
<Compile Include="Networking\Ldap\LdapSearchRequest.cs" />
|
|||
|
<Compile Include="Networking\Ldap\LdapSearchResults.cs" />
|
|||
|
<Compile Include="Networking\Ldap\LdapStatusCode.cs" />
|
|||
|
<Compile Include="Networking\Ldap\Message.cs" />
|
|||
|
<Compile Include="Networking\Ldap\RfcControl.cs" />
|
|||
|
<Compile Include="Networking\Ldap\RfcFilter.cs" />
|
|||
|
<Compile Include="Networking\Ldap\RfcLdap.cs" />
|
|||
|
<Compile Include="Networking\Ldap\RfcLdapMessage.cs" />
|
|||
|
<Compile Include="Networking\Ldap\RfcModifyRequest.cs" />
|
|||
|
<Compile Include="Networking\SmtpClient.cs" />
|
|||
|
<Compile Include="Networking\SmtpDefinitions.cs" />
|
|||
|
<Compile Include="Networking\SmtpSender.cs" />
|
|||
|
<Compile Include="Networking\SmtpServerReply.cs" />
|
|||
|
<Compile Include="Networking\SmtpSessionState.cs" />
|
|||
|
<Compile Include="Networking\SnmpClient.cs" />
|
|||
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ProjectReference Include="..\Unosquare.Swan.Lite\Unosquare.Swan.Lite.csproj">
|
|||
|
<Project>{ab015683-62e5-47f1-861f-6d037f9c6433}</Project>
|
|||
|
<Name>Unosquare.Swan.Lite</Name>
|
|||
|
</ProjectReference>
|
|||
|
</ItemGroup>
|
|||
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|||
|
</Project>
|