1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/jackarain-nginx-win32

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
В этом репозитории не указан файл с открытой лицензией (LICENSE). При использовании обратитесь к конкретному описанию проекта и его зависимостям в коде.
Клонировать/Скачать
nginx.vcxproj.filters 14 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Jack Отправлено 08.08.2013 18:36 89f780e
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="源文件">
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
</Filter>
<Filter Include="头文件">
<UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
<Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions>
</Filter>
<Filter Include="资源文件">
<UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
</Filter>
<Filter Include="源文件\core">
<UniqueIdentifier>{e991fd96-80f5-4ae4-b521-98b556aff793}</UniqueIdentifier>
</Filter>
<Filter Include="源文件\event">
<UniqueIdentifier>{afed2351-2b3a-48d1-97df-07015d88dfa7}</UniqueIdentifier>
</Filter>
<Filter Include="源文件\event\modules">
<UniqueIdentifier>{208690af-76c5-46f0-879c-8313c51f1c2a}</UniqueIdentifier>
</Filter>
<Filter Include="源文件\http">
<UniqueIdentifier>{b841df59-1bbc-4ee5-9c8a-fca725e9e643}</UniqueIdentifier>
</Filter>
<Filter Include="源文件\http\modules">
<UniqueIdentifier>{01b5ba02-7370-4faa-853a-f1df7d93aa49}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include=".\src\core\nginx.c">
<Filter>源文件\core</Filter>
</ClCompile>
<ClCompile Include=".\src\core\ngx_array.c">
<Filter>源文件\core</Filter>
</ClCompile>
<ClCompile Include=".\src\core\ngx_buf.c">
<Filter>源文件\core</Filter>
</ClCompile>
<ClCompile Include=".\src\core\ngx_conf_file.c">
<Filter>源文件\core</Filter>
</ClCompile>
<ClCompile Include=".\src\core\ngx_connection.c">
<Filter>源文件\core</Filter>
</ClCompile>
<ClCompile Include=".\src\core\ngx_cpuinfo.c">
<Filter>源文件\core</Filter>
</ClCompile>
<ClCompile Include=".\src\core\ngx_crc32.c">
<Filter>源文件\core</Filter>
</ClCompile>
<ClCompile Include=".\src\core\ngx_crypt.c">
<Filter>源文件\core</Filter>
</ClCompile>
<ClCompile Include=".\src\core\ngx_cycle.c">
<Filter>源文件\core</Filter>
</ClCompile>
<ClCompile Include=".\src\core\ngx_file.c">
<Filter>源文件\core</Filter>
</ClCompile>
<ClCompile Include=".\src\core\ngx_hash.c">
<Filter>源文件\core</Filter>
</ClCompile>
<ClCompile Include=".\src\core\ngx_inet.c">
<Filter>源文件\core</Filter>
</ClCompile>
<ClCompile Include=".\src\core\ngx_list.c">
<Filter>源文件\core</Filter>
</ClCompile>
<ClCompile Include=".\src\core\ngx_log.c">
<Filter>源文件\core</Filter>
</ClCompile>
<ClCompile Include=".\src\core\ngx_md5.c">
<Filter>源文件\core</Filter>
</ClCompile>
<ClCompile Include=".\src\core\ngx_murmurhash.c">
<Filter>源文件\core</Filter>
</ClCompile>
<ClCompile Include=".\src\core\ngx_open_file_cache.c">
<Filter>源文件\core</Filter>
</ClCompile>
<ClCompile Include=".\src\core\ngx_output_chain.c">
<Filter>源文件\core</Filter>
</ClCompile>
<ClCompile Include=".\src\core\ngx_palloc.c">
<Filter>源文件\core</Filter>
</ClCompile>
<ClCompile Include=".\src\core\ngx_parse.c">
<Filter>源文件\core</Filter>
</ClCompile>
<ClCompile Include=".\src\core\ngx_queue.c">
<Filter>源文件\core</Filter>
</ClCompile>
<ClCompile Include=".\src\core\ngx_radix_tree.c">
<Filter>源文件\core</Filter>
</ClCompile>
<ClCompile Include=".\src\core\ngx_rbtree.c">
<Filter>源文件\core</Filter>
</ClCompile>
<ClCompile Include=".\src\core\ngx_resolver.c">
<Filter>源文件\core</Filter>
</ClCompile>
<ClCompile Include=".\src\core\ngx_shmtx.c">
<Filter>源文件\core</Filter>
</ClCompile>
<ClCompile Include=".\src\core\ngx_slab.c">
<Filter>源文件\core</Filter>
</ClCompile>
<ClCompile Include=".\src\core\ngx_spinlock.c">
<Filter>源文件\core</Filter>
</ClCompile>
<ClCompile Include=".\src\core\ngx_string.c">
<Filter>源文件\core</Filter>
</ClCompile>
<ClCompile Include=".\src\core\ngx_times.c">
<Filter>源文件\core</Filter>
</ClCompile>
<ClCompile Include=".\src\http\ngx_http_special_response.c">
<Filter>源文件\http</Filter>
</ClCompile>
<ClCompile Include=".\src\http\ngx_http_upstream.c">
<Filter>源文件\http</Filter>
</ClCompile>
<ClCompile Include=".\src\http\ngx_http_upstream_round_robin.c">
<Filter>源文件\http</Filter>
</ClCompile>
<ClCompile Include=".\src\http\ngx_http_variables.c">
<Filter>源文件\http</Filter>
</ClCompile>
<ClCompile Include=".\src\http\ngx_http_write_filter_module.c">
<Filter>源文件\http</Filter>
</ClCompile>
<ClCompile Include=".\src\http\ngx_http.c">
<Filter>源文件\http</Filter>
</ClCompile>
<ClCompile Include=".\src\http\ngx_http_busy_lock.c">
<Filter>源文件\http</Filter>
</ClCompile>
<ClCompile Include=".\src\http\ngx_http_copy_filter_module.c">
<Filter>源文件\http</Filter>
</ClCompile>
<ClCompile Include=".\src\http\ngx_http_core_module.c">
<Filter>源文件\http</Filter>
</ClCompile>
<ClCompile Include=".\src\http\ngx_http_file_cache.c">
<Filter>源文件\http</Filter>
</ClCompile>
<ClCompile Include=".\src\http\ngx_http_header_filter_module.c">
<Filter>源文件\http</Filter>
</ClCompile>
<ClCompile Include=".\src\http\ngx_http_parse.c">
<Filter>源文件\http</Filter>
</ClCompile>
<ClCompile Include=".\src\http\ngx_http_parse_time.c">
<Filter>源文件\http</Filter>
</ClCompile>
<ClCompile Include=".\src\http\ngx_http_postpone_filter_module.c">
<Filter>源文件\http</Filter>
</ClCompile>
<ClCompile Include=".\src\http\ngx_http_request.c">
<Filter>源文件\http</Filter>
</ClCompile>
<ClCompile Include=".\src\http\ngx_http_request_body.c">
<Filter>源文件\http</Filter>
</ClCompile>
<ClCompile Include=".\src\http\ngx_http_script.c">
<Filter>源文件\http</Filter>
</ClCompile>
<ClCompile Include=".\src\event\ngx_event_accept.c">
<Filter>源文件\event</Filter>
</ClCompile>
<ClCompile Include=".\src\event\ngx_event_busy_lock.c">
<Filter>源文件\event</Filter>
</ClCompile>
<ClCompile Include=".\src\event\ngx_event_connect.c">
<Filter>源文件\event</Filter>
</ClCompile>
<ClCompile Include=".\src\event\ngx_event_pipe.c">
<Filter>源文件\event</Filter>
</ClCompile>
<ClCompile Include=".\src\event\ngx_event_posted.c">
<Filter>源文件\event</Filter>
</ClCompile>
<ClCompile Include=".\src\event\ngx_event_timer.c">
<Filter>源文件\event</Filter>
</ClCompile>
<ClCompile Include=".\src\event\ngx_event.c">
<Filter>源文件\event</Filter>
</ClCompile>
<ClCompile Include=".\src\event\ngx_event_acceptex.c">
<Filter>源文件\event</Filter>
</ClCompile>
<ClCompile Include=".\src\event\modules\ngx_win32_select_module.c">
<Filter>源文件\event\modules</Filter>
</ClCompile>
<ClCompile Include=".\src\event\modules\ngx_iocp_module.c">
<Filter>源文件\event\modules</Filter>
</ClCompile>
<ClCompile Include=".\src\http\modules\ngx_http_log_module.c">
<Filter>源文件\http\modules</Filter>
</ClCompile>
<ClCompile Include=".\src\http\modules\ngx_http_static_module.c">
<Filter>源文件\http\modules</Filter>
</ClCompile>
<ClCompile Include=".\src\http\modules\ngx_http_index_module.c">
<Filter>源文件\http\modules</Filter>
</ClCompile>
<ClCompile Include=".\src\http\modules\ngx_http_chunked_filter_module.c">
<Filter>源文件\http\modules</Filter>
</ClCompile>
<ClCompile Include=".\src\http\modules\ngx_http_range_filter_module.c">
<Filter>源文件\http\modules</Filter>
</ClCompile>
<ClCompile Include=".\src\http\modules\ngx_http_headers_filter_module.c">
<Filter>源文件\http\modules</Filter>
</ClCompile>
<ClCompile Include=".\src\http\modules\ngx_http_not_modified_filter_module.c">
<Filter>源文件\http\modules</Filter>
</ClCompile>
<ClCompile Include=".\src\http\modules\ngx_http_ssi_filter_module.c">
<Filter>源文件\http\modules</Filter>
</ClCompile>
<ClCompile Include=".\src\http\modules\ngx_http_charset_filter_module.c">
<Filter>源文件\http\modules</Filter>
</ClCompile>
<ClCompile Include=".\src\http\modules\ngx_http_userid_filter_module.c">
<Filter>源文件\http\modules</Filter>
</ClCompile>
<ClCompile Include=".\src\http\modules\ngx_http_autoindex_module.c">
<Filter>源文件\http\modules</Filter>
</ClCompile>
<ClCompile Include=".\src\http\modules\ngx_http_auth_basic_module.c">
<Filter>源文件\http\modules</Filter>
</ClCompile>
<ClCompile Include=".\src\http\modules\ngx_http_access_module.c">
<Filter>源文件\http\modules</Filter>
</ClCompile>
<ClCompile Include=".\src\http\modules\ngx_http_limit_conn_module.c">
<Filter>源文件\http\modules</Filter>
</ClCompile>
<ClCompile Include=".\src\http\modules\ngx_http_limit_req_module.c">
<Filter>源文件\http\modules</Filter>
</ClCompile>
<ClCompile Include=".\src\http\modules\ngx_http_geo_module.c">
<Filter>源文件\http\modules</Filter>
</ClCompile>
<ClCompile Include=".\src\http\modules\ngx_http_map_module.c">
<Filter>源文件\http\modules</Filter>
</ClCompile>
<ClCompile Include=".\src\http\modules\ngx_http_split_clients_module.c">
<Filter>源文件\http\modules</Filter>
</ClCompile>
<ClCompile Include=".\src\http\modules\ngx_http_referer_module.c">
<Filter>源文件\http\modules</Filter>
</ClCompile>
<ClCompile Include=".\src\http\modules\ngx_http_proxy_module.c">
<Filter>源文件\http\modules</Filter>
</ClCompile>
<ClCompile Include=".\src\http\modules\ngx_http_fastcgi_module.c">
<Filter>源文件\http\modules</Filter>
</ClCompile>
<ClCompile Include=".\src\http\modules\ngx_http_uwsgi_module.c">
<Filter>源文件\http\modules</Filter>
</ClCompile>
<ClCompile Include=".\src\http\modules\ngx_http_scgi_module.c">
<Filter>源文件\http\modules</Filter>
</ClCompile>
<ClCompile Include=".\src\http\modules\ngx_http_memcached_module.c">
<Filter>源文件\http\modules</Filter>
</ClCompile>
<ClCompile Include=".\src\http\modules\ngx_http_empty_gif_module.c">
<Filter>源文件\http\modules</Filter>
</ClCompile>
<ClCompile Include=".\src\http\modules\ngx_http_browser_module.c">
<Filter>源文件\http\modules</Filter>
</ClCompile>
<ClCompile Include=".\src\http\modules\ngx_http_upstream_keepalive_module.c">
<Filter>源文件\http\modules</Filter>
</ClCompile>
<ClCompile Include=".\src\http\modules\ngx_http_upstream_least_conn_module.c">
<Filter>源文件\http\modules</Filter>
</ClCompile>
<ClCompile Include=".\src\http\modules\ngx_http_upstream_ip_hash_module.c">
<Filter>源文件\http\modules</Filter>
</ClCompile>
<ClCompile Include=".\src\os\win32\ngx_modules.c">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include=".\src\os\win32\ngx_wsarecv.c">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include=".\src\os\win32\ngx_wsarecv_chain.c">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include=".\src\os\win32\ngx_wsasend.c">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include=".\src\os\win32\ngx_wsasend_chain.c">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include=".\src\os\win32\ngx_alloc.c">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include=".\src\os\win32\ngx_errno.c">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include=".\src\os\win32\ngx_event_log.c">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include=".\src\os\win32\ngx_files.c">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include=".\src\os\win32\ngx_process.c">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include=".\src\os\win32\ngx_process_cycle.c">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include=".\src\os\win32\ngx_shmem.c">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include=".\src\os\win32\ngx_socket.c">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include=".\src\os\win32\ngx_stat.c">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include=".\src\os\win32\ngx_thread.c">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include=".\src\os\win32\ngx_time.c">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include=".\src\os\win32\ngx_udp_wsarecv.c">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include=".\src\os\win32\ngx_user.c">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include=".\src\os\win32\ngx_win32_init.c">
<Filter>源文件</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include=".\src\os\win32\nginx.rc">
<Filter>资源文件</Filter>
</ResourceCompile>
</ItemGroup>
</Project>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/jackarain-nginx-win32.git
git@api.gitlife.ru:oschina-mirror/jackarain-nginx-win32.git
oschina-mirror
jackarain-nginx-win32
jackarain-nginx-win32
master