MyWeather.UITests.csproj 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. <ProjectGuid>{5D272574-A190-4674-B250-DBB29FAFA884}</ProjectGuid>
  7. <OutputType>Library</OutputType>
  8. <RootNamespace>MyWeather.UITests</RootNamespace>
  9. <AssemblyName>MyWeather.UITests</AssemblyName>
  10. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  11. </PropertyGroup>
  12. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  13. <DebugSymbols>true</DebugSymbols>
  14. <DebugType>full</DebugType>
  15. <Optimize>false</Optimize>
  16. <OutputPath>bin\Debug</OutputPath>
  17. <DefineConstants>DEBUG;</DefineConstants>
  18. <ErrorReport>prompt</ErrorReport>
  19. <WarningLevel>4</WarningLevel>
  20. <ConsolePause>false</ConsolePause>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  23. <DebugType>full</DebugType>
  24. <Optimize>true</Optimize>
  25. <OutputPath>bin\Release</OutputPath>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. <ConsolePause>false</ConsolePause>
  29. </PropertyGroup>
  30. <ItemGroup>
  31. <Reference Include="System" />
  32. <Reference Include="nunit.framework">
  33. <HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
  34. </Reference>
  35. <Reference Include="Xamarin.UITest, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL">
  36. <HintPath>..\packages\Xamarin.UITest.1.2.0\lib\Xamarin.UITest.dll</HintPath>
  37. <Private>True</Private>
  38. </Reference>
  39. </ItemGroup>
  40. <ItemGroup>
  41. <Compile Include="Tests.cs" />
  42. <Compile Include="AppInitializer.cs" />
  43. </ItemGroup>
  44. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  45. <ItemGroup>
  46. <None Include="app.config" />
  47. <None Include="packages.config" />
  48. </ItemGroup>
  49. <ItemGroup>
  50. <ProjectReference Include="..\MyWeather\MyWeather.iOS\MyWeather.iOS.csproj">
  51. <Project>{CD4A0DB1-7D99-48B5-955E-06B2923F3745}</Project>
  52. <Name>MyWeather.iOS</Name>
  53. <ReferenceOutputAssembly>False</ReferenceOutputAssembly>
  54. <Private>False</Private>
  55. </ProjectReference>
  56. <ProjectReference Include="..\MyWeather\MyWeather.Droid\MyWeather.Droid.csproj">
  57. <Project>{C0578B30-CC73-4EB1-BDF8-7F96481B5159}</Project>
  58. <Name>MyWeather.Droid</Name>
  59. <ReferenceOutputAssembly>False</ReferenceOutputAssembly>
  60. <Private>False</Private>
  61. </ProjectReference>
  62. </ItemGroup>
  63. </Project>