From 40aa08d49a9fb87e8a2a951ad41c71273f894adf Mon Sep 17 00:00:00 2001 From: ousttrue Date: Sun, 27 Jan 2019 17:40:54 +0900 Subject: [PATCH] fixed .gitignore --- .gitignore | 4 +-- UniJSON35/UniJSON/UniJSON.csproj | 46 ++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+), 2 deletions(-) create mode 100644 UniJSON35/UniJSON/UniJSON.csproj diff --git a/.gitignore b/.gitignore index 9d406cce0..6bab57fed 100644 --- a/.gitignore +++ b/.gitignore @@ -18,9 +18,9 @@ Assets/AssetStoreTools* # Autogenerated VS/MD/Consulo solution and project files ExportedObj/ .consulo/ -*.csproj +/*.csproj *.unityproj -*.sln +/*.sln *.suo *.tmp *.user diff --git a/UniJSON35/UniJSON/UniJSON.csproj b/UniJSON35/UniJSON/UniJSON.csproj new file mode 100644 index 000000000..4498ee504 --- /dev/null +++ b/UniJSON35/UniJSON/UniJSON.csproj @@ -0,0 +1,46 @@ + + + + + Debug + AnyCPU + {7DF65FB7-FC53-4EF8-AC2F-1C825D67C767} + Library + Properties + UniJSON35 + UniJSON35 + v3.5 + 512 + true + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + +