Closed lessneek closed 11 years ago
Somehow I found the problem, under VS2013 with platform Win32 there is no $(PlatformTarget) variable, but there is $(PlatformShortName). I have added
$(FrameworkSDKRoot)....\Windows Phone\v8.0\ExtensionSDKs\SQLite.WP80\3.7.17\DesignTime\$(PackageConfiguration)\$(PlatformShortName)
to the library directories and now build succeeds for Win32 platform.
When VS2013 gets closer to RTM and people start supporting it in their extensions (last I checked I had to manually update SQLite's extension's manifest to get it to install), I'll make sure this works with VS 2013. Leaving this issue open as a reminder.
I was able to build using VS 2013 RC when I manually installed the latest SQLite for Windows Phone extension after downloading it from http://visualstudiogallery.msdn.microsoft.com. I didn't have to modify the extension's manifest this time. It worked just fine.
When building in VS2013 with Win32 target platform.
Though if change target platform to ARM build succeeds.