diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2011-10-17 14:46:06 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2011-10-17 14:46:06 +0300 |
commit | 3d9612635ad9a74c66bf7b89952b184090da723e (patch) | |
tree | 9896cec5ca8f185cdab87eefd7a5258d6ffb32e4 /server/proxy_ui_server.workspace | |
parent | 979a0c8eb8f7c4b2c1c8f0a95948278d0e682d49 (diff) |
мой сервер от другого проекта, с ssl, логами и http клиентом, использует getopt и fork (нужно чуть переделать)
Diffstat (limited to 'server/proxy_ui_server.workspace')
-rw-r--r-- | server/proxy_ui_server.workspace | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/server/proxy_ui_server.workspace b/server/proxy_ui_server.workspace new file mode 100644 index 0000000..964a5cc --- /dev/null +++ b/server/proxy_ui_server.workspace @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<CodeLite_Workspace Name="proxy_ui_server" Database="./proxy_ui_server.tags"> + <Project Name="server" Path="server/server.project" Active="Yes"/> + <BuildMatrix> + <WorkspaceConfiguration Name="Debug" Selected="yes"> + <Project Name="server" ConfigName="Debug"/> + </WorkspaceConfiguration> + <WorkspaceConfiguration Name="Release" Selected="yes"> + <Project Name="server" ConfigName="Release"/> + </WorkspaceConfiguration> + </BuildMatrix> +</CodeLite_Workspace> |