mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 16:33:02 -05:00
17 lines
652 B
XML
17 lines
652 B
XML
<Project Sdk="Microsoft.NET.SDK">
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), build.common.props))/build.common.props" />
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net452</TargetFramework>
|
|
<ProjectName>memfs-dotnet</ProjectName>
|
|
<RootNamespace>memfs</RootNamespace>
|
|
<AssemblyName>memfs-dotnet-msil</AssemblyName>
|
|
<FileAlignment>512</FileAlignment>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\dotnet\winfsp.net.csproj" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\..\..\tst\memfs-dotnet\Program.cs" />
|
|
</ItemGroup>
|
|
</Project> |