XamarinFormsGoogleDriveAPI.Windows.csproj 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{37078CE1-542D-4C20-8C68-F5DB037FAABF}</ProjectGuid>
  8. <OutputType>AppContainerExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>XamarinFormsGoogleDriveAPI.Windows</RootNamespace>
  11. <AssemblyName>XamarinFormsGoogleDriveAPI.Windows</AssemblyName>
  12. <DefaultLanguage>en-US</DefaultLanguage>
  13. <TargetPlatformVersion>8.1</TargetPlatformVersion>
  14. <MinimumVisualStudioVersion>12</MinimumVisualStudioVersion>
  15. <FileAlignment>512</FileAlignment>
  16. <SynthesizeLinkMetadata>true</SynthesizeLinkMetadata>
  17. <ProjectTypeGuids>{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  18. <PackageCertificateKeyFile>Windows_TemporaryKey.pfx</PackageCertificateKeyFile>
  19. <NuGetPackageImportStamp>
  20. </NuGetPackageImportStamp>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  23. <PlatformTarget>AnyCPU</PlatformTarget>
  24. <DebugSymbols>true</DebugSymbols>
  25. <DebugType>full</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>bin\Debug\</OutputPath>
  28. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <PlatformTarget>AnyCPU</PlatformTarget>
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
  42. <DebugSymbols>true</DebugSymbols>
  43. <OutputPath>bin\ARM\Debug\</OutputPath>
  44. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
  45. <NoWarn>;2008</NoWarn>
  46. <DebugType>full</DebugType>
  47. <PlatformTarget>ARM</PlatformTarget>
  48. <UseVSHostingProcess>false</UseVSHostingProcess>
  49. <ErrorReport>prompt</ErrorReport>
  50. <Prefer32Bit>true</Prefer32Bit>
  51. </PropertyGroup>
  52. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
  53. <OutputPath>bin\ARM\Release\</OutputPath>
  54. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
  55. <Optimize>true</Optimize>
  56. <NoWarn>;2008</NoWarn>
  57. <DebugType>pdbonly</DebugType>
  58. <PlatformTarget>ARM</PlatformTarget>
  59. <UseVSHostingProcess>false</UseVSHostingProcess>
  60. <ErrorReport>prompt</ErrorReport>
  61. <Prefer32Bit>true</Prefer32Bit>
  62. </PropertyGroup>
  63. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  64. <DebugSymbols>true</DebugSymbols>
  65. <OutputPath>bin\x64\Debug\</OutputPath>
  66. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
  67. <NoWarn>;2008</NoWarn>
  68. <DebugType>full</DebugType>
  69. <PlatformTarget>x64</PlatformTarget>
  70. <UseVSHostingProcess>false</UseVSHostingProcess>
  71. <ErrorReport>prompt</ErrorReport>
  72. <Prefer32Bit>true</Prefer32Bit>
  73. </PropertyGroup>
  74. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  75. <OutputPath>bin\x64\Release\</OutputPath>
  76. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
  77. <Optimize>true</Optimize>
  78. <NoWarn>;2008</NoWarn>
  79. <DebugType>pdbonly</DebugType>
  80. <PlatformTarget>x64</PlatformTarget>
  81. <UseVSHostingProcess>false</UseVSHostingProcess>
  82. <ErrorReport>prompt</ErrorReport>
  83. <Prefer32Bit>true</Prefer32Bit>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  86. <DebugSymbols>true</DebugSymbols>
  87. <OutputPath>bin\x86\Debug\</OutputPath>
  88. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
  89. <NoWarn>;2008</NoWarn>
  90. <DebugType>full</DebugType>
  91. <PlatformTarget>x86</PlatformTarget>
  92. <UseVSHostingProcess>false</UseVSHostingProcess>
  93. <ErrorReport>prompt</ErrorReport>
  94. <Prefer32Bit>true</Prefer32Bit>
  95. </PropertyGroup>
  96. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  97. <OutputPath>bin\x86\Release\</OutputPath>
  98. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
  99. <Optimize>true</Optimize>
  100. <NoWarn>;2008</NoWarn>
  101. <DebugType>pdbonly</DebugType>
  102. <PlatformTarget>x86</PlatformTarget>
  103. <UseVSHostingProcess>false</UseVSHostingProcess>
  104. <ErrorReport>prompt</ErrorReport>
  105. <Prefer32Bit>true</Prefer32Bit>
  106. </PropertyGroup>
  107. <ItemGroup>
  108. <Compile Include="App.xaml.cs">
  109. <DependentUpon>App.xaml</DependentUpon>
  110. </Compile>
  111. <Compile Include="MainPage.xaml.cs">
  112. <DependentUpon>MainPage.xaml</DependentUpon>
  113. </Compile>
  114. <Compile Include="Properties\AssemblyInfo.cs" />
  115. </ItemGroup>
  116. <ItemGroup>
  117. <AppxManifest Include="Package.appxmanifest">
  118. <SubType>Designer</SubType>
  119. </AppxManifest>
  120. <None Include="Windows_TemporaryKey.pfx" />
  121. </ItemGroup>
  122. <ItemGroup>
  123. <Content Include="Assets\Logo.scale-100.png" />
  124. <Content Include="Assets\SmallLogo.scale-100.png" />
  125. <Content Include="Assets\SplashScreen.scale-100.png" />
  126. <Content Include="Assets\StoreLogo.scale-100.png" />
  127. </ItemGroup>
  128. <ItemGroup>
  129. <ApplicationDefinition Include="App.xaml">
  130. <SubType>Designer</SubType>
  131. </ApplicationDefinition>
  132. <Page Include="MainPage.xaml">
  133. <Generator>MSBuild:Compile</Generator>
  134. <SubType>Designer</SubType>
  135. </Page>
  136. </ItemGroup>
  137. <ItemGroup>
  138. <ProjectReference Include="..\XamarinFormsGoogleDriveAPI\XamarinFormsGoogleDriveAPI.csproj">
  139. <Project>{cbf1dd80-c8f6-4b3c-b12f-fef0c105043a}</Project>
  140. <Name>XamarinFormsGoogleDriveAPI</Name>
  141. </ProjectReference>
  142. </ItemGroup>
  143. <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '12.0' ">
  144. <VisualStudioVersion>12.0</VisualStudioVersion>
  145. </PropertyGroup>
  146. <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
  147. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  148. Other similar extension points exist, see Microsoft.Common.targets.
  149. <Target Name="BeforeBuild">
  150. </Target>
  151. <Target Name="AfterBuild">
  152. </Target>
  153. -->
  154. </Project>