[TIMOB-24611] Windows: Reference 3rd party library with <SDKReference> & <PackageDependency>
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2017-07-07T13:49:52.000+0000 |
Affected Version/s | Release 6.0.3 |
Fix Version/s | Release 6.2.0 |
Components | Windows |
Labels | n/a |
Reporter | Ricardo Ramirez |
Assignee | Kota Iguchi |
Created | 2017-04-20T21:43:05.000+0000 |
Updated | 2017-07-07T13:50:40.000+0000 |
Description
H5. Issue Description
Our third party library requires the "Microsoft Visual C++ 2013 Runtime Package for Windows Universal" to be present in the Appx. For testing purposes, we open the App's solution file and manually add the Universal Windows Extensions in the references to the App's project. For what I have been able to tell, this adds an entry to the Project File:
This in turn, adds this to the manifest:
And, package "ucrtbased.dll" but there might be other things happening.
Could AppC provide a way to add this reference to the generated project file?
https://github.com/appcelerator/titanium_mobile_windows/pull/983
[~kota] [~emerriman] Do you have an ETA for this review ?
[~rramirez] PR is "in-qe-testing" status: https://github.com/appcelerator/titanium_mobile_windows/pull/983 which means it will be merged after QA have done the functional review. I assume QA will process this accordingly after they have done 6.1.x testing.
Verified fix in 6.2.0.v20170531081104. Test and other information can be found at: https://github.com/appcelerator/titanium_mobile_windows/pull/983
Reopening to ammend issue type to new feature