mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-03-05 12:09:15 +01:00

To create a nupkg, call CoApp's Write-NuGetPackage .\rapidjson.autopkg -defines:MYVERSION=1.0.2 (or whatever version you want to call it)
24 lines
322 B
Plaintext
24 lines
322 B
Plaintext
/bin/*
|
|
!/bin/data
|
|
!/bin/encodings
|
|
!/bin/jsonchecker
|
|
/build
|
|
/doc/html
|
|
/doc/doxygen_*.db
|
|
*.a
|
|
|
|
# Temporary files created during CMake build
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
cmake_install.cmake
|
|
CTestTestfile.cmake
|
|
Makefile
|
|
RapidJSON*.cmake
|
|
RapidJSON.pc
|
|
Testing
|
|
/googletest
|
|
install_manifest.txt
|
|
Doxyfile
|
|
DartConfiguration.tcl
|
|
*.nupkg
|