diff options
Diffstat (limited to 'restarter.workspace')
-rw-r--r-- | restarter.workspace | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/restarter.workspace b/restarter.workspace new file mode 100644 index 0000000..1ee1e18 --- /dev/null +++ b/restarter.workspace @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<CodeLite_Workspace Name="restarter" Database="./restarter.tags"> + <Project Name="restarter_server" Path="server/restarter_server.project" Active="No"/> + <Project Name="lib" Path="proto_lib/lib.project" Active="Yes"/> + <Project Name="unix_exec_service" Path="services/unix_exec_service/unix_exec_service.project" Active="No"/> + <BuildMatrix> + <WorkspaceConfiguration Name="Debug" Selected="yes"> + <Project Name="restarter_server" ConfigName="Debug"/> + <Project Name="lib" ConfigName="Debug"/> + <Project Name="unix_exec_service" ConfigName="Debug"/> + </WorkspaceConfiguration> + <WorkspaceConfiguration Name="Release" Selected="yes"> + <Project Name="restarter_server" ConfigName="Release"/> + <Project Name="lib" ConfigName="Release"/> + <Project Name="unix_exec_service" ConfigName="Release"/> + </WorkspaceConfiguration> + </BuildMatrix> +</CodeLite_Workspace> |