From 4ea83ddce3818250a30d31b734a1cd1968dc01df Mon Sep 17 00:00:00 2001 From: sebas77 Date: Sat, 23 Dec 2017 11:17:28 +0000 Subject: [PATCH] add csproj for svelto framework --- .gitignore | 3 +++ Svelto.ECS.csproj | 23 +++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 Svelto.ECS.csproj diff --git a/.gitignore b/.gitignore index ac529bb..a41426d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,6 @@ /EntitySystem/note.txt.meta /*.meta *.meta +/obj +/bin/Release/netstandard2.0 +/bin/Debug/netstandard2.0 diff --git a/Svelto.ECS.csproj b/Svelto.ECS.csproj new file mode 100644 index 0000000..c06df04 --- /dev/null +++ b/Svelto.ECS.csproj @@ -0,0 +1,23 @@ + + + + netstandard2.0 + + + + + + + + + + + + + + + C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.0.0\ref\netcoreapp2.0\System.Reflection.Emit.Lightweight.dll + + + +