diff options
Diffstat (limited to 'restarter.workspace')
| -rw-r--r-- | restarter.workspace | 7 | 
1 files changed, 4 insertions, 3 deletions
diff --git a/restarter.workspace b/restarter.workspace index eea7ad7..79a199e 100644 --- a/restarter.workspace +++ b/restarter.workspace @@ -1,8 +1,8 @@  <?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"/> +  <Project Name="lib" Path="proto_lib/lib.project" Active="No"/> +  <Project Name="unix_exec_service" Path="services/unix_exec_service/unix_exec_service.project" Active="Yes"/>    <BuildMatrix>      <WorkspaceConfiguration Name="Debug" Selected="yes">        <Project Name="restarter_server" ConfigName="Debug"/> @@ -16,6 +16,7 @@      </WorkspaceConfiguration>    </BuildMatrix>    <Environment> -    <![CDATA[]]> +    <![CDATA[ +  ]]>    </Environment>  </CodeLite_Workspace>  | 
