NCC.OAuth.csproj
1.22 KB
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DocumentationFile>bin\Debug\$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DocumentationFile>bin\Release\$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<None Remove="OAuth.json" />
</ItemGroup>
<ItemGroup>
<Content Include="OAuth.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Infrastructure\NCC.Authentication.JwtBearer\NCC.Authentication.JwtBearer.csproj" />
<ProjectReference Include="..\..\..\Infrastructure\NCC.Expand.Thirdparty\NCC.Expand.Thirdparty.csproj" />
<ProjectReference Include="..\..\..\Infrastructure\NCC.Pay\NCC.Core.Pay\NCC.Core.Pay.csproj" />
<ProjectReference Include="..\..\Common\NCC.Common.Core\NCC.Common.Core.csproj" />
</ItemGroup>
</Project>