-
Notifications
You must be signed in to change notification settings - Fork 991
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
[question] Conan in Visual Studio #17525
Comments
Hi @zxuan99 ! The configuration of a conan server doesn't depend on the compiler you are using, you just need to add it as a remote to the conan client to use it. To add it to the client you have to run a
Here is the complete conan server documentation. If you need any additional help feel free to ask. Thank you very much! |
Hi @davidsanfal , I think you have misread my question If I used the Visual Studio Conan extension, the project in Visual Studio will automatically generate relevant files and folders such as conan, conandata and relevant property sheets. However, if I prefer not to use Visual Studio Conan extension (since I link it to my private server instead of Conan Center), how should I go about to configure my Visual Studio so that it is able to automatically generate the required files, folder and property sheets. |
Hi @zxuan99 I am afraid your question is not fully clear. If you mean how to use the MSBuild generators, the process would be something like:
|
What is your question?
Hi,
I have 1 question and hope that you can answer them.
Thanks
Have you read the CONTRIBUTING guide?
The text was updated successfully, but these errors were encountered: