Files
mpsk_rx_gui/mpsk.code-workspace
T
jens 99ff00d0d2 - DISABLE_UNUSED_STATISTICS in Makefile
- updated VS proj

git-svn-id: http://moon:8086/svn/software/trunk/projects/mpsk_rx_gui@933 b431acfa-c32f-4a4a-93f1-934dc6c82436
2022-06-02 09:38:36 +00:00

111 lines
2.2 KiB
Plaintext

{
"folders": [
{
"path": "."
},
{
"path": "../../libsrc/cpp/radio/processor"
},
{
"path": "../../libsrc"
}
],
"settings": {
"files.associations": {
"cctype": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"csignal": "cpp",
"cstdarg": "cpp",
"cstddef": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
"array": "cpp",
"atomic": "cpp",
"bit": "cpp",
"*.tcc": "cpp",
"chrono": "cpp",
"cinttypes": "cpp",
"compare": "cpp",
"complex": "cpp",
"concepts": "cpp",
"condition_variable": "cpp",
"csetjmp": "cpp",
"cstdint": "cpp",
"deque": "cpp",
"forward_list": "cpp",
"list": "cpp",
"map": "cpp",
"set": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"vector": "cpp",
"exception": "cpp",
"algorithm": "cpp",
"functional": "cpp",
"iterator": "cpp",
"memory": "cpp",
"memory_resource": "cpp",
"numeric": "cpp",
"optional": "cpp",
"random": "cpp",
"ratio": "cpp",
"string": "cpp",
"string_view": "cpp",
"system_error": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"utility": "cpp",
"fstream": "cpp",
"initializer_list": "cpp",
"iomanip": "cpp",
"iosfwd": "cpp",
"iostream": "cpp",
"istream": "cpp",
"limits": "cpp",
"mutex": "cpp",
"new": "cpp",
"numbers": "cpp",
"ostream": "cpp",
"ranges": "cpp",
"sstream": "cpp",
"stdexcept": "cpp",
"stop_token": "cpp",
"streambuf": "cpp",
"thread": "cpp",
"cfenv": "cpp",
"typeindex": "cpp",
"typeinfo": "cpp",
"variant": "cpp",
"semaphore": "cpp",
"core": "cpp",
"sparsecore": "cpp",
"superlusupport": "cpp",
"adolcforward": "cpp",
"alignedvector3": "cpp",
"autodiff": "cpp",
"bvh": "cpp",
"fft": "cpp",
"kroneckerproduct": "cpp",
"mprealsupport": "cpp",
"numericaldiff": "cpp",
"openglsupport": "cpp",
"splines": "cpp",
"dense": "cpp",
"*.mm": "cpp",
"nonlinearoptimization": "cpp",
"*.ipp": "cpp",
"radio_types.h": "c",
"bitset": "cpp",
"hash_map": "cpp",
"armadillo": "cpp",
"matrixfunctions": "cpp",
"float.h": "c"
}
}
}