Created
May 19, 2016 17:09
-
-
Save rolfbjarne/8d4ba1e739aecbbdb891c06e82d09955 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
<?xml version="1.0" encoding="utf-8"?> | |
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
<PropertyGroup> | |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
<Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform> | |
<ProjectTypeGuids>{A9A6EAC2-568B-4F3E-869D-32CBBA122DF2};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> | |
<ProductVersion>8.0.30703</ProductVersion> | |
<SchemaVersion>2.0</SchemaVersion> | |
<ProjectGuid>{4863B19A-06DC-90CB-0A14-5C5F0023A237}</ProjectGuid> | |
<OutputType>Library</OutputType> | |
<RootNamespace>App</RootNamespace> | |
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix> | |
<AssemblyName>App</AssemblyName> | |
<IntermediateOutputPath>obj\$(Platform)\$(Configuration)-watchos-app</IntermediateOutputPath> | |
</PropertyGroup> | |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' "> | |
<OutputPath>bin\iPhoneSimulator\Debug-watchos-app</OutputPath> | |
<DebugSymbols>true</DebugSymbols> | |
<DebugType>full</DebugType> | |
<Optimize>false</Optimize> | |
<DefineConstants>DEBUG;</DefineConstants> | |
<ErrorReport>prompt</ErrorReport> | |
<WarningLevel>4</WarningLevel> | |
<ConsolePause>false</ConsolePause> | |
<MtouchArch>i386</MtouchArch> | |
<MtouchLink>None</MtouchLink> | |
<MtouchUseRefCounting>true</MtouchUseRefCounting> | |
<MtouchUseSGen>true</MtouchUseSGen> | |
<MtouchFastDev>true</MtouchFastDev> | |
<MtouchDebug>true</MtouchDebug> | |
<CodesignKey>iPhone Developer</CodesignKey> | |
<MtouchProfiling>true</MtouchProfiling> | |
<MtouchNoSymbolStrip>true</MtouchNoSymbolStrip> | |
</PropertyGroup> | |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' "> | |
<OutputPath>bin\iPhone\Release-watchos-app</OutputPath> | |
<DebugType>full</DebugType> | |
<Optimize>true</Optimize> | |
<ErrorReport>prompt</ErrorReport> | |
<WarningLevel>4</WarningLevel> | |
<ConsolePause>false</ConsolePause> | |
<MtouchArch>ARMv7k</MtouchArch> | |
<CodesignEntitlements>\work\maccore\coop\maccore\tests\watchos\App\Entitlements.plist</CodesignEntitlements> | |
<MtouchFloat32>true</MtouchFloat32> | |
<MtouchUseSGen>true</MtouchUseSGen> | |
<CodesignKey>iPhone Developer</CodesignKey> | |
<MtouchUseRefCounting>true</MtouchUseRefCounting> | |
</PropertyGroup> | |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' "> | |
<OutputPath>bin\iPhoneSimulator\Release-watchos-app</OutputPath> | |
<DebugType>full</DebugType> | |
<Optimize>true</Optimize> | |
<ErrorReport>prompt</ErrorReport> | |
<WarningLevel>4</WarningLevel> | |
<ConsolePause>false</ConsolePause> | |
<MtouchArch>i386</MtouchArch> | |
<MtouchLink>None</MtouchLink> | |
<MtouchUseRefCounting>true</MtouchUseRefCounting> | |
<CodesignKey>iPhone Developer</CodesignKey> | |
<MtouchUseSGen>true</MtouchUseSGen> | |
</PropertyGroup> | |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' "> | |
<OutputPath>bin\iPhone\Debug-watchos-app</OutputPath> | |
<DebugSymbols>true</DebugSymbols> | |
<DebugType>full</DebugType> | |
<Optimize>false</Optimize> | |
<DefineConstants>DEBUG;</DefineConstants> | |
<ErrorReport>prompt</ErrorReport> | |
<WarningLevel>4</WarningLevel> | |
<ConsolePause>false</ConsolePause> | |
<MtouchArch>ARMv7k</MtouchArch> | |
<CodesignEntitlements>\work\maccore\coop\maccore\tests\watchos\App\Entitlements.plist</CodesignEntitlements> | |
<MtouchFloat32>true</MtouchFloat32> | |
<CodesignKey>iPhone Developer</CodesignKey> | |
<DeviceSpecificBuild>true</DeviceSpecificBuild> | |
<MtouchDebug>true</MtouchDebug> | |
<MtouchUseSGen>true</MtouchUseSGen> | |
<MtouchUseRefCounting>true</MtouchUseRefCounting> | |
<MtouchProfiling>true</MtouchProfiling> | |
</PropertyGroup> | |
<ItemGroup> | |
<Reference Include="System" /> | |
<Reference Include="System.Xml" /> | |
<Reference Include="System.Core" /> | |
<Reference Include="Xamarin.WatchOS" /> | |
</ItemGroup> | |
<ItemGroup> | |
<ImageAsset Include="\work\maccore\coop\maccore\tests\watchos\App\Resources\Images.xcassets\AppIcons.appiconset\Contents.json" /> | |
</ItemGroup> | |
<ItemGroup> | |
<None Include="Info-watchos-app.plist"> | |
<LogicalName>Info.plist</LogicalName> | |
</None> | |
<None Include="\work\maccore\coop\maccore\tests\watchos\App\Entitlements.plist" /> | |
</ItemGroup> | |
<ItemGroup> | |
<InterfaceDefinition Include="\work\maccore\coop\maccore\tests\watchos\App\Interface.storyboard" /> | |
</ItemGroup> | |
<Import Project="$(MSBuildExtensionsPath)\Xamarin\WatchOS\Xamarin.WatchOS.App.CSharp.targets" /> | |
<ItemGroup> | |
<ProjectReference Include="dont link-watchos-extension.csproj"> | |
<Project>{208744BD-504E-47D7-9A98-1CF02454A6DA}</Project> | |
<Name>dont link</Name> | |
<IsAppExtension>True</IsAppExtension> | |
</ProjectReference> | |
</ItemGroup> | |
</Project> |
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
<?xml version="1.0" encoding="utf-8"?> | |
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
<PropertyGroup> | |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
<Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform> | |
<ProductVersion>8.0.30703</ProductVersion> | |
<SchemaVersion>2.0</SchemaVersion> | |
<ProjectGuid>{208744BD-504E-47D7-9A98-1CF02454A6DA}</ProjectGuid> | |
<ProjectTypeGuids>{1E2E965C-F6D2-49ED-B86E-418A60C69EEF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> | |
<OutputType>Library</OutputType> | |
<RootNamespace>dontlink</RootNamespace> | |
<AssemblyName>dont link</AssemblyName> | |
<IntermediateOutputPath>obj\$(Platform)\$(Configuration)-watchos-extension</IntermediateOutputPath> | |
<DefineConstants>XAMCORE_2_0;XAMCORE_3_0</DefineConstants> | |
</PropertyGroup> | |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' "> | |
<DebugSymbols>True</DebugSymbols> | |
<DebugType>full</DebugType> | |
<Optimize>False</Optimize> | |
<OutputPath>bin\iPhoneSimulator\Debug-watchos-extension</OutputPath> | |
<DefineConstants>DEBUG;MONOTOUCH;$(DefineConstants)</DefineConstants> | |
<ErrorReport>prompt</ErrorReport> | |
<WarningLevel>4</WarningLevel> | |
<ConsolePause>False</ConsolePause> | |
<MtouchLink>None</MtouchLink> | |
<MtouchDebug>True</MtouchDebug> | |
<MtouchExtraArgs>-v -v</MtouchExtraArgs> | |
<MtouchI18n> | |
</MtouchI18n> | |
<MtouchArch>i386</MtouchArch> | |
</PropertyGroup> | |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' "> | |
<DebugType>none</DebugType> | |
<Optimize>False</Optimize> | |
<OutputPath>bin\iPhoneSimulator\Release-watchos-extension</OutputPath> | |
<ErrorReport>prompt</ErrorReport> | |
<WarningLevel>4</WarningLevel> | |
<ConsolePause>False</ConsolePause> | |
<MtouchLink>None</MtouchLink> | |
<MtouchExtraArgs>-v -v -gcc_flags="-weak_framework GameController"</MtouchExtraArgs> | |
<MtouchArch>i386</MtouchArch> | |
<MtouchI18n> | |
</MtouchI18n> | |
<DefineConstants>MONOTOUCH;$(DefineConstants)</DefineConstants> | |
</PropertyGroup> | |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' "> | |
<DebugSymbols>True</DebugSymbols> | |
<DebugType>full</DebugType> | |
<Optimize>False</Optimize> | |
<OutputPath>bin\iPhone\Debug-watchos-extension</OutputPath> | |
<DefineConstants>DEBUG;MONOTOUCH;$(DefineConstants)</DefineConstants> | |
<ErrorReport>prompt</ErrorReport> | |
<WarningLevel>4</WarningLevel> | |
<ConsolePause>False</ConsolePause> | |
<MtouchDebug>True</MtouchDebug> | |
<CodesignKey>iPhone Developer</CodesignKey> | |
<MtouchLink>None</MtouchLink> | |
<MtouchI18n> | |
</MtouchI18n> | |
<MtouchExtraArgs>-v -v --registrar:static</MtouchExtraArgs> | |
<MtouchArch>ARMv7k</MtouchArch> | |
</PropertyGroup> | |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' "> | |
<DebugType>none</DebugType> | |
<Optimize>False</Optimize> | |
<OutputPath>bin\iPhone\Release-watchos-extension</OutputPath> | |
<ErrorReport>prompt</ErrorReport> | |
<WarningLevel>4</WarningLevel> | |
<ConsolePause>False</ConsolePause> | |
<CodesignKey>iPhone Developer</CodesignKey> | |
<MtouchExtraArgs>-v -v</MtouchExtraArgs> | |
<MtouchUseLlvm>True</MtouchUseLlvm> | |
<MtouchI18n> | |
</MtouchI18n> | |
<MtouchLink>None</MtouchLink> | |
<MtouchArch>ARMv7k</MtouchArch> | |
<DefineConstants>MONOTOUCH;$(DefineConstants)</DefineConstants> | |
</PropertyGroup> | |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugStaticRegistrar|iPhone' "> | |
<DebugSymbols>true</DebugSymbols> | |
<DebugType>full</DebugType> | |
<Optimize>false</Optimize> | |
<OutputPath>bin\iPhone\DebugStaticRegistrar-watchos-extension</OutputPath> | |
<DefineConstants>DEBUG;MONOTOUCH;$(DefineConstants)</DefineConstants> | |
<ErrorReport>prompt</ErrorReport> | |
<WarningLevel>4</WarningLevel> | |
<ConsolePause>false</ConsolePause> | |
<MtouchArch>ARMv7k</MtouchArch> | |
<MtouchI18n> | |
</MtouchI18n> | |
<MtouchLink>None</MtouchLink> | |
<MtouchDebug>true</MtouchDebug> | |
<CodesignKey>iPhone Developer</CodesignKey> | |
<MtouchExtraArgs>-v -v --registrar:static</MtouchExtraArgs> | |
</PropertyGroup> | |
<ItemGroup> | |
<Reference Include="System" /> | |
<Reference Include="System.Xml" /> | |
<Reference Include="System.Core" /> | |
<Reference Include="Xamarin.WatchOS" /> | |
<Reference Include="MonoTouch.NUnitLite" /> | |
</ItemGroup> | |
<ItemGroup> | |
<None Include="Info-watchos-extension.plist"> | |
<LogicalName>Info.plist</LogicalName> | |
</None> | |
<None Include="sample_sorenson.mov" /> | |
</ItemGroup> | |
<ItemGroup> | |
<Compile Include="Main.cs" /> | |
<Compile Include="AppDelegate.cs" /> | |
<Compile Include="DontLinkRegressionTests.cs" /> | |
<Compile Include="TableViewSourceTest.cs" /> | |
<Compile Include="iOSApiCtorInitTest.cs" /> | |
<Compile Include="iOSApiFieldTest.cs" /> | |
<Compile Include="iOSApiSelectorTest.cs" /> | |
<Compile Include="iOSApiSignatureTest.cs" /> | |
<Compile Include="CalendarTest.cs" /> | |
<Compile Include="iOSApiProtocolTest.cs" /> | |
<Compile Include="iOSApiWeakPropertyTest.cs" /> | |
<Compile Include="iOSApiPInvokeTest.cs" /> | |
<Compile Include="..\bindings\CoreSelectorTest.cs"> | |
<Link>CoreSelectorTest.cs</Link> | |
</Compile> | |
<Compile Include="..\bindings\ApiBaseTest.cs"> | |
<Link>ApiBaseTest.cs</Link> | |
</Compile> | |
<Compile Include="..\bindings\ApiCtorInitTest.cs"> | |
<Link>ApiCtorInitTest.cs</Link> | |
</Compile> | |
<Compile Include="..\bindings\ApiFieldTest.cs"> | |
<Link>ApiFieldTest.cs</Link> | |
</Compile> | |
<Compile Include="..\bindings\ApiSelectorTest.cs"> | |
<Link>ApiSelectorTest.cs</Link> | |
</Compile> | |
<Compile Include="..\bindings\ApiSignatureTest.cs"> | |
<Link>ApiSignatureTest.cs</Link> | |
</Compile> | |
<Compile Include="..\bindings\ApiCoreImageFiltersTest.cs"> | |
<Link>ApiCoreImageFiltersTest.cs</Link> | |
</Compile> | |
<Compile Include="..\bindings\ApiProtocolTest.cs"> | |
<Link>ApiProtocolTest.cs</Link> | |
</Compile> | |
<Compile Include="..\..\tools\util\EnvironmentVariable.cs"> | |
<Link>EnvironmentVariable.cs</Link> | |
</Compile> | |
<Compile Include="..\bindings\ApiPInvokeTest.cs"> | |
<Link>ApiPInvokeTest.cs</Link> | |
</Compile> | |
<Compile Include="..\bindings\ApiWeakPropertyTest.cs"> | |
<Link>ApiWeakPropertyTest.cs</Link> | |
</Compile> | |
<Compile Include="..\bindings\PlatformInfo.cs"> | |
<Link>PlatformInfo.cs</Link> | |
</Compile> | |
<Compile Include="ApiClassPtrTest.cs" /> | |
<Compile Include="iOSApiClassPtrTest.cs" /> | |
<Compile Include="ApiTypoTest.cs" /> | |
<Compile Include="iOSApiTypoTest.cs" /> | |
<Compile Include="iOSCoreImageFiltersTest.cs" /> | |
<Compile Include="ApiCMAttachmentTest.cs" /> | |
<Compile Include="/work/maccore/coop/maccore/tests/watchos/Extension/InterfaceController.cs"> | |
<Link>InterfaceController.cs</Link> | |
</Compile> | |
</ItemGroup> | |
<Import Project="$(MSBuildExtensionsPath)\Xamarin\WatchOS\Xamarin.WatchOS.AppExtension.CSharp.targets" /> | |
<ItemGroup> | |
<Content Include="BoardingPass.pkpass" /> | |
<Content Include="..\monotouch-test\AudioToolbox\1.caf"> | |
<Link>1.caf</Link> | |
</Content> | |
</ItemGroup> | |
<ItemGroup> | |
<ProjectReference Include="..\BundledResources\BundledResources-watchos.csproj"> | |
<Project>{FE6EDEE9-ADF6-4F42-BCF2-B68C0A44EC3D}</Project> | |
<Name>BundledResources</Name> | |
</ProjectReference> | |
</ItemGroup> | |
<ItemGroup> | |
<BundleResource Include="..\monotouch-test\Resources\xamarin1.png"> | |
<Link>xamarin1.png</Link> | |
</BundleResource> | |
</ItemGroup> | |
</Project> |
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
<?xml version="1.0" encoding="utf-8"?> | |
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
<PropertyGroup> | |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
<Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform> | |
<ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> | |
<ProjectGuid>{C74FC111-C78B-3723-456C-FBCA7CDA5147}</ProjectGuid> | |
<OutputType>Exe</OutputType> | |
<RootNamespace>Container</RootNamespace> | |
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix> | |
<AssemblyName>Container</AssemblyName> | |
<IntermediateOutputPath>obj\$(Platform)\$(Configuration)-watchos</IntermediateOutputPath> | |
<DefineConstants>XAMCORE_2_0;XAMCORE_3_0;</DefineConstants> | |
</PropertyGroup> | |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' "> | |
<DebugSymbols>true</DebugSymbols> | |
<DebugType>full</DebugType> | |
<Optimize>false</Optimize> | |
<DefineConstants>DEBUG;$(DefineConstants)</DefineConstants> | |
<OutputPath>bin\iPhoneSimulator\Debug-watchos</OutputPath> | |
<ErrorReport>prompt</ErrorReport> | |
<WarningLevel>4</WarningLevel> | |
<ConsolePause>false</ConsolePause> | |
<MtouchArch>i386</MtouchArch> | |
<MtouchLink>None</MtouchLink> | |
<MtouchUseRefCounting>true</MtouchUseRefCounting> | |
<MtouchUseSGen>true</MtouchUseSGen> | |
<MtouchFastDev>true</MtouchFastDev> | |
<MtouchDebug>true</MtouchDebug> | |
<CodesignKey>iPhone Developer</CodesignKey> | |
<MtouchProfiling>true</MtouchProfiling> | |
</PropertyGroup> | |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' "> | |
<OutputPath>bin\iPhone\Release-watchos</OutputPath> | |
<DebugType>full</DebugType> | |
<Optimize>true</Optimize> | |
<ErrorReport>prompt</ErrorReport> | |
<WarningLevel>4</WarningLevel> | |
<ConsolePause>false</ConsolePause> | |
<MtouchArch>ARMv7</MtouchArch> | |
<CodesignEntitlements>\work\maccore\coop\maccore\tests\watchos\Container\Entitlements.plist</CodesignEntitlements> | |
<MtouchFloat32>true</MtouchFloat32> | |
<MtouchUseSGen>true</MtouchUseSGen> | |
<CodesignKey>iPhone Developer</CodesignKey> | |
<MtouchUseRefCounting>true</MtouchUseRefCounting> | |
<MtouchLink>Full</MtouchLink> | |
</PropertyGroup> | |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' "> | |
<OutputPath>bin\iPhoneSimulator\Release-watchos</OutputPath> | |
<DebugType>full</DebugType> | |
<Optimize>true</Optimize> | |
<ErrorReport>prompt</ErrorReport> | |
<WarningLevel>4</WarningLevel> | |
<ConsolePause>false</ConsolePause> | |
<MtouchArch>i386</MtouchArch> | |
<MtouchLink>None</MtouchLink> | |
<MtouchUseRefCounting>true</MtouchUseRefCounting> | |
<CodesignKey>iPhone Developer</CodesignKey> | |
<MtouchUseSGen>true</MtouchUseSGen> | |
</PropertyGroup> | |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' "> | |
<OutputPath>bin\iPhone\Debug-watchos</OutputPath> | |
<DebugSymbols>true</DebugSymbols> | |
<DebugType>full</DebugType> | |
<Optimize>false</Optimize> | |
<DefineConstants>DEBUG;$(DefineConstants)</DefineConstants> | |
<ErrorReport>prompt</ErrorReport> | |
<WarningLevel>4</WarningLevel> | |
<ConsolePause>false</ConsolePause> | |
<MtouchArch>ARMv7</MtouchArch> | |
<MtouchLink>Full</MtouchLink> | |
<CodesignEntitlements>\work\maccore\coop\maccore\tests\watchos\Container\Entitlements.plist</CodesignEntitlements> | |
<MtouchFloat32>true</MtouchFloat32> | |
<CodesignKey>iPhone Developer</CodesignKey> | |
<DeviceSpecificBuild>true</DeviceSpecificBuild> | |
<MtouchDebug>true</MtouchDebug> | |
<MtouchFastDev>true</MtouchFastDev> | |
<MtouchUseSGen>true</MtouchUseSGen> | |
<MtouchUseRefCounting>true</MtouchUseRefCounting> | |
<MtouchProfiling>true</MtouchProfiling> | |
</PropertyGroup> | |
<ItemGroup> | |
<Reference Include="System" /> | |
<Reference Include="System.Xml" /> | |
<Reference Include="System.Core" /> | |
<Reference Include="Xamarin.iOS" /> | |
</ItemGroup> | |
<ItemGroup> | |
<ImageAsset Include="\work\maccore\coop\maccore\tests\watchos\Container\Resources\Images.xcassets\AppIcons.appiconset\Contents.json" /> | |
</ItemGroup> | |
<ItemGroup> | |
<InterfaceDefinition Include="\work\maccore\coop\maccore\tests\watchos\Container\Resources\LaunchScreen.xib" /> | |
<InterfaceDefinition Include="\work\maccore\coop\maccore\tests\watchos\Container\Main.storyboard" /> | |
</ItemGroup> | |
<ItemGroup> | |
<None Include="Info-watchos.plist"> | |
<LogicalName>Info.plist</LogicalName> | |
</None> | |
<None Include="\work\maccore\coop\maccore\tests\watchos\Container\Entitlements.plist" /> | |
</ItemGroup> | |
<ItemGroup> | |
<Compile Include="\work\maccore\coop\maccore\tests\watchos\Container\Main.cs" /> | |
<Compile Include="\work\maccore\coop\maccore\tests\watchos\Container\AppDelegate.cs" /> | |
<Compile Include="\work\maccore\coop\maccore\tests\watchos\Container\ViewController.cs" /> | |
<Compile Include="\work\maccore\coop\maccore\tests\watchos\Container\ViewController.designer.cs"> | |
<DependentUpon>\work\maccore\coop\maccore\tests\watchos\Container\ViewController.cs</DependentUpon> | |
</Compile> | |
</ItemGroup> | |
<ItemGroup> | |
<ProjectReference Include="dont link-watchos-app.csproj"> | |
<Project>{34A6793F-37B2-4A7F-9286-7BDF52F412F3}</Project> | |
<Name>dont link</Name> | |
<IsWatchApp>True</IsWatchApp> | |
</ProjectReference> | |
</ItemGroup> | |
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" /> | |
</Project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment