1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <Project ToolsVersion=
"14.0" DefaultTargets=
"Build" xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup Label=
"Globals">
4 <ProjectGuid>{
60bb14a5-
0871-
4656-bc38-
4f0958230f9a}
</ProjectGuid>
5 <RootNamespace>vsixtest
</RootNamespace>
6 <DefaultLanguage>en-US
</DefaultLanguage>
7 <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
8 <AppContainerApplication>true
</AppContainerApplication>
9 <ApplicationType>Windows Store
</ApplicationType>
10 <WindowsTargetPlatformVersion>10.0.10586.0</WindowsTargetPlatformVersion>
11 <WindowsTargetPlatformMinVersion>10.0.10586.0</WindowsTargetPlatformMinVersion>
12 <ApplicationTypeRevision>10.0</ApplicationTypeRevision>
14 <Import Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
15 <ItemGroup Label=
"ProjectConfigurations">
16 <ProjectConfiguration Include=
"Debug|ARM">
17 <Configuration>Debug
</Configuration>
18 <Platform>ARM
</Platform>
19 </ProjectConfiguration>
20 <ProjectConfiguration Include=
"Debug|Win32">
21 <Configuration>Debug
</Configuration>
22 <Platform>Win32
</Platform>
23 </ProjectConfiguration>
24 <ProjectConfiguration Include=
"Debug|x64">
25 <Configuration>Debug
</Configuration>
26 <Platform>x64
</Platform>
27 </ProjectConfiguration>
28 <ProjectConfiguration Include=
"Release|ARM">
29 <Configuration>Release
</Configuration>
30 <Platform>ARM
</Platform>
31 </ProjectConfiguration>
32 <ProjectConfiguration Include=
"Release|Win32">
33 <Configuration>Release
</Configuration>
34 <Platform>Win32
</Platform>
35 </ProjectConfiguration>
36 <ProjectConfiguration Include=
"Release|x64">
37 <Configuration>Release
</Configuration>
38 <Platform>x64
</Platform>
39 </ProjectConfiguration>
41 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'" Label=
"Configuration">
42 <ConfigurationType>Application
</ConfigurationType>
43 <UseDebugLibraries>true
</UseDebugLibraries>
44 <PlatformToolset>v140
</PlatformToolset>
46 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'" Label=
"Configuration">
47 <ConfigurationType>Application
</ConfigurationType>
48 <UseDebugLibraries>true
</UseDebugLibraries>
49 <PlatformToolset>v140
</PlatformToolset>
51 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'" Label=
"Configuration">
52 <ConfigurationType>Application
</ConfigurationType>
53 <UseDebugLibraries>true
</UseDebugLibraries>
54 <PlatformToolset>v140
</PlatformToolset>
56 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'" Label=
"Configuration">
57 <ConfigurationType>Application
</ConfigurationType>
58 <UseDebugLibraries>false
</UseDebugLibraries>
59 <WholeProgramOptimization>true
</WholeProgramOptimization>
60 <PlatformToolset>v140
</PlatformToolset>
61 <UseDotNetNativeToolchain>true
</UseDotNetNativeToolchain>
63 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'" Label=
"Configuration">
64 <ConfigurationType>Application
</ConfigurationType>
65 <UseDebugLibraries>false
</UseDebugLibraries>
66 <WholeProgramOptimization>true
</WholeProgramOptimization>
67 <PlatformToolset>v140
</PlatformToolset>
68 <UseDotNetNativeToolchain>true
</UseDotNetNativeToolchain>
70 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'" Label=
"Configuration">
71 <ConfigurationType>Application
</ConfigurationType>
72 <UseDebugLibraries>false
</UseDebugLibraries>
73 <WholeProgramOptimization>true
</WholeProgramOptimization>
74 <PlatformToolset>v140
</PlatformToolset>
75 <UseDotNetNativeToolchain>true
</UseDotNetNativeToolchain>
77 <Import Project=
"$(VCTargetsPath)\Microsoft.Cpp.props" />
78 <ImportGroup Label=
"ExtensionSettings">
80 <ImportGroup Label=
"PropertySheets" Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'">
81 <Import Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label=
"LocalAppDataPlatform" />
82 <Import Project=
"$([Microsoft.Build.Utilities.ToolLocationHelper]::GetPlatformExtensionSDKLocation(`SQLite.UWP.2015, Version=%versionNumber%`, $(TargetPlatformIdentifier), $(TargetPlatformVersion), $(SDKReferenceDirectoryRoot), $(SDKExtensionDirectoryRoot), $(SDKReferenceRegistryRoot)))\DesignTime\CommonConfiguration\Neutral\SQLite.UWP.2015.props" Condition=
"exists('$([Microsoft.Build.Utilities.ToolLocationHelper]::GetPlatformExtensionSDKLocation(`SQLite.UWP.2015, Version=%versionNumber%`, $(TargetPlatformIdentifier), $(TargetPlatformVersion), $(SDKReferenceDirectoryRoot), $(SDKExtensionDirectoryRoot), $(SDKReferenceRegistryRoot)))\DesignTime\CommonConfiguration\Neutral\SQLite.UWP.2015.props')" />
84 <ImportGroup Label=
"PropertySheets" Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'">
85 <Import Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label=
"LocalAppDataPlatform" />
86 <Import Project=
"$([Microsoft.Build.Utilities.ToolLocationHelper]::GetPlatformExtensionSDKLocation(`SQLite.UWP.2015, Version=%versionNumber%`, $(TargetPlatformIdentifier), $(TargetPlatformVersion), $(SDKReferenceDirectoryRoot), $(SDKExtensionDirectoryRoot), $(SDKReferenceRegistryRoot)))\DesignTime\CommonConfiguration\Neutral\SQLite.UWP.2015.props" Condition=
"exists('$([Microsoft.Build.Utilities.ToolLocationHelper]::GetPlatformExtensionSDKLocation(`SQLite.UWP.2015, Version=%versionNumber%`, $(TargetPlatformIdentifier), $(TargetPlatformVersion), $(SDKReferenceDirectoryRoot), $(SDKExtensionDirectoryRoot), $(SDKReferenceRegistryRoot)))\DesignTime\CommonConfiguration\Neutral\SQLite.UWP.2015.props')" />
88 <ImportGroup Label=
"PropertySheets" Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'">
89 <Import Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label=
"LocalAppDataPlatform" />
90 <Import Project=
"$([Microsoft.Build.Utilities.ToolLocationHelper]::GetPlatformExtensionSDKLocation(`SQLite.UWP.2015, Version=%versionNumber%`, $(TargetPlatformIdentifier), $(TargetPlatformVersion), $(SDKReferenceDirectoryRoot), $(SDKExtensionDirectoryRoot), $(SDKReferenceRegistryRoot)))\DesignTime\CommonConfiguration\Neutral\SQLite.UWP.2015.props" Condition=
"exists('$([Microsoft.Build.Utilities.ToolLocationHelper]::GetPlatformExtensionSDKLocation(`SQLite.UWP.2015, Version=%versionNumber%`, $(TargetPlatformIdentifier), $(TargetPlatformVersion), $(SDKReferenceDirectoryRoot), $(SDKExtensionDirectoryRoot), $(SDKReferenceRegistryRoot)))\DesignTime\CommonConfiguration\Neutral\SQLite.UWP.2015.props')" />
92 <ImportGroup Label=
"PropertySheets" Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'">
93 <Import Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label=
"LocalAppDataPlatform" />
94 <Import Project=
"$([Microsoft.Build.Utilities.ToolLocationHelper]::GetPlatformExtensionSDKLocation(`SQLite.UWP.2015, Version=%versionNumber%`, $(TargetPlatformIdentifier), $(TargetPlatformVersion), $(SDKReferenceDirectoryRoot), $(SDKExtensionDirectoryRoot), $(SDKReferenceRegistryRoot)))\DesignTime\CommonConfiguration\Neutral\SQLite.UWP.2015.props" Condition=
"exists('$([Microsoft.Build.Utilities.ToolLocationHelper]::GetPlatformExtensionSDKLocation(`SQLite.UWP.2015, Version=%versionNumber%`, $(TargetPlatformIdentifier), $(TargetPlatformVersion), $(SDKReferenceDirectoryRoot), $(SDKExtensionDirectoryRoot), $(SDKReferenceRegistryRoot)))\DesignTime\CommonConfiguration\Neutral\SQLite.UWP.2015.props')" />
96 <ImportGroup Label=
"PropertySheets" Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'">
97 <Import Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label=
"LocalAppDataPlatform" />
98 <Import Project=
"$([Microsoft.Build.Utilities.ToolLocationHelper]::GetPlatformExtensionSDKLocation(`SQLite.UWP.2015, Version=%versionNumber%`, $(TargetPlatformIdentifier), $(TargetPlatformVersion), $(SDKReferenceDirectoryRoot), $(SDKExtensionDirectoryRoot), $(SDKReferenceRegistryRoot)))\DesignTime\CommonConfiguration\Neutral\SQLite.UWP.2015.props" Condition=
"exists('$([Microsoft.Build.Utilities.ToolLocationHelper]::GetPlatformExtensionSDKLocation(`SQLite.UWP.2015, Version=%versionNumber%`, $(TargetPlatformIdentifier), $(TargetPlatformVersion), $(SDKReferenceDirectoryRoot), $(SDKExtensionDirectoryRoot), $(SDKReferenceRegistryRoot)))\DesignTime\CommonConfiguration\Neutral\SQLite.UWP.2015.props')" />
100 <ImportGroup Label=
"PropertySheets" Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'">
101 <Import Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label=
"LocalAppDataPlatform" />
102 <Import Project=
"$([Microsoft.Build.Utilities.ToolLocationHelper]::GetPlatformExtensionSDKLocation(`SQLite.UWP.2015, Version=%versionNumber%`, $(TargetPlatformIdentifier), $(TargetPlatformVersion), $(SDKReferenceDirectoryRoot), $(SDKExtensionDirectoryRoot), $(SDKReferenceRegistryRoot)))\DesignTime\CommonConfiguration\Neutral\SQLite.UWP.2015.props" Condition=
"exists('$([Microsoft.Build.Utilities.ToolLocationHelper]::GetPlatformExtensionSDKLocation(`SQLite.UWP.2015, Version=%versionNumber%`, $(TargetPlatformIdentifier), $(TargetPlatformVersion), $(SDKReferenceDirectoryRoot), $(SDKExtensionDirectoryRoot), $(SDKReferenceRegistryRoot)))\DesignTime\CommonConfiguration\Neutral\SQLite.UWP.2015.props')" />
104 <PropertyGroup Label=
"UserMacros" />
106 <PackageCertificateKeyFile>vsixtest_TemporaryKey.pfx
</PackageCertificateKeyFile>
108 <ItemDefinitionGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'">
110 <AdditionalOptions>/bigobj %(AdditionalOptions)
</AdditionalOptions>
111 <DisableSpecificWarnings>4453;
28204</DisableSpecificWarnings>
113 </ItemDefinitionGroup>
114 <ItemDefinitionGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'">
116 <AdditionalOptions>/bigobj %(AdditionalOptions)
</AdditionalOptions>
117 <DisableSpecificWarnings>4453;
28204</DisableSpecificWarnings>
119 </ItemDefinitionGroup>
120 <ItemDefinitionGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'">
122 <AdditionalOptions>/bigobj %(AdditionalOptions)
</AdditionalOptions>
123 <DisableSpecificWarnings>4453;
28204</DisableSpecificWarnings>
125 </ItemDefinitionGroup>
126 <ItemDefinitionGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'">
128 <AdditionalOptions>/bigobj %(AdditionalOptions)
</AdditionalOptions>
129 <DisableSpecificWarnings>4453;
28204</DisableSpecificWarnings>
131 </ItemDefinitionGroup>
132 <ItemDefinitionGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'">
134 <AdditionalOptions>/bigobj %(AdditionalOptions)
</AdditionalOptions>
135 <DisableSpecificWarnings>4453;
28204</DisableSpecificWarnings>
137 </ItemDefinitionGroup>
138 <ItemDefinitionGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'">
140 <AdditionalOptions>/bigobj %(AdditionalOptions)
</AdditionalOptions>
141 <DisableSpecificWarnings>4453;
28204</DisableSpecificWarnings>
143 </ItemDefinitionGroup>
145 <ClInclude Include=
"pch.h" />
146 <ClInclude Include=
"App.xaml.h">
147 <DependentUpon>App.xaml
</DependentUpon>
149 <ClInclude Include=
"MainPage.xaml.h">
150 <DependentUpon>MainPage.xaml
</DependentUpon>
154 <ApplicationDefinition Include=
"App.xaml">
155 <SubType>Designer
</SubType>
156 </ApplicationDefinition>
157 <Page Include=
"MainPage.xaml">
158 <SubType>Designer
</SubType>
162 <AppxManifest Include=
"Package.appxmanifest">
163 <SubType>Designer
</SubType>
165 <None Include=
"vsixtest_TemporaryKey.pfx" />
168 <Image Include=
"Assets\LockScreenLogo.scale-200.png" />
169 <Image Include=
"Assets\SplashScreen.scale-200.png" />
170 <Image Include=
"Assets\Square150x150Logo.scale-200.png" />
171 <Image Include=
"Assets\Square44x44Logo.scale-200.png" />
172 <Image Include=
"Assets\Square44x44Logo.targetsize-24_altform-unplated.png" />
173 <Image Include=
"Assets\StoreLogo.png" />
174 <Image Include=
"Assets\Wide310x150Logo.scale-200.png" />
177 <ClCompile Include=
"App.xaml.cpp">
178 <DependentUpon>App.xaml
</DependentUpon>
180 <ClCompile Include=
"MainPage.xaml.cpp">
181 <DependentUpon>MainPage.xaml
</DependentUpon>
183 <ClCompile Include=
"pch.cpp">
184 <PrecompiledHeader Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'">Create
</PrecompiledHeader>
185 <PrecompiledHeader Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'">Create
</PrecompiledHeader>
186 <PrecompiledHeader Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'">Create
</PrecompiledHeader>
187 <PrecompiledHeader Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'">Create
</PrecompiledHeader>
188 <PrecompiledHeader Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'">Create
</PrecompiledHeader>
189 <PrecompiledHeader Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'">Create
</PrecompiledHeader>
193 <SDKReference Include=
"SQLite.UWP.2015, Version=%versionNumber%" />
195 <Import Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets" />
196 <ImportGroup Label=
"ExtensionTargets">