mistachkin | c32db46 | 2016-02-25 02:49:58 +0000 | [diff] [blame] | 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> |
| 13 | </PropertyGroup> |
| 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> |
| 40 | </ItemGroup> |
| 41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 42 | <ConfigurationType>Application</ConfigurationType> |
| 43 | <UseDebugLibraries>true</UseDebugLibraries> |
| 44 | <PlatformToolset>v140</PlatformToolset> |
| 45 | </PropertyGroup> |
| 46 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> |
| 47 | <ConfigurationType>Application</ConfigurationType> |
| 48 | <UseDebugLibraries>true</UseDebugLibraries> |
| 49 | <PlatformToolset>v140</PlatformToolset> |
| 50 | </PropertyGroup> |
| 51 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 52 | <ConfigurationType>Application</ConfigurationType> |
| 53 | <UseDebugLibraries>true</UseDebugLibraries> |
| 54 | <PlatformToolset>v140</PlatformToolset> |
| 55 | </PropertyGroup> |
| 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> |
| 62 | </PropertyGroup> |
| 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> |
| 69 | </PropertyGroup> |
| 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> |
| 76 | </PropertyGroup> |
| 77 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 78 | <ImportGroup Label="ExtensionSettings"> |
| 79 | </ImportGroup> |
| 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')" /> |
| 83 | </ImportGroup> |
| 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')" /> |
| 87 | </ImportGroup> |
| 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')" /> |
| 91 | </ImportGroup> |
| 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')" /> |
| 95 | </ImportGroup> |
| 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')" /> |
| 99 | </ImportGroup> |
| 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')" /> |
| 103 | </ImportGroup> |
| 104 | <PropertyGroup Label="UserMacros" /> |
| 105 | <PropertyGroup> |
| 106 | <PackageCertificateKeyFile>vsixtest_TemporaryKey.pfx</PackageCertificateKeyFile> |
| 107 | </PropertyGroup> |
| 108 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> |
| 109 | <ClCompile> |
| 110 | <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions> |
| 111 | <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings> |
| 112 | </ClCompile> |
| 113 | </ItemDefinitionGroup> |
| 114 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> |
| 115 | <ClCompile> |
| 116 | <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions> |
| 117 | <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings> |
| 118 | </ClCompile> |
| 119 | </ItemDefinitionGroup> |
| 120 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 121 | <ClCompile> |
| 122 | <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions> |
| 123 | <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings> |
| 124 | </ClCompile> |
| 125 | </ItemDefinitionGroup> |
| 126 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 127 | <ClCompile> |
| 128 | <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions> |
| 129 | <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings> |
| 130 | </ClCompile> |
| 131 | </ItemDefinitionGroup> |
| 132 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 133 | <ClCompile> |
| 134 | <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions> |
| 135 | <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings> |
| 136 | </ClCompile> |
| 137 | </ItemDefinitionGroup> |
| 138 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 139 | <ClCompile> |
| 140 | <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions> |
| 141 | <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings> |
| 142 | </ClCompile> |
| 143 | </ItemDefinitionGroup> |
| 144 | <ItemGroup> |
| 145 | <ClInclude Include="pch.h" /> |
| 146 | <ClInclude Include="App.xaml.h"> |
| 147 | <DependentUpon>App.xaml</DependentUpon> |
| 148 | </ClInclude> |
| 149 | <ClInclude Include="MainPage.xaml.h"> |
| 150 | <DependentUpon>MainPage.xaml</DependentUpon> |
| 151 | </ClInclude> |
| 152 | </ItemGroup> |
| 153 | <ItemGroup> |
| 154 | <ApplicationDefinition Include="App.xaml"> |
| 155 | <SubType>Designer</SubType> |
| 156 | </ApplicationDefinition> |
| 157 | <Page Include="MainPage.xaml"> |
| 158 | <SubType>Designer</SubType> |
| 159 | </Page> |
| 160 | </ItemGroup> |
| 161 | <ItemGroup> |
| 162 | <AppxManifest Include="Package.appxmanifest"> |
| 163 | <SubType>Designer</SubType> |
| 164 | </AppxManifest> |
| 165 | <None Include="vsixtest_TemporaryKey.pfx" /> |
| 166 | </ItemGroup> |
| 167 | <ItemGroup> |
| 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" /> |
| 175 | </ItemGroup> |
| 176 | <ItemGroup> |
| 177 | <ClCompile Include="App.xaml.cpp"> |
| 178 | <DependentUpon>App.xaml</DependentUpon> |
| 179 | </ClCompile> |
| 180 | <ClCompile Include="MainPage.xaml.cpp"> |
| 181 | <DependentUpon>MainPage.xaml</DependentUpon> |
| 182 | </ClCompile> |
| 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> |
| 190 | </ClCompile> |
| 191 | </ItemGroup> |
| 192 | <ItemGroup> |
| 193 | <SDKReference Include="SQLite.UWP.2015, Version=%versionNumber%" /> |
| 194 | </ItemGroup> |
| 195 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 196 | <ImportGroup Label="ExtensionTargets"> |
| 197 | </ImportGroup> |
| 198 | </Project> |