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