TodoSqlite.UWP.csproj 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  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>{A1900D28-F9DF-4A6A-B88B-B0F2BD5DB025}</ProjectGuid>
  8. <OutputType>AppContainerExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>TodoSqlite.UWP</RootNamespace>
  11. <AssemblyName>TodoSqlite.UWP</AssemblyName>
  12. <DefaultLanguage>en-US</DefaultLanguage>
  13. <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
  14. <TargetPlatformVersion>10.0.16299.0</TargetPlatformVersion>
  15. <TargetPlatformMinVersion>10.0.16299.0</TargetPlatformMinVersion>
  16. <MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
  17. <EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
  18. <FileAlignment>512</FileAlignment>
  19. <ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  20. <PackageCertificateKeyFile>TodoSqlite.UWP_TemporaryKey.pfx</PackageCertificateKeyFile>
  21. </PropertyGroup>
  22. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
  23. <DebugSymbols>true</DebugSymbols>
  24. <OutputPath>bin\ARM\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  26. <NoWarn>;2008</NoWarn>
  27. <DebugType>full</DebugType>
  28. <PlatformTarget>ARM</PlatformTarget>
  29. <UseVSHostingProcess>false</UseVSHostingProcess>
  30. <ErrorReport>prompt</ErrorReport>
  31. <Prefer32Bit>true</Prefer32Bit>
  32. </PropertyGroup>
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
  34. <OutputPath>bin\ARM\Release\</OutputPath>
  35. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  36. <Optimize>true</Optimize>
  37. <NoWarn>;2008</NoWarn>
  38. <DebugType>pdbonly</DebugType>
  39. <PlatformTarget>ARM</PlatformTarget>
  40. <UseVSHostingProcess>false</UseVSHostingProcess>
  41. <ErrorReport>prompt</ErrorReport>
  42. <Prefer32Bit>true</Prefer32Bit>
  43. <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  46. <DebugSymbols>true</DebugSymbols>
  47. <OutputPath>bin\x64\Debug\</OutputPath>
  48. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  49. <NoWarn>;2008</NoWarn>
  50. <DebugType>full</DebugType>
  51. <PlatformTarget>x64</PlatformTarget>
  52. <UseVSHostingProcess>false</UseVSHostingProcess>
  53. <ErrorReport>prompt</ErrorReport>
  54. <Prefer32Bit>true</Prefer32Bit>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  57. <OutputPath>bin\x64\Release\</OutputPath>
  58. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  59. <Optimize>true</Optimize>
  60. <NoWarn>;2008</NoWarn>
  61. <DebugType>pdbonly</DebugType>
  62. <PlatformTarget>x64</PlatformTarget>
  63. <UseVSHostingProcess>false</UseVSHostingProcess>
  64. <ErrorReport>prompt</ErrorReport>
  65. <Prefer32Bit>true</Prefer32Bit>
  66. <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
  67. </PropertyGroup>
  68. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  69. <DebugSymbols>true</DebugSymbols>
  70. <OutputPath>bin\x86\Debug\</OutputPath>
  71. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  72. <NoWarn>;2008</NoWarn>
  73. <DebugType>full</DebugType>
  74. <PlatformTarget>x86</PlatformTarget>
  75. <UseVSHostingProcess>false</UseVSHostingProcess>
  76. <ErrorReport>prompt</ErrorReport>
  77. <Prefer32Bit>true</Prefer32Bit>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  80. <OutputPath>bin\x86\Release\</OutputPath>
  81. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  82. <Optimize>true</Optimize>
  83. <NoWarn>;2008</NoWarn>
  84. <DebugType>pdbonly</DebugType>
  85. <PlatformTarget>x86</PlatformTarget>
  86. <UseVSHostingProcess>false</UseVSHostingProcess>
  87. <ErrorReport>prompt</ErrorReport>
  88. <Prefer32Bit>true</Prefer32Bit>
  89. <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
  90. </PropertyGroup>
  91. <ItemGroup>
  92. <Compile Include="App.xaml.cs">
  93. <DependentUpon>App.xaml</DependentUpon>
  94. </Compile>
  95. <Compile Include="MainPage.xaml.cs">
  96. <DependentUpon>MainPage.xaml</DependentUpon>
  97. </Compile>
  98. <Compile Include="Properties\AssemblyInfo.cs" />
  99. <Compile Include="Services\Sqlite\PathService.cs" />
  100. </ItemGroup>
  101. <ItemGroup>
  102. <AppxManifest Include="Package.appxmanifest">
  103. <SubType>Designer</SubType>
  104. </AppxManifest>
  105. <None Include="TodoSqlite.UWP_TemporaryKey.pfx" />
  106. </ItemGroup>
  107. <ItemGroup>
  108. <Content Include="Assets\check.png" />
  109. <Content Include="Assets\icon.png" />
  110. <Content Include="Assets\plus.png" />
  111. <Content Include="Properties\Default.rd.xml" />
  112. <Content Include="Assets\LockScreenLogo.scale-100.png" />
  113. <Content Include="Assets\LockScreenLogo.scale-125.png" />
  114. <Content Include="Assets\LockScreenLogo.scale-150.png" />
  115. <Content Include="Assets\LockScreenLogo.scale-200.png" />
  116. <Content Include="Assets\LockScreenLogo.scale-400.png" />
  117. <Content Include="Assets\SplashScreen.scale-100.png" />
  118. <Content Include="Assets\SplashScreen.scale-125.png" />
  119. <Content Include="Assets\SplashScreen.scale-150.png" />
  120. <Content Include="Assets\SplashScreen.scale-200.png" />
  121. <Content Include="Assets\SplashScreen.scale-400.png" />
  122. <Content Include="Assets\Square150x150Logo.scale-100.png" />
  123. <Content Include="Assets\Square150x150Logo.scale-125.png" />
  124. <Content Include="Assets\Square150x150Logo.scale-150.png" />
  125. <Content Include="Assets\Square150x150Logo.scale-200.png" />
  126. <Content Include="Assets\Square150x150Logo.scale-400.png" />
  127. <Content Include="Assets\Square44x44Logo.scale-100.png" />
  128. <Content Include="Assets\Square44x44Logo.scale-125.png" />
  129. <Content Include="Assets\Square44x44Logo.scale-150.png" />
  130. <Content Include="Assets\Square44x44Logo.scale-200.png" />
  131. <Content Include="Assets\Square44x44Logo.scale-400.png" />
  132. <Content Include="Assets\Square44x44Logo.targetsize-16_altform-unplated.png" />
  133. <Content Include="Assets\Square44x44Logo.targetsize-24_altform-unplated.png" />
  134. <Content Include="Assets\Square44x44Logo.targetsize-32_altform-unplated.png" />
  135. <Content Include="Assets\Square44x44Logo.targetsize-48_altform-unplated.png" />
  136. <Content Include="Assets\Square44x44Logo.targetsize-256_altform-unplated.png" />
  137. <Content Include="Assets\StoreLogo.png" />
  138. <Content Include="Assets\Wide310x150Logo.scale-100.png" />
  139. <Content Include="Assets\Wide310x150Logo.scale-125.png" />
  140. <Content Include="Assets\Wide310x150Logo.scale-150.png" />
  141. <Content Include="Assets\Wide310x150Logo.scale-200.png" />
  142. <Content Include="Assets\Wide310x150Logo.scale-400.png" />
  143. </ItemGroup>
  144. <ItemGroup>
  145. <ApplicationDefinition Include="App.xaml">
  146. <Generator>MSBuild:Compile</Generator>
  147. <SubType>Designer</SubType>
  148. </ApplicationDefinition>
  149. <Page Include="MainPage.xaml">
  150. <Generator>MSBuild:Compile</Generator>
  151. <SubType>Designer</SubType>
  152. </Page>
  153. </ItemGroup>
  154. <ItemGroup>
  155. <PackageReference Include="Autofac">
  156. <Version>4.6.2</Version>
  157. </PackageReference>
  158. <PackageReference Include="sqlite-net-pcl">
  159. <Version>1.5.166-beta</Version>
  160. </PackageReference>
  161. <PackageReference Include="SQLiteNetExtensions.Async">
  162. <Version>2.0.0</Version>
  163. </PackageReference>
  164. <PackageReference Include="Xamarin.Forms" Version="2.5.0.121934" />
  165. <PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.0.1" />
  166. </ItemGroup>
  167. <ItemGroup>
  168. <ProjectReference Include="..\TodoSqlite\TodoSqlite.csproj">
  169. <Project>{FC78BC2C-9C7C-46A5-85EB-CA3A3365678A}</Project>
  170. <Name>TodoSqlite</Name>
  171. </ProjectReference>
  172. </ItemGroup>
  173. <ItemGroup />
  174. <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
  175. <VisualStudioVersion>14.0</VisualStudioVersion>
  176. </PropertyGroup>
  177. <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
  178. </Project>