From 4c4f98134e78bf3b41c1ed57a77b8b5c3c9fd96c Mon Sep 17 00:00:00 2001 From: duckdoom5 Date: Wed, 12 Feb 2025 15:13:53 +0100 Subject: [PATCH] Add resharper workspace shared settings --- .gitignore | 1 - CppSharp.sln.DotSettings | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 CppSharp.sln.DotSettings diff --git a/.gitignore b/.gitignore index 4d06c6b3..c6a831cb 100644 --- a/.gitignore +++ b/.gitignore @@ -17,7 +17,6 @@ src/generator/generator .DS_Store *.user *.suo -*.DotSettings *.sdf *.opensdf *.pdb diff --git a/CppSharp.sln.DotSettings b/CppSharp.sln.DotSettings new file mode 100644 index 00000000..68fb4a1a --- /dev/null +++ b/CppSharp.sln.DotSettings @@ -0,0 +1,5 @@ + + CLI + MSVC + True + True \ No newline at end of file