FormsPlayerSample.csproj 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  7. <ProjectGuid>{A1A8DF78-4CDA-4E96-BA7E-CD89F1AA222D}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <RootNamespace>FormsPlayerSample</RootNamespace>
  10. <AssemblyName>FormsPlayerSample</AssemblyName>
  11. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  12. <TargetFrameworkProfile>Profile78</TargetFrameworkProfile>
  13. </PropertyGroup>
  14. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  15. <DebugSymbols>true</DebugSymbols>
  16. <DebugType>full</DebugType>
  17. <Optimize>false</Optimize>
  18. <OutputPath>bin\Debug</OutputPath>
  19. <DefineConstants>DEBUG;</DefineConstants>
  20. <ErrorReport>prompt</ErrorReport>
  21. <WarningLevel>4</WarningLevel>
  22. <ConsolePause>false</ConsolePause>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>full</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>bin\Release</OutputPath>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <ConsolePause>false</ConsolePause>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Compile Include="Properties\AssemblyInfo.cs" />
  34. <Compile Include="Views\MainView.xaml.cs">
  35. <DependentUpon>MainView.xaml</DependentUpon>
  36. </Compile>
  37. <Compile Include="App.xaml.cs">
  38. <DependentUpon>App.xaml</DependentUpon>
  39. </Compile>
  40. </ItemGroup>
  41. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
  42. <Import Project="..\packages\Xamarin.Forms.2.0.0.6490\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.2.0.0.6490\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" />
  43. <ItemGroup>
  44. <Reference Include="Xamarin.Forms.Core">
  45. <HintPath>..\packages\Xamarin.Forms.2.0.0.6490\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.Core.dll</HintPath>
  46. </Reference>
  47. <Reference Include="Xamarin.Forms.Xaml">
  48. <HintPath>..\packages\Xamarin.Forms.2.0.0.6490\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.Xaml.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Xamarin.Forms.Platform">
  51. <HintPath>..\packages\Xamarin.Forms.2.0.0.6490\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.Platform.dll</HintPath>
  52. </Reference>
  53. </ItemGroup>
  54. <ItemGroup>
  55. <None Include="packages.config" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <Folder Include="Views\" />
  59. </ItemGroup>
  60. <ItemGroup>
  61. <EmbeddedResource Include="Views\MainView.xaml">
  62. <Generator>MSBuild:UpdateDesignTimeXaml</Generator>
  63. </EmbeddedResource>
  64. <EmbeddedResource Include="App.xaml">
  65. <Generator>MSBuild:UpdateDesignTimeXaml</Generator>
  66. </EmbeddedResource>
  67. </ItemGroup>
  68. </Project>