зеркало из https://github.com/xamarin/mac-samples.git
106 строки
4.3 KiB
XML
106 строки
4.3 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)' == '' ">x86</Platform>
|
|
<ProductVersion>10.0.0</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{ED030485-59E0-4E16-91F6-64FF2E66BD40}</ProjectGuid>
|
|
<ProjectTypeGuids>{A3F8F2AB-B479-4A4A-A458-A89E7DC349F1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<OutputType>Exe</OutputType>
|
|
<RootNamespace>SceneKitViewer</RootNamespace>
|
|
<MonoMacResourcePrefix>Resources</MonoMacResourcePrefix>
|
|
<AssemblyName>SceneKitViewer</AssemblyName>
|
|
<TargetFrameworkIdentifier>Xamarin.Mac</TargetFrameworkIdentifier>
|
|
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
<DebugSymbols>True</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>False</Optimize>
|
|
<OutputPath>bin\Debug</OutputPath>
|
|
<DefineConstants>DEBUG;</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<UseSGen>False</UseSGen>
|
|
<IncludeMonoRuntime>False</IncludeMonoRuntime>
|
|
<EnablePackageSigning>False</EnablePackageSigning>
|
|
<CreatePackage>False</CreatePackage>
|
|
<CodeSigningKey>Mac Developer</CodeSigningKey>
|
|
<EnableCodeSigning>False</EnableCodeSigning>
|
|
<ConsolePause>False</ConsolePause>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<AOTMode>None</AOTMode>
|
|
<HttpClientHandler>NSUrlSessionHandler</HttpClientHandler>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
<DebugType>none</DebugType>
|
|
<Optimize>True</Optimize>
|
|
<OutputPath>bin\Release</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<LinkMode>Full</LinkMode>
|
|
<UseSGen>False</UseSGen>
|
|
<IncludeMonoRuntime>True</IncludeMonoRuntime>
|
|
<EnablePackageSigning>False</EnablePackageSigning>
|
|
<CreatePackage>True</CreatePackage>
|
|
<CodeSigningKey>Mac Developer</CodeSigningKey>
|
|
<EnableCodeSigning>True</EnableCodeSigning>
|
|
<ConsolePause>False</ConsolePause>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<AOTMode>None</AOTMode>
|
|
<PackageSigningKey>3rd Party Mac Developer Installer</PackageSigningKey>
|
|
<HttpClientHandler>NSUrlSessionHandler</HttpClientHandler>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|x86' ">
|
|
<DebugType>none</DebugType>
|
|
<Optimize>True</Optimize>
|
|
<OutputPath>bin\x86\AppStore</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<LinkMode>Full</LinkMode>
|
|
<UseSGen>False</UseSGen>
|
|
<IncludeMonoRuntime>True</IncludeMonoRuntime>
|
|
<PackageSigningKey>3rd Party Mac Developer Installer</PackageSigningKey>
|
|
<ConsolePause>False</ConsolePause>
|
|
<EnableCodeSigning>True</EnableCodeSigning>
|
|
<CodeSigningKey>3rd Party Mac Developer Application</CodeSigningKey>
|
|
<CreatePackage>True</CreatePackage>
|
|
<EnablePackageSigning>True</EnablePackageSigning>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<AOTMode>None</AOTMode>
|
|
<HttpClientHandler>NSUrlSessionHandler</HttpClientHandler>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="Xamarin.Mac" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Resources\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="MainWindow.cs" />
|
|
<Compile Include="MainWindow.designer.cs">
|
|
<DependentUpon>MainWindow.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="AppDelegate.cs" />
|
|
<Compile Include="SceneView.cs" />
|
|
<Compile Include="Main.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<InterfaceDefinition Include="Resources\MainMenu.xib" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Info.plist" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Resources\scene.dae">
|
|
<DependentUpon>Info.plist</DependentUpon>
|
|
</Content>
|
|
<Content Include="Resources\male_large_01.png" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Mac\Xamarin.Mac.CSharp.targets" />
|
|
</Project> |