We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The building the library requires following steps:
C:\Windows\Microsoft.NET\Framework\v4.0.30319\
nuget.exe restore ..\YAPA.sln must be ran again in a new shell preferrably to reload the PATH.
nuget.exe restore ..\YAPA.sln
And possibly modifying Build.cmd to set path
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\Common7\Tools\VsDevCmd.bat"
Also the build instruction needs to be updated: #46
The text was updated successfully, but these errors were encountered:
Hey, Entire structure and build process is to complex. I will spend some time this week to clean all issues and change structure.
Sorry, something went wrong.
Looks like it's still kind of complex, and now it's not possible to create installer if there is no Build/Release/RELEASES file.
Build/Release/RELEASES
Good catch, looks like you need to create empty Build/Release folder.
As for dependencies, .net core 3 will support WPF, need to look more into this. With .net core 3 we might remove most if not all dependencies.
No branches or pull requests
The building the library requires following steps:
C:\Windows\Microsoft.NET\Framework\v4.0.30319\
needs to be added to PATHnuget.exe restore ..\YAPA.sln
must be ran again in a new shell preferrably to reload the PATH.And possibly modifying Build.cmd to set path
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\Common7\Tools\VsDevCmd.bat"
Also the build instruction needs to be updated:
#46
The text was updated successfully, but these errors were encountered: