diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2013-02-11 02:12:12 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2013-02-11 02:12:12 +0200 |
commit | 5a81b0e272a6e456e8c29ce2e755ac4e1c8b5546 (patch) | |
tree | fe3f315cf3ebf102ca5d6b8529fc172ab55c9352 /restarter.workspace | |
parent | 94a11e7736df09143fd7cf1a75282dc9b408fbd9 (diff) |
started separated proto lib implementation
started modules support implementation
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> |