From 22212dedc5a1c4b4c0e1f003773b43902fc59d73 Mon Sep 17 00:00:00 2001 From: Harald Wolff Date: Fri, 27 Oct 2017 23:03:35 +0200 Subject: [PATCH] Initial Commit --- .gitignore | 40 ++++++++++++++++++++++++++++++++++++++++ sharp.parser.csproj | 30 ++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 .gitignore create mode 100644 sharp.parser.csproj diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4e82d27 --- /dev/null +++ b/.gitignore @@ -0,0 +1,40 @@ +# Autosave files +*~ + +# build +[Oo]bj/ +[Bb]in/ +packages/ +TestResults/ + +# globs +Makefile.in +*.DS_Store +*.sln.cache +*.suo +*.cache +*.pidb +*.userprefs +*.usertasks +config.log +config.make +config.status +aclocal.m4 +install-sh +autom4te.cache/ +*.user +*.tar.gz +tarballs/ +test-results/ +Thumbs.db + +# Mac bundle stuff +*.dmg +*.app + +# resharper +*_Resharper.* +*.Resharper + +# dotCover +*.dotCover diff --git a/sharp.parser.csproj b/sharp.parser.csproj new file mode 100644 index 0000000..9084d52 --- /dev/null +++ b/sharp.parser.csproj @@ -0,0 +1,30 @@ + + + + Debug + x86 + {32267133-ADB7-4A85-8CF1-03CBDF53715C} + Exe + sharp.parser + sharp.parser + v4.5 + + + true + full + false + bin\Debug + DEBUG; + prompt + 4 + x86 + + + true + bin\Release + prompt + 4 + x86 + + + \ No newline at end of file