Created
August 27, 2014 20:42
-
-
Save pa-w/3b450d12058f967ad3af to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/AQTapDemo/AQTapDemo.csproj b/AQTapDemo/AQTapDemo.csproj | |
index b14a1c4..eb47645 100644 | |
--- a/AQTapDemo/AQTapDemo.csproj | |
+++ b/AQTapDemo/AQTapDemo.csproj | |
@@ -6,7 +6,7 @@ | |
<ProductVersion>10.0.0</ProductVersion> | |
<SchemaVersion>2.0</SchemaVersion> | |
<ProjectGuid>{179AD7DF-4343-4F6E-9875-C38469F3787E}</ProjectGuid> | |
- <ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> | |
+ <ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> | |
<OutputType>Exe</OutputType> | |
<RootNamespace>AQTapDemo</RootNamespace> | |
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix> | |
@@ -24,7 +24,6 @@ | |
<MtouchLink>None</MtouchLink> | |
<MtouchDebug>True</MtouchDebug> | |
<AllowUnsafeBlocks>True</AllowUnsafeBlocks> | |
- <MtouchExtraArgs>--registrar:static --nofastsim --override-abi x86_64</MtouchExtraArgs> | |
</PropertyGroup> | |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' "> | |
<DebugType>none</DebugType> | |
@@ -86,9 +85,7 @@ | |
<Reference Include="System" /> | |
<Reference Include="System.Xml" /> | |
<Reference Include="System.Core" /> | |
- <Reference Include="Xamarin.iOS"> | |
- <HintPath>\Developer\MonoTouch\usr\lib\mono\Xamarin.iOS\Xamarin.iOS.dll</HintPath> | |
- </Reference> | |
+ <Reference Include="Xamarin.iOS" /> | |
</ItemGroup> | |
<ItemGroup> | |
<Folder Include="Resources\" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment