diff options
Diffstat (limited to 'csharp/xamarin/controller/controller.iOS/controller.iOS.csproj')
-rw-r--r-- | csharp/xamarin/controller/controller.iOS/controller.iOS.csproj | 202 |
1 files changed, 202 insertions, 0 deletions
diff --git a/csharp/xamarin/controller/controller.iOS/controller.iOS.csproj b/csharp/xamarin/controller/controller.iOS/controller.iOS.csproj new file mode 100644 index 00000000000..dd38ce358c3 --- /dev/null +++ b/csharp/xamarin/controller/controller.iOS/controller.iOS.csproj @@ -0,0 +1,202 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" DefaultTargets="Build" 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>{FD70EC29-8D51-4F4F-8AD7-64170F22575D}</ProjectGuid> + <ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> + <TemplateGuid>{6143fdea-f3c2-4a09-aafa-6e230626515e}</TemplateGuid> + <OutputType>Exe</OutputType> + <RootNamespace>controller.iOS</RootNamespace> + <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix> + <AssemblyName>controller.iOS</AssemblyName> + <NuGetPackageImportStamp> + </NuGetPackageImportStamp> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' "> + <DebugSymbols>true</DebugSymbols> + <DebugType>full</DebugType> + <Optimize>false</Optimize> + <OutputPath>bin\iPhoneSimulator\Debug</OutputPath> + <DefineConstants>DEBUG</DefineConstants> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + <ConsolePause>false</ConsolePause> + <MtouchArch>x86_64</MtouchArch> + <MtouchLink>None</MtouchLink> + <MtouchDebug>true</MtouchDebug> + <CodesignKey>iPhone Developer</CodesignKey> + <CodesignProvision> + </CodesignProvision> + <CodesignExtraArgs /> + <CodesignResourceRules /> + <CodesignEntitlements /> + <MtouchNoSymbolStrip>true</MtouchNoSymbolStrip> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' "> + <DebugType>none</DebugType> + <Optimize>true</Optimize> + <OutputPath>bin\iPhoneSimulator\Release</OutputPath> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + <MtouchLink>None</MtouchLink> + <MtouchArch>x86_64</MtouchArch> + <ConsolePause>false</ConsolePause> + <MtouchDebug>true</MtouchDebug> + <IOSDebugOverWiFi>true</IOSDebugOverWiFi> + <CodesignKey>iPhone Developer</CodesignKey> + <CodesignProvision> + </CodesignProvision> + <CodesignExtraArgs /> + <CodesignResourceRules /> + <CodesignEntitlements /> + <MtouchNoSymbolStrip>true</MtouchNoSymbolStrip> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' "> + <DebugSymbols>true</DebugSymbols> + <DebugType>full</DebugType> + <Optimize>false</Optimize> + <OutputPath>bin\iPhone\Debug</OutputPath> + <DefineConstants>DEBUG</DefineConstants> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + <ConsolePause>false</ConsolePause> + <MtouchArch>ARM64</MtouchArch> + <CodesignKey>iPhone Developer</CodesignKey> + <MtouchDebug>true</MtouchDebug> + <CodesignEntitlements>Entitlements.plist</CodesignEntitlements> + <CodesignProvision /> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' "> + <DebugType>none</DebugType> + <Optimize>true</Optimize> + <OutputPath>bin\iPhone\Release</OutputPath> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + <MtouchArch>ARM64</MtouchArch> + <ConsolePause>false</ConsolePause> + <CodesignKey>iPhone Developer: Jose Gutierrez de la Concha (D477889FLX)</CodesignKey> + <CodesignEntitlements> + </CodesignEntitlements> + <MtouchDebug>true</MtouchDebug> + <CodesignProvision>VS: WildCard Development</CodesignProvision> + <CodesignExtraArgs /> + <CodesignResourceRules /> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' "> + <DebugType>none</DebugType> + <Optimize>True</Optimize> + <OutputPath>bin\iPhone\Ad-Hoc</OutputPath> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + <ConsolePause>False</ConsolePause> + <MtouchArch>ARM64</MtouchArch> + <BuildIpa>True</BuildIpa> + <CodesignProvision>Automatic:AdHoc</CodesignProvision> + <CodesignKey>iPhone Distribution</CodesignKey> + <CodesignEntitlements>Entitlements.plist</CodesignEntitlements> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' "> + <DebugType>none</DebugType> + <Optimize>True</Optimize> + <OutputPath>bin\iPhone\AppStore</OutputPath> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + <ConsolePause>False</ConsolePause> + <MtouchArch>ARM64</MtouchArch> + <CodesignProvision>Automatic:AppStore</CodesignProvision> + <CodesignKey>iPhone Distribution</CodesignKey> + <CodesignEntitlements>Entitlements.plist</CodesignEntitlements> + </PropertyGroup> + <PropertyGroup Condition=" '$(RunConfiguration)' == 'Default' "> + <AppExtensionDebugBundleId /> + </PropertyGroup> + <ItemGroup> + <Compile Include="Main.cs" /> + <Compile Include="AppDelegate.cs" /> + <None Include="Entitlements.plist" /> + <None Include="Info.plist" /> + <Compile Include="Properties\AssemblyInfo.cs" /> + </ItemGroup> + <Choose> + <When Condition="'$(ICE_BIN_DIST)' == 'all'"> + <ItemGroup> + <PackageReference Include="zeroc.ice.net" Version="3.7.1" /> + </ItemGroup> + </When> + <Otherwise> + <ItemGroup> + <Reference Include="..\..\..\lib\netstandard2.0\Ice.dll" /> + <Reference Include="..\..\..\lib\netstandard2.0\IceSSL.dll" /> + <Reference Include="..\..\..\lib\netstandard2.0\IceDiscovery.dll" /> + </ItemGroup> + </Otherwise> + </Choose> + <ItemGroup> + <InterfaceDefinition Include="Resources\LaunchScreen.storyboard" /> + <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Contents.json"> + <Visible>false</Visible> + </ImageAsset> + <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon1024.png"> + <Visible>false</Visible> + </ImageAsset> + <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon180.png"> + <Visible>false</Visible> + </ImageAsset> + <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon167.png"> + <Visible>false</Visible> + </ImageAsset> + <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon152.png"> + <Visible>false</Visible> + </ImageAsset> + <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon120.png"> + <Visible>false</Visible> + </ImageAsset> + <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon87.png"> + <Visible>false</Visible> + </ImageAsset> + <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon80.png"> + <Visible>false</Visible> + </ImageAsset> + <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon76.png"> + <Visible>false</Visible> + </ImageAsset> + <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon60.png"> + <Visible>false</Visible> + </ImageAsset> + <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon58.png"> + <Visible>false</Visible> + </ImageAsset> + <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon40.png"> + <Visible>false</Visible> + </ImageAsset> + <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon29.png"> + <Visible>false</Visible> + </ImageAsset> + <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon20.png"> + <Visible>false</Visible> + </ImageAsset> + </ItemGroup> + <ItemGroup> + <Reference Include="System" /> + <Reference Include="System.Xml" /> + <Reference Include="System.Core" /> + <Reference Include="Xamarin.iOS" /> + </ItemGroup> + <ItemGroup> + <PackageReference Include="Xamarin.Forms" Version="3.0.0.561731" /> + </ItemGroup> + <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" /> + <ItemGroup> + <ProjectReference Include="..\..\..\test\TestCommon\msbuild\testcommon\netstandard2.0\testcommon.csproj"> + <Project>{a62bf5e3-ad66-4edb-9bba-3e9bd6148425}</Project> + <Name>testcommon</Name> + </ProjectReference> + <ProjectReference Include="..\controller\controller.csproj"> + <Project>{D86C4CA0-7EF8-4A9B-B42F-CB2FBBC7B68F}</Project> + <Name>controller</Name> + </ProjectReference> + </ItemGroup> +</Project>
\ No newline at end of file |