aboutsummaryrefslogtreecommitdiff
path: root/csharp-binding/LibSurviveBinding/LibSurviveBinding.csproj
diff options
context:
space:
mode:
authordpeter99 <dpeter99@gmail.com>2018-03-28 17:34:56 +0200
committerdpeter99 <dpeter99@gmail.com>2018-03-28 17:34:56 +0200
commitef18541ac2e1e97de9f04f132ac7b2b1ba21e515 (patch)
tree0d1bde04b2e9d4ff9ddb6e150123703969e72b3c /csharp-binding/LibSurviveBinding/LibSurviveBinding.csproj
parentd106e045d8a145ceb733075e541f6aaaee5bd3a7 (diff)
downloadlibsurvive-ef18541ac2e1e97de9f04f132ac7b2b1ba21e515.tar.gz
libsurvive-ef18541ac2e1e97de9f04f132ac7b2b1ba21e515.tar.bz2
c# binding WIP
Diffstat (limited to 'csharp-binding/LibSurviveBinding/LibSurviveBinding.csproj')
-rw-r--r--csharp-binding/LibSurviveBinding/LibSurviveBinding.csproj14
1 files changed, 14 insertions, 0 deletions
diff --git a/csharp-binding/LibSurviveBinding/LibSurviveBinding.csproj b/csharp-binding/LibSurviveBinding/LibSurviveBinding.csproj
new file mode 100644
index 0000000..e3be07c
--- /dev/null
+++ b/csharp-binding/LibSurviveBinding/LibSurviveBinding.csproj
@@ -0,0 +1,14 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <OutputType>Exe</OutputType>
+ <TargetFramework>netcoreapp2.0</TargetFramework>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <None Update="libsurvive.dll">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ </ItemGroup>
+
+</Project>