aboutsummaryrefslogtreecommitdiff
path: root/bindings/cs/LibSurviveBinding/LibSurviveBinding.csproj
diff options
context:
space:
mode:
authorJustin Berger <j.david.berger@gmail.com>2018-03-28 20:36:05 -0600
committerJustin Berger <j.david.berger@gmail.com>2018-03-28 20:36:05 -0600
commit91f0cab811e983da63ea49f6e24afae283138a1c (patch)
tree5778c7f27e29ce51a9b86897dcf0e3a03beeed1b /bindings/cs/LibSurviveBinding/LibSurviveBinding.csproj
parentbb37e04c7ec35f28ec929afb9634fea1db007723 (diff)
downloadlibsurvive-91f0cab811e983da63ea49f6e24afae283138a1c.tar.gz
libsurvive-91f0cab811e983da63ea49f6e24afae283138a1c.tar.bz2
Functional C# in windows
Diffstat (limited to 'bindings/cs/LibSurviveBinding/LibSurviveBinding.csproj')
-rw-r--r--bindings/cs/LibSurviveBinding/LibSurviveBinding.csproj18
1 files changed, 0 insertions, 18 deletions
diff --git a/bindings/cs/LibSurviveBinding/LibSurviveBinding.csproj b/bindings/cs/LibSurviveBinding/LibSurviveBinding.csproj
deleted file mode 100644
index 646c16d..0000000
--- a/bindings/cs/LibSurviveBinding/LibSurviveBinding.csproj
+++ /dev/null
@@ -1,18 +0,0 @@
-<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>