2021-07-21 20:24:19 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
2016-10-03 07:55:15 +00:00
|
|
|
|
<PropertyGroup>
|
2021-07-21 20:24:19 +00:00
|
|
|
|
<TargetFramework>net48</TargetFramework>
|
2016-10-03 07:55:15 +00:00
|
|
|
|
<ProjectGuid>{BE8A04DD-C704-40B2-8AD2-3655B429FAE1}</ProjectGuid>
|
2021-07-21 20:24:19 +00:00
|
|
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">./</SolutionDir>
|
2016-10-03 07:55:15 +00:00
|
|
|
|
<RootNamespace>WebDAVSharp.Server</RootNamespace>
|
|
|
|
|
</PropertyGroup>
|
2021-07-21 20:24:19 +00:00
|
|
|
|
|
2016-10-03 07:55:15 +00:00
|
|
|
|
<PropertyGroup>
|
2021-07-21 20:24:19 +00:00
|
|
|
|
<AssemblyName>WebDAVSharp.Server</AssemblyName>
|
|
|
|
|
<AssemblyDescription>WebDAV Server implementation for WebDAV#</AssemblyDescription>
|
|
|
|
|
<Version>1.5.0.0</Version>
|
2016-10-03 07:55:15 +00:00
|
|
|
|
</PropertyGroup>
|
2021-07-21 20:24:19 +00:00
|
|
|
|
|
2016-10-03 07:55:15 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System.Web" />
|
2021-07-21 20:24:19 +00:00
|
|
|
|
|
|
|
|
|
<PackageReference Include="Common.Logging" Version="3.4.1" />
|
|
|
|
|
<PackageReference Include="Common.Logging.Core" Version="3.4.1" />
|
2016-10-03 07:55:15 +00:00
|
|
|
|
</ItemGroup>
|
2021-07-21 20:24:19 +00:00
|
|
|
|
|
2016-10-03 07:55:15 +00:00
|
|
|
|
</Project>
|