From 302728f91263d767164f2b756daf007243794ff6 Mon Sep 17 00:00:00 2001 From: Riza Sulistyo Date: Mon, 21 Sep 2015 05:25:04 +0000 Subject: Re #1881: Add filters file. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5181 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/build/pjsip_core.vcxproj.filters | 228 +++++++++++++++++++++++++++++++ pjsip/build/pjsip_simple.vcxproj.filters | 86 ++++++++++++ pjsip/build/pjsip_test.vcxproj.filters | 87 ++++++++++++ pjsip/build/pjsip_ua.vcxproj.filters | 56 ++++++++ pjsip/build/pjsua2_lib.vcxproj.filters | 80 +++++++++++ pjsip/build/pjsua_lib.vcxproj.filters | 50 +++++++ 6 files changed, 587 insertions(+) create mode 100644 pjsip/build/pjsip_core.vcxproj.filters create mode 100644 pjsip/build/pjsip_simple.vcxproj.filters create mode 100644 pjsip/build/pjsip_test.vcxproj.filters create mode 100644 pjsip/build/pjsip_ua.vcxproj.filters create mode 100644 pjsip/build/pjsua2_lib.vcxproj.filters create mode 100644 pjsip/build/pjsua_lib.vcxproj.filters (limited to 'pjsip/build') diff --git a/pjsip/build/pjsip_core.vcxproj.filters b/pjsip/build/pjsip_core.vcxproj.filters new file mode 100644 index 00000000..73066ce2 --- /dev/null +++ b/pjsip/build/pjsip_core.vcxproj.filters @@ -0,0 +1,228 @@ + + + + + {01ac843c-8657-45e4-8c9c-aa8ab906fdc8} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {391bfdc9-02b9-41eb-b2c5-2f0124c59b35} + + + {23d61d47-dd86-4aa4-863e-0cd599a70000} + + + {c5cb5819-1a9a-476b-b0db-1ba96b757673} + + + {2138e275-95d4-4fd4-a58c-afd0d1ddaa33} + + + {6f88bcbd-02a7-4694-a659-1735e740079d} + + + {816fe75a-ef48-4688-a552-99e617e88452} + + + {2f75cad5-aa9f-4858-b5ff-aaacddd38811} + + + {dafdeb57-3823-46a8-9594-e1ba24ffbce3} + h;hpp;hxx;hm;inl + + + {237fd024-84bd-47ab-bc96-fb9fecdc1079} + + + {2c99449b-0ca0-4545-af73-14e1fcb47562} + + + {ddaf32b8-43e3-4a29-9e61-8026eb48783b} + + + {d491258b-3b88-450d-b581-2e57a1e7e392} + + + {1c9b6fe8-c507-4ee5-b034-b0bb4d5a7a9e} + + + {b282631d-0d6b-4d6c-bfa3-2d3398de3c7d} + + + {998075b6-2c7b-48d7-b06e-b97923224db7} + + + {713f540e-5d52-4740-a8ab-7ebf6c2f8f3c} + + + + + Source Files\Base %28.c%29 + + + Source Files\Messaging and Parsing %28.c%29 + + + Source Files\Messaging and Parsing %28.c%29 + + + Source Files\Messaging and Parsing %28.c%29 + + + Source Files\Messaging and Parsing %28.c%29 + + + Source Files\Messaging and Parsing %28.c%29 + + + Source Files\Core %28.c%29 + + + Source Files\Core %28.c%29 + + + Source Files\Core %28.c%29 + + + Source Files\Core %28.c%29 + + + Source Files\Transport Layer %28.c%29 + + + Source Files\Transport Layer %28.c%29 + + + Source Files\Transport Layer %28.c%29 + + + Source Files\Transport Layer %28.c%29 + + + Source Files\Transport Layer %28.c%29 + + + Source Files\Transport Layer %28.c%29 + + + Source Files\Authentication %28.c%29 + + + Source Files\Authentication %28.c%29 + + + Source Files\Authentication %28.c%29 + + + Source Files\Authentication %28.c%29 + + + Source Files\Authentication %28.c%29 + + + Source Files\Transaction Layer %28.c%29 + + + Source Files\Transaction Layer %28.c%29 + + + Source Files\UA Layer %28.c%29 + + + Source Files\UA Layer %28.c%29 + + + + + Header Files + + + Header Files + + + Header Files\Base Types %28.h%29 + + + Header Files\Base Types %28.h%29 + + + Header Files\Base Types %28.h%29 + + + Header Files\Base Types %28.h%29 + + + Header Files\Messaging and Parsing %28.h%29 + + + Header Files\Messaging and Parsing %28.h%29 + + + Header Files\Messaging and Parsing %28.h%29 + + + Header Files\Messaging and Parsing %28.h%29 + + + Header Files\Messaging and Parsing %28.h%29 + + + Header Files\Messaging and Parsing %28.h%29 + + + Header Files\Core %28.h%29 + + + Header Files\Core %28.h%29 + + + Header Files\Core %28.h%29 + + + Header Files\Core %28.h%29 + + + Header Files\Transport Layer %28.h%29 + + + Header Files\Transport Layer %28.h%29 + + + Header Files\Transport Layer %28.h%29 + + + Header Files\Transport Layer %28.h%29 + + + Header Files\Transport Layer %28.h%29 + + + Header Files\Transport Layer %28.h%29 + + + Header Files\Authentication %28.h%29 + + + Header Files\Authentication %28.h%29 + + + Header Files\Authentication %28.h%29 + + + Header Files\Authentication %28.h%29 + + + Header Files\Transaction Layer %28.h%29 + + + Header Files\UA Layer %28.h%29 + + + Header Files\UA Layer %28.h%29 + + + + + + + \ No newline at end of file diff --git a/pjsip/build/pjsip_simple.vcxproj.filters b/pjsip/build/pjsip_simple.vcxproj.filters new file mode 100644 index 00000000..a7e04b8f --- /dev/null +++ b/pjsip/build/pjsip_simple.vcxproj.filters @@ -0,0 +1,86 @@ + + + + + {49154328-0390-4ccf-bec2-37f9d04e94ba} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {5a637a36-0060-48a7-92d4-1de2550c78d0} + h;hpp;hxx;hm;inl + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file diff --git a/pjsip/build/pjsip_test.vcxproj.filters b/pjsip/build/pjsip_test.vcxproj.filters new file mode 100644 index 00000000..be56ac07 --- /dev/null +++ b/pjsip/build/pjsip_test.vcxproj.filters @@ -0,0 +1,87 @@ + + + + + {a31f789c-4dff-4ae5-a6d3-87e0c8b27a98} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {4089ba75-e6e9-4d29-8fbc-b11847603677} + h;hpp;hxx;hm;inl + + + {99b36716-e30c-4052-9c62-3fa168805b8f} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + \ No newline at end of file diff --git a/pjsip/build/pjsip_ua.vcxproj.filters b/pjsip/build/pjsip_ua.vcxproj.filters new file mode 100644 index 00000000..fb4c6c20 --- /dev/null +++ b/pjsip/build/pjsip_ua.vcxproj.filters @@ -0,0 +1,56 @@ + + + + + {2ba16f08-a4c6-45f6-9255-b72abac51ffa} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {0545fe15-98d9-4a49-aab3-37871d867b4f} + h;hpp;hxx;hm;inl + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file diff --git a/pjsip/build/pjsua2_lib.vcxproj.filters b/pjsip/build/pjsua2_lib.vcxproj.filters new file mode 100644 index 00000000..232baf1e --- /dev/null +++ b/pjsip/build/pjsua2_lib.vcxproj.filters @@ -0,0 +1,80 @@ + + + + + {44ecb7ef-36e9-4d66-ab18-245108f7f626} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {374e9863-689a-41ac-8361-dd9ae01ae0f2} + h;hpp;hxx;hm;inl + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Source Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file diff --git a/pjsip/build/pjsua_lib.vcxproj.filters b/pjsip/build/pjsua_lib.vcxproj.filters new file mode 100644 index 00000000..9a326cce --- /dev/null +++ b/pjsip/build/pjsua_lib.vcxproj.filters @@ -0,0 +1,50 @@ + + + + + {0478752b-c2a1-46d0-981b-63f3b004f892} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {e83578b3-3953-431c-8cb0-3e0da189893c} + h;hpp;hxx;hm;inl + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + \ No newline at end of file -- cgit v1.2.3