aboutsummaryrefslogtreecommitdiff
path: root/bindings/cs/LibSurviveBinding/LibSurviveBinding.csproj
diff options
context:
space:
mode:
authorJustin Berger <j.david.berger@gmail.com>2018-03-28 16:34:33 -0600
committerJustin Berger <j.david.berger@gmail.com>2018-03-28 16:37:49 -0600
commit70596acbbe766045c95f64a65b411d4cd7584918 (patch)
tree307358305c58c9c6f12ef46ec773bd85e2301da6 /bindings/cs/LibSurviveBinding/LibSurviveBinding.csproj
parent595ba8b255f6f4fd9ebc1c9dbff33577c13115f9 (diff)
downloadlibsurvive-70596acbbe766045c95f64a65b411d4cd7584918.tar.gz
libsurvive-70596acbbe766045c95f64a65b411d4cd7584918.tar.bz2
Slight refactoring
Diffstat (limited to 'bindings/cs/LibSurviveBinding/LibSurviveBinding.csproj')
-rw-r--r--bindings/cs/LibSurviveBinding/LibSurviveBinding.csproj18
1 files changed, 18 insertions, 0 deletions
diff --git a/bindings/cs/LibSurviveBinding/LibSurviveBinding.csproj b/bindings/cs/LibSurviveBinding/LibSurviveBinding.csproj
new file mode 100644
index 0000000..646c16d
--- /dev/null
+++ b/bindings/cs/LibSurviveBinding/LibSurviveBinding.csproj
@@ -0,0 +1,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>