SDWebImageSimpleSample-Classic.csproj 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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>{419000F9-6AD9-4ECE-B742-1C374C7DE9A2}</ProjectGuid>
  9. <ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <RootNamespace>SDWebImageSimpleSample</RootNamespace>
  12. <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
  13. <AssemblyName>SDWebImageSimpleSampleClassic</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="SampleViewController.cs" />
  109. <Compile Include="SampleViewController.designer.cs">
  110. <DependentUpon>SampleViewController.cs</DependentUpon>
  111. </Compile>
  112. </ItemGroup>
  113. <ItemGroup>
  114. <InterfaceDefinition Include="SampleViewController.xib" />
  115. </ItemGroup>
  116. <ItemGroup>
  117. <BundleResource Include="Resources\Default-568h%402x.png" />
  118. <BundleResource Include="Resources\placeholder.png" />
  119. <BundleResource Include="Resources\placeholder%402x.png" />
  120. </ItemGroup>
  121. <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.MonoTouch.CSharp.targets" />
  122. <ItemGroup>
  123. </ItemGroup>
  124. </Project>