SDWebImageSample-Classic.csproj 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  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)' == '' ">iPhoneSimulator</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{EC9E7D4E-F9E9-4C8A-96AF-734852B6F872}</ProjectGuid>
  9. <ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <RootNamespace>SDWebImageSample</RootNamespace>
  12. <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
  13. <AssemblyName>SDWebImageSampleClassic</AssemblyName>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
  16. <DebugSymbols>True</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>False</Optimize>
  19. <OutputPath>bin\classic\iPhoneSimulator\Debug</OutputPath>
  20. <IntermediateOutputPath>obj\classic\iPhoneSimulator\Debug</IntermediateOutputPath>
  21. <DefineConstants>DEBUG;</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <MtouchDebug>True</MtouchDebug>
  25. <MtouchLink>None</MtouchLink>
  26. <ConsolePause>False</ConsolePause>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
  29. <DebugType>none</DebugType>
  30. <Optimize>True</Optimize>
  31. <OutputPath>bin\classic\iPhoneSimulator\Release</OutputPath>
  32. <IntermediateOutputPath>obj\classic\iPhoneSimulator\Release</IntermediateOutputPath>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <ConsolePause>False</ConsolePause>
  36. <MtouchLink>None</MtouchLink>
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
  39. <DebugSymbols>True</DebugSymbols>
  40. <DebugType>full</DebugType>
  41. <Optimize>False</Optimize>
  42. <OutputPath>bin\classic\iPhone\Debug</OutputPath>
  43. <IntermediateOutputPath>obj\classic\iPhone\Debug</IntermediateOutputPath>
  44. <DefineConstants>DEBUG;</DefineConstants>
  45. <ErrorReport>prompt</ErrorReport>
  46. <WarningLevel>4</WarningLevel>
  47. <CodesignKey>iPhone Developer</CodesignKey>
  48. <MtouchDebug>True</MtouchDebug>
  49. <ConsolePause>False</ConsolePause>
  50. <MtouchI18n>
  51. </MtouchI18n>
  52. <MtouchArch>ARMv7, ARMv7s</MtouchArch>
  53. </PropertyGroup>
  54. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
  55. <DebugType>none</DebugType>
  56. <Optimize>True</Optimize>
  57. <OutputPath>bin\classic\iPhone\Release</OutputPath>
  58. <IntermediateOutputPath>obj\classic\iPhone\Release</IntermediateOutputPath>
  59. <ErrorReport>prompt</ErrorReport>
  60. <WarningLevel>4</WarningLevel>
  61. <ConsolePause>False</ConsolePause>
  62. <CodesignKey>iPhone Developer</CodesignKey>
  63. <MtouchI18n>
  64. </MtouchI18n>
  65. <MtouchArch>ARMv7, ARMv7s</MtouchArch>
  66. </PropertyGroup>
  67. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' ">
  68. <DebugType>none</DebugType>
  69. <Optimize>True</Optimize>
  70. <OutputPath>bin\classic\iPhone\Ad-Hoc</OutputPath>
  71. <IntermediateOutputPath>obj\classic\iPhone\Ad-Hoc</IntermediateOutputPath>
  72. <ErrorReport>prompt</ErrorReport>
  73. <WarningLevel>4</WarningLevel>
  74. <ConsolePause>False</ConsolePause>
  75. <CodesignKey>iPhone Distribution</CodesignKey>
  76. <BuildIpa>True</BuildIpa>
  77. <CodesignProvision>Automatic:AdHoc</CodesignProvision>
  78. </PropertyGroup>
  79. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' ">
  80. <DebugType>none</DebugType>
  81. <Optimize>True</Optimize>
  82. <OutputPath>bin\classic\iPhone\AppStore</OutputPath>
  83. <IntermediateOutputPath>obj\classic\iPhone\AppStore</IntermediateOutputPath>
  84. <ErrorReport>prompt</ErrorReport>
  85. <WarningLevel>4</WarningLevel>
  86. <ConsolePause>False</ConsolePause>
  87. <CodesignProvision>Automatic:AppStore</CodesignProvision>
  88. <CodesignKey>iPhone Distribution</CodesignKey>
  89. </PropertyGroup>
  90. <ItemGroup>
  91. <Reference Include="System" />
  92. <Reference Include="System.Xml" />
  93. <Reference Include="System.Core" />
  94. <Reference Include="monotouch" />
  95. <Reference Include="SDWebImage">
  96. <HintPath>../../../lib\/ios/SDWebImage.dll</HintPath>
  97. </Reference>
  98. </ItemGroup>
  99. <ItemGroup>
  100. <Folder Include="Resources\" />
  101. </ItemGroup>
  102. <ItemGroup>
  103. <None Include="Info.plist" />
  104. </ItemGroup>
  105. <ItemGroup>
  106. <Compile Include="Main.cs" />
  107. <Compile Include="AppDelegate.cs" />
  108. <Compile Include="MasterViewController.cs" />
  109. <Compile Include="MasterViewController.designer.cs">
  110. <DependentUpon>MasterViewController.cs</DependentUpon>
  111. </Compile>
  112. <Compile Include="DetailViewController.cs" />
  113. <Compile Include="DetailViewController.designer.cs">
  114. <DependentUpon>DetailViewController.cs</DependentUpon>
  115. </Compile>
  116. </ItemGroup>
  117. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  118. <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.MonoTouch.CSharp.targets" />
  119. <ItemGroup>
  120. <InterfaceDefinition Include="MasterViewController.xib" />
  121. <InterfaceDefinition Include="DetailViewController.xib" />
  122. </ItemGroup>
  123. <ItemGroup>
  124. <BundleResource Include="Resources\placeholder.png" />
  125. <BundleResource Include="Resources\placeholder%402x.png" />
  126. <BundleResource Include="Resources\Default-568h%402x.png" />
  127. </ItemGroup>
  128. <ItemGroup>
  129. </ItemGroup>
  130. </Project>