aboutsummaryrefslogtreecommitdiff
path: root/bindings/cs/LibSurviveBinding/LibSurviveBinding.csproj
blob: 646c16d2f66e447ee585c8e9c00c249cfcbfae47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>netcoreapp2.0</TargetFramework>
  </PropertyGroup>

  <ItemGroup>
    <None Update="libsurvive.dll">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </None>
  </ItemGroup>


  <ItemGroup>
    <PackageReference Include="Microsoft.NETCore.App" Version="2.0.1" />
  </ItemGroup>
</Project>