From 8315ec8a16d428b65a48a05bcb10e5a68136f906 Mon Sep 17 00:00:00 2001 From: Marc Date: Wed, 3 Apr 2013 21:29:13 -0700 Subject: [PATCH] Add project files. --- .gitignore | 1 - SharpLib.csproj | 88 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 88 insertions(+), 1 deletion(-) create mode 100644 SharpLib.csproj diff --git a/.gitignore b/.gitignore index 866703f..0f7756c 100644 --- a/.gitignore +++ b/.gitignore @@ -14,7 +14,6 @@ bin/ obj/ #Project/User Preference Files -*.csproj *.pidb *.userprefs *.user diff --git a/SharpLib.csproj b/SharpLib.csproj new file mode 100644 index 0000000..fe8b79e --- /dev/null +++ b/SharpLib.csproj @@ -0,0 +1,88 @@ + + + + Debug + AnyCPU + 10.0.20506 + 2.0 + {DED134FC-C282-49C9-BA02-3CE6257E91FC} + Library + Properties + lib + SharpLib + v3.5 + 512 + + + + + 3.5 + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + AnyCPU + false + On + false + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + false + + + + + 3.5 + + + 3.0 + + + + 3.5 + + + 3.5 + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file