xamarin-macios/tests/bcl-test/BCLTests-watchos.csproj.in

119 строки
5.5 KiB
XML

<?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>{C5902CDB-EAB0-B07F-4102-F96A90C93B35}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>%NAME%-container</RootNamespace>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<AssemblyName>%NAME%-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\%NAME%\iPhoneSimulator\$(Configuration)-watchos</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<MtouchArch>x86_64</MtouchArch>
<MtouchLink>None</MtouchLink>
<MtouchDebug>true</MtouchDebug>
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchProfiling>true</MtouchProfiling>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' Or '$(Configuration)|$(Platform)' == 'Release32|iPhone' Or '$(Configuration)|$(Platform)' == 'Release64_32|iPhone' ">
<OutputPath>bin\%NAME%\iPhone\$(Configuration)-watchos</OutputPath>
<DebugType>full</DebugType>
<Optimize>true</Optimize>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<MtouchArch>ARM64</MtouchArch>
<CodesignEntitlements>%TEMPLATE PATH%\Entitlements.plist</CodesignEntitlements>
<MtouchFloat32>true</MtouchFloat32>
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchLink>Full</MtouchLink>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
<OutputPath>bin\%NAME%\iPhoneSimulator\$(Configuration)-watchos</OutputPath>
<DebugType>full</DebugType>
<Optimize>true</Optimize>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<MtouchArch>x86_64</MtouchArch>
<MtouchLink>None</MtouchLink>
<CodesignKey>iPhone Developer</CodesignKey>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' Or '$(Configuration)|$(Platform)' == 'Debug32|iPhone' Or '$(Configuration)|$(Platform)' == 'Debug64_32|iPhone' ">
<OutputPath>bin\%NAME%\iPhone\$(Configuration)-watchos</OutputPath>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<DefineConstants>DEBUG;$(DefineConstants)</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<MtouchArch>ARM64</MtouchArch>
<MtouchLink>Full</MtouchLink>
<CodesignEntitlements>%TEMPLATE PATH%\Entitlements.plist</CodesignEntitlements>
<MtouchFloat32>true</MtouchFloat32>
<CodesignKey>iPhone Developer</CodesignKey>
<DeviceSpecificBuild>true</DeviceSpecificBuild>
<MtouchDebug>true</MtouchDebug>
<MtouchProfiling>true</MtouchProfiling>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="Xamarin.iOS" />
</ItemGroup>
<ItemGroup>
<ImageAsset Include="%TEMPLATE PATH%\Resources\Images.xcassets\AppIcons.appiconset\Contents.json">
<LogicalName>Resources\Images.xcassets\AppIcons.appiconset\Contents.json</LogicalName>
</ImageAsset>
</ItemGroup>
<ItemGroup>
<InterfaceDefinition Include="%TEMPLATE PATH%\Resources\LaunchScreen.xib">
<LogicalName>Resources\LaunchScreen.xib</LogicalName>
</InterfaceDefinition>
<InterfaceDefinition Include="%TEMPLATE PATH%\Main.storyboard">
<LogicalName>Main.storyboard</LogicalName>
</InterfaceDefinition>
</ItemGroup>
<ItemGroup>
<None Include="%PLIST PATH%">
<LogicalName>Info.plist</LogicalName>
</None>
<None Include="%TEMPLATE PATH%\Entitlements.plist">
<LogicalName>Entitlements.plist</LogicalName>
</None>
</ItemGroup>
<ItemGroup>
<Compile Include="%TEMPLATE PATH%\Main.cs">
<LogicalName>Main.cs</LogicalName>
</Compile>
<Compile Include="%TEMPLATE PATH%\AppDelegate.cs">
<LogicalName>AppDelegate.cs</LogicalName>
</Compile>
<Compile Include="%TEMPLATE PATH%\ViewController.cs">
<LogicalName>ViewController.cs</LogicalName>
</Compile>
<Compile Include="%TEMPLATE PATH%\ViewController.designer.cs">
<DependentUpon>ViewController.cs</DependentUpon>
<LogicalName>ViewController.designer.cs</LogicalName>
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="%WATCH APP PROJECT PATH%">
<Project>{34A6793F-37B2-4A7F-9286-7BDF52F412F3}</Project>
<Name>%NAME%-watchos-app</Name>
<IsWatchApp>True</IsWatchApp>
<LogicalName>%NAME%-watchos-app.csproj</LogicalName>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
</Project>