| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- <?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)' == '' ">AnyCPU</Platform>
- <ProjectTypeGuids>{A3F8F2AB-B479-4A4A-A458-A89E7DC349F1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <ProjectGuid>{82E3BC03-588E-4A07-A278-365126AAEC09}</ProjectGuid>
- <OutputType>Exe</OutputType>
- <RootNamespace>TwitterSearch.Mac</RootNamespace>
- <MonoMacResourcePrefix>Resources</MonoMacResourcePrefix>
- <AssemblyName>TwitterSearch.Mac</AssemblyName>
- <TargetFrameworkIdentifier>Xamarin.Mac</TargetFrameworkIdentifier>
- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug</OutputPath>
- <DefineConstants>DEBUG;</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <ConsolePause>false</ConsolePause>
- <UseRefCounting>true</UseRefCounting>
- <UseSGen>true</UseSGen>
- <IncludeMonoRuntime>false</IncludeMonoRuntime>
- <EnablePackageSigning>false</EnablePackageSigning>
- <CodeSigningKey>Mac Developer: Chris Hamons (TTCU68SGMZ)</CodeSigningKey>
- <EnableCodeSigning>true</EnableCodeSigning>
- <CreatePackage>false</CreatePackage>
- <CodeSignProvision>7d38ecc7-8431-429e-9491-0c576e1686e8</CodeSignProvision>
- <PackageSigningKey>Developer ID Installer</PackageSigningKey>
- <XamMacArch>x86_64</XamMacArch>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>full</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release</OutputPath>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <ConsolePause>false</ConsolePause>
- <LinkMode>SdkOnly</LinkMode>
- <UseRefCounting>true</UseRefCounting>
- <UseSGen>true</UseSGen>
- <IncludeMonoRuntime>true</IncludeMonoRuntime>
- <CreatePackage>true</CreatePackage>
- <CodeSigningKey>Developer ID Application</CodeSigningKey>
- <EnableCodeSigning>true</EnableCodeSigning>
- <EnablePackageSigning>false</EnablePackageSigning>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="Xamarin.Mac" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Net.Http.Primitives">
- <HintPath>..\packages\Microsoft.Net.Http.2.2.29\lib\portable-net45+win8\System.Net.Http.Primitives.dll</HintPath>
- </Reference>
- <Reference Include="System.Net.Http.Extensions">
- <HintPath>..\packages\Microsoft.Net.Http.2.2.29\lib\portable-net45+win8\System.Net.Http.Extensions.dll</HintPath>
- </Reference>
- <Reference Include="System.Reactive.Interfaces">
- <HintPath>..\packages\Rx-Interfaces.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.Interfaces.dll</HintPath>
- </Reference>
- <Reference Include="System.Reactive.Core">
- <HintPath>..\packages\Rx-Core.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.Core.dll</HintPath>
- </Reference>
- <Reference Include="System.Reactive.Linq">
- <HintPath>..\packages\Rx-Linq.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.Linq.dll</HintPath>
- </Reference>
- <Reference Include="System.Reactive.PlatformServices">
- <HintPath>..\packages\Rx-PlatformServices.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.PlatformServices.dll</HintPath>
- </Reference>
- <Reference Include="LinqToTwitterPcl">
- <HintPath>..\packages\LinqToTwitter.3.1.2\lib\portable-win8+net45+wp8\LinqToTwitterPcl.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Resources\" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="MainWindow.cs" />
- <Compile Include="MainWindow.designer.cs">
- <DependentUpon>MainWindow.cs</DependentUpon>
- </Compile>
- <Compile Include="MainWindowController.cs" />
- <Compile Include="MainWindowController.designer.cs">
- <DependentUpon>MainWindowController.cs</DependentUpon>
- </Compile>
- <Compile Include="Main.cs" />
- <Compile Include="AppDelegate.cs" />
- <Compile Include="AppDelegate.designer.cs">
- <DependentUpon>AppDelegate.cs</DependentUpon>
- </Compile>
- <Compile Include="TweetView.cs" />
- <Compile Include="TweetViewController.cs" />
- <Compile Include="TweetView.designer.cs">
- <DependentUpon>TweetView.cs</DependentUpon>
- </Compile>
- <Compile Include="TweetViewController.designer.cs">
- <DependentUpon>TweetViewController.cs</DependentUpon>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <InterfaceDefinition Include="MainWindow.xib" />
- <InterfaceDefinition Include="MainMenu.xib" />
- <InterfaceDefinition Include="TweetView.xib" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Info.plist" />
- <None Include="packages.config" />
- </ItemGroup>
- <Import Project="$(MSBuildExtensionsPath)\Xamarin\Mac\Xamarin.Mac.CSharp.targets" />
- <ItemGroup>
- <ProjectReference Include="..\TwitterSearch.Portable\TwitterSearch.Portable.csproj">
- <Project>{5C68AA4A-723D-48A1-9F8D-08DED42AB85C}</Project>
- <Name>TwitterSearch.Portable</Name>
- </ProjectReference>
- </ItemGroup>
- </Project>
|