Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Windows project to fix compilation and add auto-linking #55

Merged

Conversation

tritao
Copy link
Contributor

@tritao tritao commented Jan 19, 2021

Should fix #50

@@ -162,18 +161,25 @@
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ReactNativeWindowsTargets">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding the import of the CppLib.targets is correct, but you also need to add the import for the CppLib.props earlier in the file, and remove the project references for Microsoft.ReactNative and Microsoft.ReactNative.Cxx.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

@tritao tritao Jan 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the feedback, I'll update the PR with your suggestions.

@tritao
Copy link
Contributor Author

tritao commented Feb 10, 2021

@Naturalclar You seem to have merged the last few PRs, could you take a look at this one?

Copy link

@asklar asklar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, ping @jonthysell in case he has any concerns.

Copy link
Member

@Naturalclar Naturalclar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@asklar thanks for the review!

@Naturalclar Naturalclar merged commit 7afe9ee into react-native-progress-view:master Feb 16, 2021
@Naturalclar
Copy link
Member

@tritao the change has been published in v1.2.4 🎉 thanks for the change!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build with windows
4 participants