DocSpace-buildtools/common/services/ASC.Thumbnails.Svc/ASC.Thumbnails.Svc.csproj

25 lines
782 B
XML
Raw Normal View History

2020-06-16 11:55:46 +00:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
2020-11-15 15:55:57 +00:00
<TargetFramework>net5.0</TargetFramework>
2020-06-16 11:55:46 +00:00
<ApplicationIcon />
<OutputType>Exe</OutputType>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\ASC.Common\ASC.Common.csproj" />
<ProjectReference Include="..\..\ASC.Core.Common\ASC.Core.Common.csproj" />
2020-12-28 13:22:08 +00:00
<ProjectReference Include="..\..\ASC.Data.Encryption\ASC.Data.Encryption.csproj" />
2020-06-16 11:55:46 +00:00
<ProjectReference Include="..\..\ASC.Data.Storage\ASC.Data.Storage.csproj" />
</ItemGroup>
2020-06-26 07:53:52 +00:00
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
2020-06-16 11:55:46 +00:00
</Project>