Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-10 | scripts: Use /Z7 for NuGet package | Arseny Kapoulkine | |
This avoids linker warning when building the final executable and we don't have to package the .PDB file. | |||
2015-10-10 | scripts: Cleanup NuGet packaging | Arseny Kapoulkine | |
Move pugixml project file for VS2015 to scripts/ and unify the output file structure similar to old VS201x projects. Remove test projects and solution since they are not required for building. Provide more accurate information in the package script and handle build errors during package construction properly. |