DocSpace-buildtools/web/ASC.Web.Studio/ASC.Web.Studio.csproj

22 lines
729 B
XML
Raw Normal View History

2022-03-05 15:38:42 +00:00
<Project Sdk="Microsoft.NET.Sdk.Worker">
2019-05-15 14:56:09 +00:00
<PropertyGroup>
2021-08-25 15:26:13 +00:00
<TargetFramework>net6.0</TargetFramework>
2019-05-15 14:56:09 +00:00
<IsPackable>false</IsPackable>
<DefaultItemExcludes>$(DefaultItemExcludes);</DefaultItemExcludes>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
2022-03-05 15:38:42 +00:00
<ImplicitUsings>enable</ImplicitUsings>
2019-05-15 14:56:09 +00:00
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
2019-05-15 14:56:09 +00:00
2019-06-04 14:43:20 +00:00
<ItemGroup>
2019-09-10 12:42:15 +00:00
<ProjectReference Include="..\..\common\ASC.Api.Core\ASC.Api.Core.csproj" />
2019-07-09 10:29:53 +00:00
<ProjectReference Include="..\ASC.Web.Core\ASC.Web.Core.csproj" />
2019-06-04 14:43:20 +00:00
</ItemGroup>
2019-05-15 14:56:09 +00:00
</Project>