summaryrefslogtreecommitdiff
path: root/pjnath/build/pjnath_test.vcxproj.filters
diff options
context:
space:
mode:
authorRiza Sulistyo <riza@teluu.com>2015-09-21 05:25:04 +0000
committerRiza Sulistyo <riza@teluu.com>2015-09-21 05:25:04 +0000
commit302728f91263d767164f2b756daf007243794ff6 (patch)
tree9a5a464ff222a48f216235c7c6701691de99b1c6 /pjnath/build/pjnath_test.vcxproj.filters
parentf116a4fa292bcf4f84392286427e16d443e072f0 (diff)
Re #1881: Add filters file.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5181 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjnath/build/pjnath_test.vcxproj.filters')
-rw-r--r--pjnath/build/pjnath_test.vcxproj.filters54
1 files changed, 54 insertions, 0 deletions
diff --git a/pjnath/build/pjnath_test.vcxproj.filters b/pjnath/build/pjnath_test.vcxproj.filters
new file mode 100644
index 00000000..b72c452e
--- /dev/null
+++ b/pjnath/build/pjnath_test.vcxproj.filters
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup>
+ <Filter Include="Source Files">
+ <UniqueIdentifier>{b7a505e9-02f9-4fff-b21f-30f246f25966}</UniqueIdentifier>
+ <Extensions>cpp;c;cxx;rc;def;r;odl;idl;hpj;bat</Extensions>
+ </Filter>
+ <Filter Include="Header Files">
+ <UniqueIdentifier>{2663f9ad-c87e-44e7-ad98-b394d9cfbdf8}</UniqueIdentifier>
+ <Extensions>h;hpp;hxx;hm;inl</Extensions>
+ </Filter>
+ <Filter Include="Resource Files">
+ <UniqueIdentifier>{16412efc-7642-484c-8100-3958bc86124c}</UniqueIdentifier>
+ <Extensions>ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe</Extensions>
+ </Filter>
+ </ItemGroup>
+ <ItemGroup>
+ <ClCompile Include="..\src\pjnath-test\concur_test.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ <ClCompile Include="..\src\pjnath-test\ice_test.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ <ClCompile Include="..\src\pjnath-test\main.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ <ClCompile Include="..\src\pjnath-test\main_win32.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ <ClCompile Include="..\src\pjnath-test\server.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ <ClCompile Include="..\src\pjnath-test\sess_auth.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ <ClCompile Include="..\src\pjnath-test\stun.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ <ClCompile Include="..\src\pjnath-test\stun_sock_test.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ <ClCompile Include="..\src\pjnath-test\test.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ <ClCompile Include="..\src\pjnath-test\turn_sock_test.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="..\src\pjnath-test\test.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
+ </ItemGroup>
+</Project> \ No newline at end of file