You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build the solution but cannot get the AxoCover.Native.vcx project to build.
When I clone the repository, Visual Studio 2019 prompts me to re-target the Native project to the following:
Windows SDK Version: 10.0 (latest installed version)
Platform Toolset: Upgrade to v142
I accept this change and set the configuration to x64.
When I build the solution, the following errors are displayed:
CS1617 Invalid option '7.3' for /langversion; must be ISO-1, ISO-2, Default or an integer in range 1 to 6. AxoCover.Common C:\Users\j\Source\Repos\AxoCover\AxoCover.Common\CSC
CS1617 Invalid option '7.3' for /langversion; must be ISO-1, ISO-2, Default or an integer in range 1 to 6. AxoCover.Runner C:\Users\j\Source\Repos\AxoCover\AxoCover.Runner\CSC
CS0006 Metadata file 'C:\Users\j\Source\Repos\AxoCover\AxoCover.Common\bin\Debug\AxoCover.Common.dll' could not be found AxoCover C:\Users\j\Source\Repos\AxoCover\AxoCover\CSC
CS0006 Metadata file 'C:\Users\j\Source\Repos\AxoCover\AxoCover.Dependencies\bin\Debug\AxoCover.Dependencies.dll' could not be found AxoCover C:\Users\j\Source\Repos\AxoCover\AxoCover\CSC
CS0006 Metadata file 'C:\Users\j\Source\Repos\AxoCover\AxoCover.Runner\bin\Debug\AxoCover.Runner.exe' could not be found AxoCover C:\Users\j\Source\Repos\AxoCover\AxoCover\CSC
CS1617 Invalid option '7.3' for /langversion; must be ISO-1, ISO-2, Default or an integer in range 1 to 6. AxoCover.ReleaseTagger C:\Users\j\Source\Repos\AxoCover\AxoCover.ReleaseTagger\CSC
CS0006 Metadata file 'C:\Users\jspar\Source\Repos\AxoCover\AxoCover\bin\Debug\AxoCover.dll' could not be found AxoCover.Tests C:\Users\j\Source\Repos\AxoCover\AxoCover.Tests\CSC
LNK1104 cannot open file 'EasyHook64.lib' AxoCover.Native C:\Users\j\source\repos\AxoCover\AxoCover.Native\LINK
What am I doing wrong?
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to build the solution but cannot get the AxoCover.Native.vcx project to build.
When I clone the repository, Visual Studio 2019 prompts me to re-target the Native project to the following:
I accept this change and set the configuration to x64.
When I build the solution, the following errors are displayed:
What am I doing wrong?
The text was updated successfully, but these errors were encountered: