* #27232: jni: added pjproject checkout as regular git content

We will remove it once the next release of pjsip (with Android support)
comes out and is merged into SFLphone.
diff --git a/jni/pjproject-android/build/vs/pjproject-vs8-win32-common-defaults.vsprops b/jni/pjproject-android/build/vs/pjproject-vs8-win32-common-defaults.vsprops
new file mode 100644
index 0000000..58e42a1
--- /dev/null
+++ b/jni/pjproject-android/build/vs/pjproject-vs8-win32-common-defaults.vsprops
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="Windows-1252"?>

+<VisualStudioPropertySheet

+	ProjectType="Visual C++"

+	Version="8.00"

+	Name="pjproject-vs8-win32-common-defaults"

+	>

+	<Tool

+		Name="VCCLCompilerTool"

+		PreprocessorDefinitions="WIN32;PJ_WIN32=1;PJ_M_I386=1;"

+	/>

+	<Tool

+		Name="VCLinkerTool"

+		SubSystem="1"

+		TargetMachine="1"

+	/>

+	<UserMacro

+		Name="TargetCPU"

+		Value="i386"

+	/>

+</VisualStudioPropertySheet>