Crossplatform App der Caritas (Versuch).
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

CaritasApp.UWP.csproj 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  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)' == '' ">x86</Platform>
  7. <ProjectGuid>{2B3AABB1-73B6-49B4-95A8-CBF0BA76E4A9}</ProjectGuid>
  8. <TemplateGuid>{98C37F10-6541-44BE-B1E6-7EB3EB8C08F1}</TemplateGuid>
  9. <OutputType>AppContainerExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CaritasApp.UWP</RootNamespace>
  12. <AssemblyName>CaritasApp.UWP</AssemblyName>
  13. <DefaultLanguage>de</DefaultLanguage>
  14. <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
  15. <TargetPlatformVersion>10.0.19041.0</TargetPlatformVersion>
  16. <TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
  17. <MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
  18. <EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
  19. <FileAlignment>512</FileAlignment>
  20. <ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  21. <AppxPackageSigningEnabled>false</AppxPackageSigningEnabled>
  22. <SccProjectName>SAK</SccProjectName>
  23. <SccLocalPath>SAK</SccLocalPath>
  24. <SccAuxPath>SAK</SccAuxPath>
  25. <SccProvider>SAK</SccProvider>
  26. <GenerateAppInstallerFile>True</GenerateAppInstallerFile>
  27. <AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
  28. <GenerateTestArtifacts>True</GenerateTestArtifacts>
  29. <AppxBundle>Always</AppxBundle>
  30. <AppxBundlePlatforms>x86|x64|arm</AppxBundlePlatforms>
  31. <AppInstallerUri>D:\Work\Caritas\CaritasApp\Installer</AppInstallerUri>
  32. <HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
  35. <DebugSymbols>true</DebugSymbols>
  36. <OutputPath>bin\ARM\Debug\</OutputPath>
  37. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  38. <NoWarn>;2008</NoWarn>
  39. <DebugType>full</DebugType>
  40. <PlatformTarget>ARM</PlatformTarget>
  41. <UseVSHostingProcess>false</UseVSHostingProcess>
  42. <ErrorReport>prompt</ErrorReport>
  43. <Prefer32Bit>true</Prefer32Bit>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
  46. <OutputPath>bin\ARM\Release\</OutputPath>
  47. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  48. <Optimize>true</Optimize>
  49. <NoWarn>;2008</NoWarn>
  50. <DebugType>pdbonly</DebugType>
  51. <PlatformTarget>ARM</PlatformTarget>
  52. <UseVSHostingProcess>false</UseVSHostingProcess>
  53. <ErrorReport>prompt</ErrorReport>
  54. <Prefer32Bit>true</Prefer32Bit>
  55. <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  58. <DebugSymbols>true</DebugSymbols>
  59. <OutputPath>bin\x64\Debug\</OutputPath>
  60. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  61. <NoWarn>;2008</NoWarn>
  62. <DebugType>full</DebugType>
  63. <PlatformTarget>x64</PlatformTarget>
  64. <UseVSHostingProcess>false</UseVSHostingProcess>
  65. <ErrorReport>prompt</ErrorReport>
  66. <Prefer32Bit>true</Prefer32Bit>
  67. </PropertyGroup>
  68. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  69. <OutputPath>bin\x64\Release\</OutputPath>
  70. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  71. <Optimize>true</Optimize>
  72. <NoWarn>;2008</NoWarn>
  73. <DebugType>pdbonly</DebugType>
  74. <PlatformTarget>x64</PlatformTarget>
  75. <UseVSHostingProcess>false</UseVSHostingProcess>
  76. <ErrorReport>prompt</ErrorReport>
  77. <Prefer32Bit>true</Prefer32Bit>
  78. <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  81. <DebugSymbols>true</DebugSymbols>
  82. <OutputPath>bin\x86\Debug\</OutputPath>
  83. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  84. <NoWarn>;2008</NoWarn>
  85. <DebugType>full</DebugType>
  86. <PlatformTarget>x86</PlatformTarget>
  87. <UseVSHostingProcess>false</UseVSHostingProcess>
  88. <ErrorReport>prompt</ErrorReport>
  89. <Prefer32Bit>true</Prefer32Bit>
  90. </PropertyGroup>
  91. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  92. <OutputPath>bin\x86\Release\</OutputPath>
  93. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  94. <Optimize>true</Optimize>
  95. <NoWarn>;2008</NoWarn>
  96. <DebugType>pdbonly</DebugType>
  97. <PlatformTarget>x86</PlatformTarget>
  98. <UseVSHostingProcess>false</UseVSHostingProcess>
  99. <ErrorReport>prompt</ErrorReport>
  100. <Prefer32Bit>true</Prefer32Bit>
  101. <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
  102. </PropertyGroup>
  103. <ItemGroup>
  104. <Compile Include="App.xaml.cs">
  105. <DependentUpon>App.xaml</DependentUpon>
  106. </Compile>
  107. <Compile Include="MainPage.xaml.cs">
  108. <DependentUpon>MainPage.xaml</DependentUpon>
  109. </Compile>
  110. <Compile Include="Properties\AssemblyInfo.cs" />
  111. </ItemGroup>
  112. <ItemGroup>
  113. <AppxManifest Include="Package.appxmanifest">
  114. <SubType>Designer</SubType>
  115. </AppxManifest>
  116. </ItemGroup>
  117. <ItemGroup>
  118. <Content Include="Assets\LargeTile.scale-125.png" />
  119. <Content Include="Assets\LargeTile.scale-150.png" />
  120. <Content Include="Assets\SmallTile.scale-125.png" />
  121. <Content Include="Assets\SmallTile.scale-150.png" />
  122. <Content Include="Assets\SplashScreen.scale-125.png" />
  123. <Content Include="Assets\SplashScreen.scale-150.png" />
  124. <Content Include="Assets\Square150x150Logo.scale-125.png" />
  125. <Content Include="Assets\Square150x150Logo.scale-150.png" />
  126. <Content Include="Assets\Square44x44Logo.altform-lightunplated_targetsize-16.png" />
  127. <Content Include="Assets\Square44x44Logo.altform-lightunplated_targetsize-24.png" />
  128. <Content Include="Assets\Square44x44Logo.altform-lightunplated_targetsize-256.png" />
  129. <Content Include="Assets\Square44x44Logo.altform-lightunplated_targetsize-32.png" />
  130. <Content Include="Assets\Square44x44Logo.altform-lightunplated_targetsize-48.png" />
  131. <Content Include="Assets\Square44x44Logo.altform-unplated_targetsize-24.png" />
  132. <Content Include="Assets\Square44x44Logo.altform-unplated_targetsize-32.png" />
  133. <Content Include="Assets\Square44x44Logo.scale-125.png" />
  134. <Content Include="Assets\Square44x44Logo.scale-150.png" />
  135. <Content Include="Assets\Square44x44Logo.targetsize-24.png" />
  136. <Content Include="Assets\Square44x44Logo.targetsize-32.png" />
  137. <Content Include="Assets\StoreLogo.scale-125.png" />
  138. <Content Include="Assets\StoreLogo.scale-150.png" />
  139. <Content Include="Assets\Wide310x150Logo.scale-125.png" />
  140. <Content Include="Assets\Wide310x150Logo.scale-150.png" />
  141. <Content Include="batch_found.png" />
  142. <Content Include="batch_fundvelo.png" />
  143. <Content Include="batch_kulturlegi.png" />
  144. <Content Include="batch_markt.png" />
  145. <Content Include="batch_missing.png" />
  146. <Content Include="caritas_logo.png" />
  147. <Content Include="done.png" />
  148. <Content Include="icon_account.png" />
  149. <Content Include="icon_camera.png" />
  150. <Content Include="icon_driveupload.png" />
  151. <Content Include="icon_info.png" />
  152. <Content Include="icon_location.png" />
  153. <Content Include="icon_logout.png" />
  154. <Content Include="icon_services.png" />
  155. <Content Include="integrate_logo.png" />
  156. <Content Include="Properties\Default.rd.xml" />
  157. <Content Include="Assets\LargeTile.scale-100.png" />
  158. <Content Include="Assets\LargeTile.scale-200.png" />
  159. <Content Include="Assets\LargeTile.scale-400.png" />
  160. <Content Include="Assets\SmallTile.scale-100.png" />
  161. <Content Include="Assets\SmallTile.scale-200.png" />
  162. <Content Include="Assets\SmallTile.scale-400.png" />
  163. <Content Include="Assets\SplashScreen.scale-100.png" />
  164. <Content Include="Assets\SplashScreen.scale-200.png" />
  165. <Content Include="Assets\SplashScreen.scale-400.png" />
  166. <Content Include="Assets\Square150x150Logo.scale-100.png" />
  167. <Content Include="Assets\Square150x150Logo.scale-200.png" />
  168. <Content Include="Assets\Square150x150Logo.scale-400.png" />
  169. <Content Include="Assets\Square44x44Logo.altform-unplated_targetsize-16.png" />
  170. <Content Include="Assets\Square44x44Logo.altform-unplated_targetsize-256.png" />
  171. <Content Include="Assets\Square44x44Logo.altform-unplated_targetsize-48.png" />
  172. <Content Include="Assets\Square44x44Logo.scale-100.png" />
  173. <Content Include="Assets\Square44x44Logo.scale-200.png" />
  174. <Content Include="Assets\Square44x44Logo.scale-400.png" />
  175. <Content Include="Assets\Square44x44Logo.targetsize-16.png" />
  176. <Content Include="Assets\Square44x44Logo.targetsize-256.png" />
  177. <Content Include="Assets\Square44x44Logo.targetsize-48.png" />
  178. <Content Include="Assets\StoreLogo.scale-100.png" />
  179. <Content Include="Assets\StoreLogo.scale-200.png" />
  180. <Content Include="Assets\StoreLogo.scale-400.png" />
  181. <Content Include="Assets\Wide310x150Logo.scale-100.png" />
  182. <Content Include="Assets\Wide310x150Logo.scale-200.png" />
  183. <Content Include="Assets\Wide310x150Logo.scale-400.png" />
  184. <Content Include="xamarin_logo.png" />
  185. <Content Include="icon_about.png" />
  186. <Content Include="icon_feed.png" />
  187. </ItemGroup>
  188. <ItemGroup>
  189. <ApplicationDefinition Include="App.xaml">
  190. <Generator>MSBuild:Compile</Generator>
  191. <SubType>Designer</SubType>
  192. </ApplicationDefinition>
  193. <Page Include="MainPage.xaml">
  194. <Generator>MSBuild:Compile</Generator>
  195. <SubType>Designer</SubType>
  196. </Page>
  197. </ItemGroup>
  198. <ItemGroup>
  199. <PackageReference Include="Xamarin.Forms" Version="5.0.0.2012" />
  200. <PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.2.12" />
  201. <PackageReference Include="Xamarin.Essentials" Version="1.6.1" />
  202. </ItemGroup>
  203. <ItemGroup>
  204. <ProjectReference Include="..\CaritasApp\CaritasApp.csproj">
  205. <Project>{D03B93C1-95E1-4418-A290-DCFB1469B9AB}</Project>
  206. <Name>CaritasApp</Name>
  207. </ProjectReference>
  208. </ItemGroup>
  209. <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
  210. <VisualStudioVersion>14.0</VisualStudioVersion>
  211. </PropertyGroup>
  212. <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
  213. </Project>