diff options
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> |