2020-08-30 14:22:41 +01:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2020-12-21 01:37:00 +00:00
|
|
|
<TargetFramework>net5.0</TargetFramework>
|
2020-08-30 14:22:41 +01:00
|
|
|
<RootNamespace>winfsp_netcore</RootNamespace>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="..\winfsp\src\dotnet\FileSystemBase+Const.cs">
|
|
|
|
|
<Link>FileSystemBase+Const.cs</Link>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="..\winfsp\src\dotnet\FileSystemBase.cs">
|
|
|
|
|
<Link>FileSystemBase.cs</Link>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="..\winfsp\src\dotnet\FileSystemHost.cs">
|
|
|
|
|
<Link>FileSystemHost.cs</Link>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="..\winfsp\src\dotnet\Interop.cs">
|
|
|
|
|
<Link>Interop.cs</Link>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="..\winfsp\src\dotnet\Service.cs">
|
|
|
|
|
<Link>Service.cs</Link>
|
|
|
|
|
</Compile>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2020-12-21 01:22:36 +00:00
|
|
|
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
|
|
|
|
|
<PackageReference Include="System.IO.FileSystem.AccessControl" Version="5.0.0" />
|
2020-08-30 14:22:41 +01:00
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|