Commit a1e7ac2f authored by Jeremy Meng's avatar Jeremy Meng

Add StackExchange.Redist_NetCore project.

parent c94917a1
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{73DA4626-EDCC-4722-BE54-7F03663BD680}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>StackExchange.Redis</RootNamespace>
<AssemblyName>StackExchange.Redis</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG;NETCORE;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE;NETCORE;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<None Include="project.json" />
<!-- A reference to the entire .NET Framework is automatically included -->
</ItemGroup>
<ItemGroup>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\Aggregate.cs">
<Link>StackExchange\Redis\Aggregate.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\Bitwise.cs">
<Link>StackExchange\Redis\Bitwise.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\ClientFlags.cs">
<Link>StackExchange\Redis\ClientFlags.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\ClientInfo.cs">
<Link>StackExchange\Redis\ClientInfo.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\ClientType.cs">
<Link>StackExchange\Redis\ClientType.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\ClusterConfiguration.cs">
<Link>StackExchange\Redis\ClusterConfiguration.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\CommandFlags.cs">
<Link>StackExchange\Redis\CommandFlags.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\CommandMap.cs">
<Link>StackExchange\Redis\CommandMap.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\CommandTrace.cs">
<Link>StackExchange\Redis\CommandTrace.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\CompletedDefaultTask.cs">
<Link>StackExchange\Redis\CompletedDefaultTask.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\CompletionManager.cs">
<Link>StackExchange\Redis\CompletionManager.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\ConcurrentProfileStorageCollection.cs">
<Link>StackExchange\Redis\ConcurrentProfileStorageCollection.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\Condition.cs">
<Link>StackExchange\Redis\Condition.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\ConfigurationOptions.cs">
<Link>StackExchange\Redis\ConfigurationOptions.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\ConnectionCounters.cs">
<Link>StackExchange\Redis\ConnectionCounters.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\ConnectionFailedEventArgs.cs">
<Link>StackExchange\Redis\ConnectionFailedEventArgs.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\ConnectionFailureType.cs">
<Link>StackExchange\Redis\ConnectionFailureType.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\ConnectionMultiplexer.cs">
<Link>StackExchange\Redis\ConnectionMultiplexer.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\ConnectionMultiplexer.Profiling.cs">
<Link>StackExchange\Redis\ConnectionMultiplexer.Profiling.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\ConnectionMultiplexer.ReaderWriter.cs">
<Link>StackExchange\Redis\ConnectionMultiplexer.ReaderWriter.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\ConnectionType.cs">
<Link>StackExchange\Redis\ConnectionType.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\DebuggingAids.cs">
<Link>StackExchange\Redis\DebuggingAids.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\EndPointCollection.cs">
<Link>StackExchange\Redis\EndPointCollection.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\EndPointEventArgs.cs">
<Link>StackExchange\Redis\EndPointEventArgs.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\ExceptionFactory.cs">
<Link>StackExchange\Redis\ExceptionFactory.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\Exclude.cs">
<Link>StackExchange\Redis\Exclude.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\ExportOptions.cs">
<Link>StackExchange\Redis\ExportOptions.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\ExtensionMethods.cs">
<Link>StackExchange\Redis\ExtensionMethods.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\Format.cs">
<Link>StackExchange\Redis\Format.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\HashEntry.cs">
<Link>StackExchange\Redis\HashEntry.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\HashSlotMovedEventArgs.cs">
<Link>StackExchange\Redis\HashSlotMovedEventArgs.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\IBatch.cs">
<Link>StackExchange\Redis\IBatch.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\ICompletable.cs">
<Link>StackExchange\Redis\ICompletable.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\IConnectionMultiplexer.cs">
<Link>StackExchange\Redis\IConnectionMultiplexer.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\IDatabase.cs">
<Link>StackExchange\Redis\IDatabase.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\IDatabaseAsync.cs">
<Link>StackExchange\Redis\IDatabaseAsync.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\IMultiMessage.cs">
<Link>StackExchange\Redis\IMultiMessage.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\InternalErrorEventArgs.cs">
<Link>StackExchange\Redis\InternalErrorEventArgs.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\IProfiler.cs">
<Link>StackExchange\Redis\IProfiler.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\IRedis.cs">
<Link>StackExchange\Redis\IRedis.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\IRedisAsync.cs">
<Link>StackExchange\Redis\IRedisAsync.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\IServer.cs">
<Link>StackExchange\Redis\IServer.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\ISubscriber.cs">
<Link>StackExchange\Redis\ISubscriber.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\ITransaction.cs">
<Link>StackExchange\Redis\ITransaction.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\KeyspaceIsolation\BatchWrapper.cs">
<Link>StackExchange\Redis\KeyspaceIsolation\BatchWrapper.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\KeyspaceIsolation\DatabaseExtension.cs">
<Link>StackExchange\Redis\KeyspaceIsolation\DatabaseExtension.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\KeyspaceIsolation\DatabaseWrapper.cs">
<Link>StackExchange\Redis\KeyspaceIsolation\DatabaseWrapper.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\KeyspaceIsolation\TransactionWrapper.cs">
<Link>StackExchange\Redis\KeyspaceIsolation\TransactionWrapper.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\KeyspaceIsolation\WrapperBase.cs">
<Link>StackExchange\Redis\KeyspaceIsolation\WrapperBase.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\LoggingTextStream.cs">
<Link>StackExchange\Redis\LoggingTextStream.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\LuaScript.cs">
<Link>StackExchange\Redis\LuaScript.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\Message.cs">
<Link>StackExchange\Redis\Message.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\MessageCompletable.cs">
<Link>StackExchange\Redis\MessageCompletable.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\MessageQueue.cs">
<Link>StackExchange\Redis\MessageQueue.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\MigrateOptions.cs">
<Link>StackExchange\Redis\MigrateOptions.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\Order.cs">
<Link>StackExchange\Redis\Order.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\PhysicalBridge.cs">
<Link>StackExchange\Redis\PhysicalBridge.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\PhysicalConnection.cs">
<Link>StackExchange\Redis\PhysicalConnection.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\ProfileContextTracker.cs">
<Link>StackExchange\Redis\ProfileContextTracker.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\ProfileStorage.cs">
<Link>StackExchange\Redis\ProfileStorage.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\RawResult.cs">
<Link>StackExchange\Redis\RawResult.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\RedisBase.cs">
<Link>StackExchange\Redis\RedisBase.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\RedisBatch.cs">
<Link>StackExchange\Redis\RedisBatch.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\RedisChannel.cs">
<Link>StackExchange\Redis\RedisChannel.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\RedisCommand.cs">
<Link>StackExchange\Redis\RedisCommand.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\RedisDatabase.cs">
<Link>StackExchange\Redis\RedisDatabase.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\RedisErrorEventArgs.cs">
<Link>StackExchange\Redis\RedisErrorEventArgs.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\RedisFeatures.cs">
<Link>StackExchange\Redis\RedisFeatures.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\RedisKey.cs">
<Link>StackExchange\Redis\RedisKey.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\RedisLiterals.cs">
<Link>StackExchange\Redis\RedisLiterals.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\RedisResult.cs">
<Link>StackExchange\Redis\RedisResult.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\RedisServer.cs">
<Link>StackExchange\Redis\RedisServer.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\RedisSubscriber.cs">
<Link>StackExchange\Redis\RedisSubscriber.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\RedisTransaction.cs">
<Link>StackExchange\Redis\RedisTransaction.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\RedisType.cs">
<Link>StackExchange\Redis\RedisType.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\RedisValue.cs">
<Link>StackExchange\Redis\RedisValue.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\ReplicationChangeOptions.cs">
<Link>StackExchange\Redis\ReplicationChangeOptions.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\ResultBox.cs">
<Link>StackExchange\Redis\ResultBox.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\ResultProcessor.cs">
<Link>StackExchange\Redis\ResultProcessor.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\ResultType.cs">
<Link>StackExchange\Redis\ResultType.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\SaveType.cs">
<Link>StackExchange\Redis\SaveType.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\ScriptParameterMapper.cs">
<Link>StackExchange\Redis\ScriptParameterMapper.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\ServerCounters.cs">
<Link>StackExchange\Redis\ServerCounters.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\ServerEndPoint.cs">
<Link>StackExchange\Redis\ServerEndPoint.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\ServerSelectionStrategy.cs">
<Link>StackExchange\Redis\ServerSelectionStrategy.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\ServerType.cs">
<Link>StackExchange\Redis\ServerType.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\SetOperation.cs">
<Link>StackExchange\Redis\SetOperation.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\ShutdownMode.cs">
<Link>StackExchange\Redis\ShutdownMode.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\SocketManager.cs">
<Link>StackExchange\Redis\SocketManager.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\SocketManager.NoPoll.cs">
<Link>StackExchange\Redis\SocketManager.NoPoll.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\SocketManager.Poll.cs">
<Link>StackExchange\Redis\SocketManager.Poll.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\SortedSetEntry.cs">
<Link>StackExchange\Redis\SortedSetEntry.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\SortType.cs">
<Link>StackExchange\Redis\SortType.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\StringSplits.cs">
<Link>StackExchange\Redis\StringSplits.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\TaskSource.cs">
<Link>StackExchange\Redis\TaskSource.cs</Link>
</Compile>
<Compile Include="..\StackExchange.Redis\StackExchange\Redis\When.cs">
<Link>StackExchange\Redis\When.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
\ No newline at end of file
{
"supports": {
"net46.app": {},
"dnxcore50.app": {}
},
"dependencies": {
"Microsoft.NETCore": "5.0.0",
"Microsoft.NETCore.Portable.Compatibility": "1.0.0"
},
"frameworks": {
"dotnet": {
"imports": "portable-net452"
}
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment