зеркало из https://github.com/microsoft/jschema.git
Convert Json.Schema.TestUtilities to netstandard2.0
This commit is contained in:
Родитель
5d90508c9d
Коммит
9288e743a2
|
@ -8,6 +8,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Json.Pointer.UnitTests", "J
|
|||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Json.Schema", "Json.Schema\Json.Schema.csproj", "{9140ED9D-1A2F-428F-89B4-23B24B545749}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Json.Schema.TestUtilities", "Json.Schema.TestUtilities\Json.Schema.TestUtilities.csproj", "{44241955-FFA5-452A-93D1-F1B2CB9DE648}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
|
@ -54,6 +56,18 @@ Global
|
|||
{9140ED9D-1A2F-428F-89B4-23B24B545749}.Release|x64.Build.0 = Release|x64
|
||||
{9140ED9D-1A2F-428F-89B4-23B24B545749}.Release|x86.ActiveCfg = Release|x86
|
||||
{9140ED9D-1A2F-428F-89B4-23B24B545749}.Release|x86.Build.0 = Release|x86
|
||||
{44241955-FFA5-452A-93D1-F1B2CB9DE648}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{44241955-FFA5-452A-93D1-F1B2CB9DE648}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{44241955-FFA5-452A-93D1-F1B2CB9DE648}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{44241955-FFA5-452A-93D1-F1B2CB9DE648}.Debug|x64.Build.0 = Debug|x64
|
||||
{44241955-FFA5-452A-93D1-F1B2CB9DE648}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{44241955-FFA5-452A-93D1-F1B2CB9DE648}.Debug|x86.Build.0 = Debug|x86
|
||||
{44241955-FFA5-452A-93D1-F1B2CB9DE648}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{44241955-FFA5-452A-93D1-F1B2CB9DE648}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{44241955-FFA5-452A-93D1-F1B2CB9DE648}.Release|x64.ActiveCfg = Release|x64
|
||||
{44241955-FFA5-452A-93D1-F1B2CB9DE648}.Release|x64.Build.0 = Release|x64
|
||||
{44241955-FFA5-452A-93D1-F1B2CB9DE648}.Release|x86.ActiveCfg = Release|x86
|
||||
{44241955-FFA5-452A-93D1-F1B2CB9DE648}.Release|x86.Build.0 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
|
|
@ -1,31 +1,19 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<ProjectGuid>{6D6133A4-8098-4210-99BE-5CA01EB833B1}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<RootNamespace>Json.Schema.TestUtilities</RootNamespace>
|
||||
<AssemblyName>Json.Schema.TestUtilities</AssemblyName>
|
||||
<TargetFramework>netcoreapp2.0</TargetFramework>
|
||||
<IsPackable>false</IsPackable>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Label="AssemblyAttributes">
|
||||
<AssemblyTitle>JSON Schema Test Utilitie</AssemblyTitle>
|
||||
<Description>Test utilities for the JSON schema library</Description>
|
||||
</PropertyGroup>
|
||||
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), build.props))\build.props" />
|
||||
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<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" />
|
||||
<ProjectReference Include="..\Json.Schema\Json.Schema.csproj" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="TestUtil.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Json.Schema\Json.Schema.csproj">
|
||||
<Project>{4da17661-563a-45ee-9731-eea9360f6c5d}</Project>
|
||||
<Name>Json.Schema</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
||||
|
||||
</Project>
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
||||
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyTitle("JSON Schema Test Utilities")]
|
||||
[assembly: AssemblyDescription("Test utilities for the JSON schema library")]
|
Загрузка…
Ссылка в новой задаче