Skip to content

Commit

Permalink
checked in the missing android manifest files
Browse files Browse the repository at this point in the history
  • Loading branch information
kerryjiang committed Jun 13, 2014
1 parent de69485 commit a5fe520
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Common/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="Common.MonoDroid">
<uses-sdk />
<application android:label="Common.MonoDroid"></application>
</manifest>
5 changes: 5 additions & 0 deletions Core/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="Core.MonoDroid">
<uses-sdk />
<application android:label="Core.MonoDroid"></application>
</manifest>
5 changes: 5 additions & 0 deletions Protocol/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="Protocol.MonoDroid">
<uses-sdk />
<application android:label="Protocol.MonoDroid"></application>
</manifest>
5 changes: 5 additions & 0 deletions Proxy/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="Proxy.MonoDroid">
<uses-sdk />
<application android:label="Proxy.MonoDroid"></application>
</manifest>

0 comments on commit a5fe520

Please sign in to comment.