Note: | When specifying paths in the sdk.properties file, use a forward slash character, “/” or an escaped slash character, "\\", to separate folders, even when specifying Windows paths. |
Property and Setting | ||
microsoft.windows8.phone.path Set to the path of the framework installed with the Windows Phone 8 SDK. The following shows an example using the default installation location is: microsoft.windows8.phone.path=C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\WindowsPhone\\v8.0 | ||
microsoft.winphone.toolkit.8.0.path Set to the path of the location of the lib\wp8 folder of the WPToolkit package, for example: microsoft.winphone.toolkit.8.0.path=C:\\Development\\WPtoolkit\\lib\\wp8
The \wp8 folder contains a file named "Microsoft.Phone.Controls.Toolkit.dll". | ||
microsoft.sdk.winphone.extensions.sqlite Set to the path of the location of the SQLite extension SDKs installed for Windows Phone. The following shows an example using the default installation location is: microsoft.sdk.winphone.extensions.sqlite=C:\\Program Files (x86)\\Microsoft SDKs\\Windows Phone\\v8.0\\ExtensionSDKs\\SQLite.WP80 | ||
microsoft.net.framework.path Set the path of the location of the .NET Framework. The default value is: C:\\WINDOWS\\Microsoft.NET\\Framework\\v4.0.30319
|