TwitterSearch.WindowsPhone.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>10.0.20506</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{EC9DBF88-93FD-41D9-B7D2-4A1517948312}</ProjectGuid>
  9. <ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>TwitterSearch.WindowsPhone</RootNamespace>
  13. <AssemblyName>TwitterSearch.WindowsPhone</AssemblyName>
  14. <TargetFrameworkIdentifier>WindowsPhone</TargetFrameworkIdentifier>
  15. <TargetFrameworkVersion>v8.0</TargetFrameworkVersion>
  16. <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
  17. <SilverlightApplication>true</SilverlightApplication>
  18. <SupportedCultures>
  19. </SupportedCultures>
  20. <XapOutputs>true</XapOutputs>
  21. <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
  22. <XapFilename>TwitterSearch.WindowsPhone_Debug_x86.xap</XapFilename>
  23. <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
  24. <SilverlightAppEntry>TwitterSearch.WindowsPhone.App</SilverlightAppEntry>
  25. <ValidateXaml>true</ValidateXaml>
  26. <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
  27. <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
  28. <NuGetPackageImportStamp>29351897</NuGetPackageImportStamp>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  31. <DebugSymbols>true</DebugSymbols>
  32. <DebugType>full</DebugType>
  33. <Optimize>false</Optimize>
  34. <OutputPath>Bin\Debug</OutputPath>
  35. <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  36. <NoStdLib>true</NoStdLib>
  37. <NoConfig>true</NoConfig>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  42. <DebugType>pdbonly</DebugType>
  43. <Optimize>true</Optimize>
  44. <OutputPath>Bin\Release</OutputPath>
  45. <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  46. <NoStdLib>true</NoStdLib>
  47. <NoConfig>true</NoConfig>
  48. <ErrorReport>prompt</ErrorReport>
  49. <WarningLevel>4</WarningLevel>
  50. </PropertyGroup>
  51. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  52. <DebugSymbols>true</DebugSymbols>
  53. <DebugType>full</DebugType>
  54. <Optimize>false</Optimize>
  55. <OutputPath>Bin\x86\Debug</OutputPath>
  56. <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  57. <NoStdLib>true</NoStdLib>
  58. <NoConfig>true</NoConfig>
  59. <ErrorReport>prompt</ErrorReport>
  60. <WarningLevel>4</WarningLevel>
  61. </PropertyGroup>
  62. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  63. <DebugType>pdbonly</DebugType>
  64. <Optimize>true</Optimize>
  65. <OutputPath>Bin\x86\Release</OutputPath>
  66. <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  67. <NoStdLib>true</NoStdLib>
  68. <NoConfig>true</NoConfig>
  69. <ErrorReport>prompt</ErrorReport>
  70. <WarningLevel>4</WarningLevel>
  71. </PropertyGroup>
  72. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|ARM' ">
  73. <DebugSymbols>true</DebugSymbols>
  74. <DebugType>full</DebugType>
  75. <Optimize>false</Optimize>
  76. <OutputPath>Bin\ARM\Debug</OutputPath>
  77. <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  78. <NoStdLib>true</NoStdLib>
  79. <NoConfig>true</NoConfig>
  80. <ErrorReport>prompt</ErrorReport>
  81. <WarningLevel>4</WarningLevel>
  82. </PropertyGroup>
  83. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|ARM' ">
  84. <DebugType>pdbonly</DebugType>
  85. <Optimize>true</Optimize>
  86. <OutputPath>Bin\ARM\Release</OutputPath>
  87. <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  88. <NoStdLib>true</NoStdLib>
  89. <NoConfig>true</NoConfig>
  90. <ErrorReport>prompt</ErrorReport>
  91. <WarningLevel>4</WarningLevel>
  92. </PropertyGroup>
  93. <ItemGroup>
  94. <Compile Include="App.xaml.cs">
  95. <DependentUpon>App.xaml</DependentUpon>
  96. </Compile>
  97. <Compile Include="LocalizedStrings.cs" />
  98. <Compile Include="MainPage.xaml.cs">
  99. <DependentUpon>MainPage.xaml</DependentUpon>
  100. </Compile>
  101. <Compile Include="Properties\AssemblyInfo.cs" />
  102. <Compile Include="Resources\AppResources.Designer.cs">
  103. <AutoGen>True</AutoGen>
  104. <DesignTime>True</DesignTime>
  105. <DependentUpon>AppResources.resx</DependentUpon>
  106. </Compile>
  107. </ItemGroup>
  108. <ItemGroup>
  109. <ApplicationDefinition Include="App.xaml">
  110. <SubType>Designer</SubType>
  111. <Generator>MSBuild:Compile</Generator>
  112. </ApplicationDefinition>
  113. <Page Include="MainPage.xaml">
  114. <SubType>Designer</SubType>
  115. <Generator>MSBuild:Compile</Generator>
  116. </Page>
  117. </ItemGroup>
  118. <ItemGroup>
  119. <None Include="packages.config" />
  120. <None Include="Properties\AppManifest.xml" />
  121. <None Include="Properties\WMAppManifest.xml">
  122. <SubType>Designer</SubType>
  123. </None>
  124. </ItemGroup>
  125. <ItemGroup>
  126. <Content Include="Assets\AlignmentGrid.png" />
  127. <Content Include="Assets\ApplicationIcon.png">
  128. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  129. </Content>
  130. <Content Include="Assets\Tiles\FlipCycleTileLarge.png">
  131. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  132. </Content>
  133. <Content Include="Assets\Tiles\FlipCycleTileMedium.png">
  134. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  135. </Content>
  136. <Content Include="Assets\Tiles\FlipCycleTileSmall.png">
  137. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  138. </Content>
  139. <Content Include="Assets\Tiles\IconicTileMediumLarge.png">
  140. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  141. </Content>
  142. <Content Include="Assets\Tiles\IconicTileSmall.png">
  143. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  144. </Content>
  145. </ItemGroup>
  146. <ItemGroup>
  147. <EmbeddedResource Include="Resources\AppResources.resx">
  148. <Generator>PublicResXFileCodeGenerator</Generator>
  149. <LastGenOutput>AppResources.Designer.cs</LastGenOutput>
  150. </EmbeddedResource>
  151. </ItemGroup>
  152. <ItemGroup>
  153. <Reference Include="LinqToTwitterPcl">
  154. <HintPath>..\packages\LinqToTwitter.3.1.2\lib\wp8\LinqToTwitterPcl.dll</HintPath>
  155. </Reference>
  156. <Reference Include="Refractored.Xam.TTS, Version=1.0.5.0, Culture=neutral, processorArchitecture=MSIL">
  157. <HintPath>..\packages\Xam.Plugins.TextToSpeech.1.0.5\lib\wp8\Refractored.Xam.TTS.dll</HintPath>
  158. <Private>True</Private>
  159. </Reference>
  160. <Reference Include="Refractored.Xam.TTS.Abstractions, Version=1.0.5.0, Culture=neutral, processorArchitecture=MSIL">
  161. <HintPath>..\packages\Xam.Plugins.TextToSpeech.1.0.5\lib\wp8\Refractored.Xam.TTS.Abstractions.dll</HintPath>
  162. <Private>True</Private>
  163. </Reference>
  164. <Reference Include="System.IO.Compression">
  165. <HintPath>..\packages\Microsoft.Bcl.Compression.3.9.85\lib\wp8\System.IO.Compression.dll</HintPath>
  166. </Reference>
  167. <Reference Include="System.Net.Http">
  168. <HintPath>..\packages\Microsoft.Net.Http.2.2.29\lib\sl4-windowsphone71\System.Net.Http.dll</HintPath>
  169. </Reference>
  170. <Reference Include="System.Net.Http.Extensions">
  171. <HintPath>..\packages\Microsoft.Net.Http.2.2.29\lib\sl4-windowsphone71\System.Net.Http.Extensions.dll</HintPath>
  172. </Reference>
  173. <Reference Include="System.Net.Http.Primitives">
  174. <HintPath>..\packages\Microsoft.Net.Http.2.2.29\lib\sl4-windowsphone71\System.Net.Http.Primitives.dll</HintPath>
  175. </Reference>
  176. <Reference Include="System.Reactive.Core">
  177. <HintPath>..\packages\Rx-Core.2.2.5\lib\windowsphone8\System.Reactive.Core.dll</HintPath>
  178. </Reference>
  179. <Reference Include="System.Reactive.Interfaces">
  180. <HintPath>..\packages\Rx-Interfaces.2.2.5\lib\windowsphone8\System.Reactive.Interfaces.dll</HintPath>
  181. </Reference>
  182. <Reference Include="System.Reactive.Linq">
  183. <HintPath>..\packages\Rx-Linq.2.2.5\lib\windowsphone8\System.Reactive.Linq.dll</HintPath>
  184. </Reference>
  185. <Reference Include="System.Reactive.PlatformServices">
  186. <HintPath>..\packages\Rx-PlatformServices.2.2.5\lib\windowsphone8\System.Reactive.PlatformServices.dll</HintPath>
  187. </Reference>
  188. </ItemGroup>
  189. <ItemGroup>
  190. <ProjectReference Include="..\TwitterSearch.Portable\TwitterSearch.Portable.csproj">
  191. <Project>{5c68aa4a-723d-48a1-9f8d-08ded42ab85c}</Project>
  192. <Name>TwitterSearch.Portable</Name>
  193. </ProjectReference>
  194. </ItemGroup>
  195. <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).$(TargetFrameworkVersion).Overrides.targets" />
  196. <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).CSharp.targets" />
  197. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  198. Other similar extension points exist, see Microsoft.Common.targets.
  199. <Target Name="BeforeBuild">
  200. </Target>
  201. <Target Name="AfterBuild">
  202. </Target>
  203. -->
  204. <ProjectExtensions />
  205. <Import Project="..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" />
  206. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  207. <PropertyGroup>
  208. <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  209. </PropertyGroup>
  210. <Error Condition="!Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" />
  211. <Error Condition="!Exists('..\packages\Microsoft.Bcl.Compression.3.9.85\build\wp8\Microsoft.Bcl.Compression.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Bcl.Compression.3.9.85\build\wp8\Microsoft.Bcl.Compression.targets'))" />
  212. </Target>
  213. <Import Project="..\packages\Microsoft.Bcl.Compression.3.9.85\build\wp8\Microsoft.Bcl.Compression.targets" Condition="Exists('..\packages\Microsoft.Bcl.Compression.3.9.85\build\wp8\Microsoft.Bcl.Compression.targets')" />
  214. </Project>