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

Require VS 2019 (or greater) for building on Windows. #456

Merged
merged 1 commit into from
Oct 18, 2022

Conversation

cristianberneanu
Copy link
Collaborator

No description provided.

@@ -78,13 +78,13 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<PlatformToolset>v142</PlatformToolset>
Copy link
Contributor

Choose a reason for hiding this comment

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

ah, this! I thought this indicates the exact version not "equal or greater than". That is, it might not work with 2022 now (I think I've put in 141 mistakenly, and VS 2019 didn't work). Please, double check 2022.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I did a test and it still works, but I have both build tools versions installed. Not sure if it will still work if I uninstall the 2019 version of the tools, but I don't want to try it out of fear of messing up my build environment. The project toolset can be upgraded back easily enough though.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

From what I know, node.js installs the 2019 build tools, so it is better to depend on those for easier building Dashboards on GitHub.

@cristianberneanu cristianberneanu merged commit 3fe5a8b into master Oct 18, 2022
@cristianberneanu cristianberneanu deleted the cristian/misc branch October 18, 2022 09:52
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.

2 participants