diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-09-04 12:29:27 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-09-04 12:29:27 +0300 |
commit | 1052c8bd510b92827a61aba725083c9feb24e042 (patch) | |
tree | d3cc898daf2999200818b7f6a869a7c23e37385a /server/proxy_ui_server.workspace | |
parent | 5e7966a5be76280e1d21c00de9c3bcec19f03f5e (diff) |
GPL'ed
Diffstat (limited to 'server/proxy_ui_server.workspace')
-rw-r--r-- | server/proxy_ui_server.workspace | 79 |
1 files changed, 71 insertions, 8 deletions
diff --git a/server/proxy_ui_server.workspace b/server/proxy_ui_server.workspace index eb17446..99111a2 100644 --- a/server/proxy_ui_server.workspace +++ b/server/proxy_ui_server.workspace @@ -1,14 +1,6 @@ <?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> <Environment> <![CDATA[ @@ -29,6 +21,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ]]> </Environment> + <BuildMatrix> + <WorkspaceConfiguration Name="Debug" Selected="yes"> + <Project Name="server" ConfigName="Debug"/> + </WorkspaceConfiguration> + <WorkspaceConfiguration Name="Release" Selected="no"> + <Project Name="server" ConfigName="Release"/> + </WorkspaceConfiguration> + </BuildMatrix> </CodeLite_Workspace> |