File: Microsoft.AspNetCore.JsonPatch.csproj
Web Access
Project: src\src\Features\JsonPatch\src\Microsoft.AspNetCore.JsonPatch.csproj (Microsoft.AspNetCore.JsonPatch)
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>netcoreapp2.1</TargetFramework>
    <EnableDefaultItems>false</EnableDefaultItems>
    <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
    <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
    <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
    <AssemblyName>Microsoft.AspNetCore.JsonPatch</AssemblyName>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;INTERNAL_NULLABLE_ATTRIBUTES;RELEASE;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER</DefineConstants>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="Adapters\AdapterFactory.cs"/>
    <Compile Include="Adapters\IAdapterFactory.cs"/>
    <Compile Include="Adapters\IObjectAdapter.cs"/>
    <Compile Include="Adapters\IObjectAdapterWithTest.cs"/>
    <Compile Include="Adapters\ObjectAdapter.cs"/>
    <Compile Include="Converters\JsonPatchDocumentConverter.cs"/>
    <Compile Include="Converters\TypedJsonPatchDocumentConverter.cs"/>
    <Compile Include="Exceptions\JsonPatchException.cs"/>
    <Compile Include="Helpers\GetValueResult.cs"/>
    <Compile Include="Helpers\JsonPatchProperty.cs"/>
    <Compile Include="IJsonPatchDocument.cs"/>
    <Compile Include="Internal\ConversionResult.cs"/>
    <Compile Include="Internal\ConversionResultProvider.cs"/>
    <Compile Include="Internal\DictionaryAdapterOfTU.cs"/>
    <Compile Include="Internal\DynamicObjectAdapter.cs"/>
    <Compile Include="Internal\ErrorReporter.cs"/>
    <Compile Include="Internal\IAdapter.cs"/>
    <Compile Include="Internal\JObjectAdapter.cs"/>
    <Compile Include="Internal\ListAdapter.cs"/>
    <Compile Include="Internal\ObjectVisitor.cs"/>
    <Compile Include="Internal\ParsedPath.cs"/>
    <Compile Include="Internal\PathHelpers.cs"/>
    <Compile Include="Internal\PocoAdapter.cs"/>
    <Compile Include="JsonPatchDocument.cs"/>
    <Compile Include="JsonPatchDocumentOfT.cs"/>
    <Compile Include="JsonPatchError.cs"/>
    <Compile Include="Operations\Operation.cs"/>
    <Compile Include="Operations\OperationBase.cs"/>
    <Compile Include="Operations\OperationOfT.cs"/>
    <Compile Include="Operations\OperationType.cs"/>
    <Compile Include="..\..\..\Shared\ClosedGenericMatcher\ClosedGenericMatcher.cs" Link="src\Shared\ClosedGenericMatcher\ClosedGenericMatcher.cs"/>
    <Compile Include="..\..\..\Shared\ThrowHelpers\ArgumentNullThrowHelper.cs" Link="src\Shared\ThrowHelpers\ArgumentNullThrowHelper.cs"/>
    <Compile Include="..\..\..\Shared\CallerArgument\CallerArgumentExpressionAttribute.cs" Link="src\Shared\CallerArgument\CallerArgumentExpressionAttribute.cs"/>
    <Compile Include="..\..\..\Shared\Nullable\NullableAttributes.cs" Link="src\Shared\Nullable\NullableAttributes.cs"/>
    <Compile Include="..\..\..\Shared\TrimmingAttributes.cs" Link="src\Shared\TrimmingAttributes.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.JsonPatch\Release\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.AspNetCore.JsonPatch\Release\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.JsonPatch\Release\net462\Microsoft.AspNetCore.JsonPatch.InternalsVisibleTo.cs" Link="artifacts\obj\Microsoft.AspNetCore.JsonPatch\Release\net462\Microsoft.AspNetCore.JsonPatch.InternalsVisibleTo.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.JsonPatch\Release\net462\Microsoft.AspNetCore.JsonPatch.Resources.cs" Link="artifacts\obj\Microsoft.AspNetCore.JsonPatch\Release\net462\Microsoft.AspNetCore.JsonPatch.Resources.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.JsonPatch\Release\net462\Microsoft.AspNetCore.JsonPatch.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.AspNetCore.JsonPatch\Release\net462\Microsoft.AspNetCore.JsonPatch.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\..\ref\8cc237262f124001a379d40b4df8b6ab\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\04b32629b4364480b7ee968494a34fac\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dd21e08747d94bcebed8b56112226337\Newtonsoft.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\da453a8bb3ac4e34a3040ee9dd9be42a\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c255ff214a3f4b2ab550af06db14015b\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4b2792b6d00b4a7b9841029a688ad04c\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\97eaa07f64fd42278aaecab90a76928b\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7141e86840f14d9d80339b1a8ef172e0\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cb56097fb2254a399d1794b048667fce\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\67040de58f2845c2853aec4726d6a392\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b7e9033d7cb340ba831f1657c9c0da4b\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\005f1668a7b942e9a3806c0ab160d243\System.Xml.Linq.dll"/>
  </ItemGroup>
</Project>