TwitterSearch.Mac.csproj 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  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)' == '' ">AnyCPU</Platform>
  6. <ProjectTypeGuids>{A3F8F2AB-B479-4A4A-A458-A89E7DC349F1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  7. <ProjectGuid>{82E3BC03-588E-4A07-A278-365126AAEC09}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <RootNamespace>TwitterSearch.Mac</RootNamespace>
  10. <MonoMacResourcePrefix>Resources</MonoMacResourcePrefix>
  11. <AssemblyName>TwitterSearch.Mac</AssemblyName>
  12. <TargetFrameworkIdentifier>Xamarin.Mac</TargetFrameworkIdentifier>
  13. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  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. <ConsolePause>false</ConsolePause>
  24. <UseRefCounting>true</UseRefCounting>
  25. <UseSGen>true</UseSGen>
  26. <IncludeMonoRuntime>false</IncludeMonoRuntime>
  27. <EnablePackageSigning>false</EnablePackageSigning>
  28. <CodeSigningKey>Mac Developer: Chris Hamons (TTCU68SGMZ)</CodeSigningKey>
  29. <EnableCodeSigning>true</EnableCodeSigning>
  30. <CreatePackage>false</CreatePackage>
  31. <CodeSignProvision>7d38ecc7-8431-429e-9491-0c576e1686e8</CodeSignProvision>
  32. <PackageSigningKey>Developer ID Installer</PackageSigningKey>
  33. <XamMacArch>x86_64</XamMacArch>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  36. <DebugType>full</DebugType>
  37. <Optimize>true</Optimize>
  38. <OutputPath>bin\Release</OutputPath>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. <ConsolePause>false</ConsolePause>
  42. <LinkMode>SdkOnly</LinkMode>
  43. <UseRefCounting>true</UseRefCounting>
  44. <UseSGen>true</UseSGen>
  45. <IncludeMonoRuntime>true</IncludeMonoRuntime>
  46. <CreatePackage>true</CreatePackage>
  47. <CodeSigningKey>Developer ID Application</CodeSigningKey>
  48. <EnableCodeSigning>true</EnableCodeSigning>
  49. <EnablePackageSigning>false</EnablePackageSigning>
  50. </PropertyGroup>
  51. <ItemGroup>
  52. <Reference Include="System" />
  53. <Reference Include="System.Core" />
  54. <Reference Include="Xamarin.Mac" />
  55. <Reference Include="System.Net.Http" />
  56. <Reference Include="System.Net.Http.Primitives">
  57. <HintPath>..\packages\Microsoft.Net.Http.2.2.29\lib\portable-net45+win8\System.Net.Http.Primitives.dll</HintPath>
  58. </Reference>
  59. <Reference Include="System.Net.Http.Extensions">
  60. <HintPath>..\packages\Microsoft.Net.Http.2.2.29\lib\portable-net45+win8\System.Net.Http.Extensions.dll</HintPath>
  61. </Reference>
  62. <Reference Include="System.Reactive.Interfaces">
  63. <HintPath>..\packages\Rx-Interfaces.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.Interfaces.dll</HintPath>
  64. </Reference>
  65. <Reference Include="System.Reactive.Core">
  66. <HintPath>..\packages\Rx-Core.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.Core.dll</HintPath>
  67. </Reference>
  68. <Reference Include="System.Reactive.Linq">
  69. <HintPath>..\packages\Rx-Linq.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.Linq.dll</HintPath>
  70. </Reference>
  71. <Reference Include="System.Reactive.PlatformServices">
  72. <HintPath>..\packages\Rx-PlatformServices.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.PlatformServices.dll</HintPath>
  73. </Reference>
  74. <Reference Include="LinqToTwitterPcl">
  75. <HintPath>..\packages\LinqToTwitter.3.1.2\lib\portable-win8+net45+wp8\LinqToTwitterPcl.dll</HintPath>
  76. </Reference>
  77. </ItemGroup>
  78. <ItemGroup>
  79. <Folder Include="Resources\" />
  80. </ItemGroup>
  81. <ItemGroup>
  82. <Compile Include="MainWindow.cs" />
  83. <Compile Include="MainWindow.designer.cs">
  84. <DependentUpon>MainWindow.cs</DependentUpon>
  85. </Compile>
  86. <Compile Include="MainWindowController.cs" />
  87. <Compile Include="MainWindowController.designer.cs">
  88. <DependentUpon>MainWindowController.cs</DependentUpon>
  89. </Compile>
  90. <Compile Include="Main.cs" />
  91. <Compile Include="AppDelegate.cs" />
  92. <Compile Include="AppDelegate.designer.cs">
  93. <DependentUpon>AppDelegate.cs</DependentUpon>
  94. </Compile>
  95. <Compile Include="TweetView.cs" />
  96. <Compile Include="TweetViewController.cs" />
  97. <Compile Include="TweetView.designer.cs">
  98. <DependentUpon>TweetView.cs</DependentUpon>
  99. </Compile>
  100. <Compile Include="TweetViewController.designer.cs">
  101. <DependentUpon>TweetViewController.cs</DependentUpon>
  102. </Compile>
  103. </ItemGroup>
  104. <ItemGroup>
  105. <InterfaceDefinition Include="MainWindow.xib" />
  106. <InterfaceDefinition Include="MainMenu.xib" />
  107. <InterfaceDefinition Include="TweetView.xib" />
  108. </ItemGroup>
  109. <ItemGroup>
  110. <None Include="Info.plist" />
  111. <None Include="packages.config" />
  112. </ItemGroup>
  113. <Import Project="$(MSBuildExtensionsPath)\Xamarin\Mac\Xamarin.Mac.CSharp.targets" />
  114. <ItemGroup>
  115. <ProjectReference Include="..\TwitterSearch.Portable\TwitterSearch.Portable.csproj">
  116. <Project>{5C68AA4A-723D-48A1-9F8D-08DED42AB85C}</Project>
  117. <Name>TwitterSearch.Portable</Name>
  118. </ProjectReference>
  119. </ItemGroup>
  120. </Project>