2017-06-21 02:28:58 +02:00
|
|
|
<Project Sdk="Microsoft.Net.Sdk">
|
|
|
|
|
<Import Project="../Common.props" />
|
2014-11-04 00:50:42 +01:00
|
|
|
<PropertyGroup>
|
2018-09-24 14:43:32 +02:00
|
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
2014-11-04 00:50:42 +01:00
|
|
|
<SignAssembly>true</SignAssembly>
|
|
|
|
|
<AssemblyOriginatorKeyFile>..\System.Unicode.snk</AssemblyOriginatorKeyFile>
|
2017-06-21 02:28:58 +02:00
|
|
|
<Description />
|
2014-11-04 00:50:42 +01:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="..\System.Unicode.snk">
|
|
|
|
|
<Link>System.Unicode.snk</Link>
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
2016-08-08 02:08:47 +02:00
|
|
|
<ItemGroup>
|
2018-09-24 14:43:32 +02:00
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" />
|
|
|
|
|
<PackageReference Include="xunit" Version="2.4.0" />
|
|
|
|
|
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" />
|
2017-06-24 13:44:33 +02:00
|
|
|
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.0-beta3-build3705" />
|
2017-06-21 02:28:58 +02:00
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\UnicodeInformation\UnicodeInformation.csproj" />
|
|
|
|
|
<ProjectReference Include="..\UnicodeInformation.Builder\UnicodeInformation.Builder.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
|
2016-08-08 02:08:47 +02:00
|
|
|
</ItemGroup>
|
2014-10-27 21:12:57 +01:00
|
|
|
</Project>
|