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 /proto_lib/proto_lib.workspace | |
parent | 94a11e7736df09143fd7cf1a75282dc9b408fbd9 (diff) |
started separated proto lib implementation
started modules support implementation
Diffstat (limited to 'proto_lib/proto_lib.workspace')
-rw-r--r-- | proto_lib/proto_lib.workspace | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/proto_lib/proto_lib.workspace b/proto_lib/proto_lib.workspace new file mode 100644 index 0000000..bde095f --- /dev/null +++ b/proto_lib/proto_lib.workspace @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<CodeLite_Workspace Name="proto_lib" Database="./proto_lib.tags"> + <Project Name="lib" Path="lib.project" Active="Yes"/> + <BuildMatrix> + <WorkspaceConfiguration Name="Debug" Selected="yes"> + <Project Name="lib" ConfigName="Debug"/> + </WorkspaceConfiguration> + <WorkspaceConfiguration Name="Release" Selected="yes"> + <Project Name="lib" ConfigName="Release"/> + </WorkspaceConfiguration> + </BuildMatrix> +</CodeLite_Workspace> |