macOSForms.Mac.csproj 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProjectGuid>{142625BA-3CF8-43F2-B714-C8B68EDA1089}</ProjectGuid>
  7. <ProjectTypeGuids>{A3F8F2AB-B479-4A4A-A458-A89E7DC349F1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  8. <OutputType>Exe</OutputType>
  9. <RootNamespace>macOSForms</RootNamespace>
  10. <AssemblyName>macOSForms.Mac</AssemblyName>
  11. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  12. <TargetFrameworkIdentifier>Xamarin.Mac</TargetFrameworkIdentifier>
  13. <MonoMacResourcePrefix>Resources</MonoMacResourcePrefix>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug</OutputPath>
  20. <DefineConstants>DEBUG;</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. <EnableCodeSigning>false</EnableCodeSigning>
  24. <CodeSigningKey>Mac Developer</CodeSigningKey>
  25. <CreatePackage>false</CreatePackage>
  26. <EnablePackageSigning>false</EnablePackageSigning>
  27. <IncludeMonoRuntime>false</IncludeMonoRuntime>
  28. <UseSGen>true</UseSGen>
  29. <UseRefCounting>true</UseRefCounting>
  30. <PlatformTarget>x86</PlatformTarget>
  31. <PackageSigningKey>3rd Party Mac Developer Installer</PackageSigningKey>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release</OutputPath>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. <EnableCodeSigning>false</EnableCodeSigning>
  40. <CreatePackage>true</CreatePackage>
  41. <EnablePackageSigning>false</EnablePackageSigning>
  42. <IncludeMonoRuntime>true</IncludeMonoRuntime>
  43. <UseSGen>true</UseSGen>
  44. <UseRefCounting>true</UseRefCounting>
  45. <LinkMode>SdkOnly</LinkMode>
  46. <PlatformTarget>x86</PlatformTarget>
  47. </PropertyGroup>
  48. <ItemGroup>
  49. <Reference Include="System" />
  50. <Reference Include="System.Core" />
  51. <Reference Include="Xamarin.Mac" />
  52. <Reference Include="Xamarin.Forms.Core">
  53. <HintPath>..\packages\Xamarin.Forms.2.3.5.256-pre6\lib\Xamarin.Mac\Xamarin.Forms.Core.dll</HintPath>
  54. </Reference>
  55. <Reference Include="Xamarin.Forms.Platform">
  56. <HintPath>..\packages\Xamarin.Forms.2.3.5.256-pre6\lib\Xamarin.Mac\Xamarin.Forms.Platform.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Xamarin.Forms.Platform.macOS">
  59. <HintPath>..\packages\Xamarin.Forms.2.3.5.256-pre6\lib\Xamarin.Mac\Xamarin.Forms.Platform.macOS.dll</HintPath>
  60. </Reference>
  61. <Reference Include="Xamarin.Forms.Xaml">
  62. <HintPath>..\packages\Xamarin.Forms.2.3.5.256-pre6\lib\Xamarin.Mac\Xamarin.Forms.Xaml.dll</HintPath>
  63. </Reference>
  64. </ItemGroup>
  65. <ItemGroup>
  66. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Contents.json" />
  67. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-128.png" />
  68. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-128%402x.png" />
  69. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-16.png" />
  70. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-16%402x.png" />
  71. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-256.png" />
  72. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-256%402x.png" />
  73. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-32.png" />
  74. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-32%402x.png" />
  75. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-512.png" />
  76. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-512%402x.png" />
  77. <ImageAsset Include="Assets.xcassets\Contents.json" />
  78. </ItemGroup>
  79. <ItemGroup>
  80. <Folder Include="Resources\" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <None Include="Info.plist" />
  84. <None Include="Entitlements.plist" />
  85. <None Include="packages.config" />
  86. </ItemGroup>
  87. <ItemGroup>
  88. <Compile Include="Main.cs" />
  89. <Compile Include="AppDelegate.cs" />
  90. <Compile Include="ViewController.cs" />
  91. <Compile Include="ViewController.designer.cs">
  92. <DependentUpon>ViewController.cs</DependentUpon>
  93. </Compile>
  94. </ItemGroup>
  95. <ItemGroup>
  96. <InterfaceDefinition Include="Main.storyboard" />
  97. </ItemGroup>
  98. <ItemGroup>
  99. <ProjectReference Include="..\macOSForms\macOSForms.csproj">
  100. <Project>{AFF7828B-65FE-48FF-80B8-145A6D4BD19F}</Project>
  101. <Name>macOSForms</Name>
  102. </ProjectReference>
  103. </ItemGroup>
  104. <Import Project="$(MSBuildExtensionsPath)\Xamarin\Mac\Xamarin.Mac.CSharp.targets" />
  105. <Import Project="..\packages\Xamarin.Forms.2.3.5.256-pre6\build\netstandard1.0\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.2.3.5.256-pre6\build\netstandard1.0\Xamarin.Forms.targets')" />
  106. </Project>