ge0rdi
|
f897241a08
|
Use nlohmann.json NuGet package instead of direct file
This way it will be easier to update to new version (when released).
And it will be also clear that we have dependency on this 3rd party
library.
|
2023-07-26 12:05:44 +02:00 |
|
ge0rdi
|
8fee436996
|
Build: Change output paths
All output (and intermediate) files will go to folder outside of source tree.
|
2023-06-10 21:50:46 +02:00 |
|
ge0rdi
|
714c98130a
|
Simplify project files
Put common build settings into separate props file.
This way it will be much easier to do changes that should affect all
projects in the future.
|
2023-06-09 17:52:18 +02:00 |
|
ge0rdi
|
e25b656275
|
Use VS2022
Note that `_ATL_MODULES` define is now needed for compatibility with C++
conformance mode (`/permissive-`).
More details here:
https://developercommunity.visualstudio.com/t/Crash-in-ATL-CEnumerator::MoveNext-after/10116823
|
2022-12-28 19:26:22 +01:00 |
|
ge0rdi
|
fbcf85559e
|
Update: Add option to check for nightly updates
Use Appveyor REST API to obtain information about latest build from master.
|
2020-09-24 18:52:24 +02:00 |
|
ge0rdi
|
f33cd60b84
|
Use VS2019
|
2019-10-01 19:07:03 +02:00 |
|
ge0rdi
|
16de25a8b0
|
Use C++17 by default
Plus C++ standard conformance fixes.
|
2018-08-18 20:04:21 +02:00 |
|
Xenhat
|
f4dd56155b
|
Rebrand to Open-Shell (#36) (#58)
* Rebrand to Open-Shell
* Slight installer branding improvement
|
2018-08-05 15:22:10 -04:00 |
|