diff options
Diffstat (limited to 'evil_core.workspace')
-rw-r--r-- | evil_core.workspace | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/evil_core.workspace b/evil_core.workspace new file mode 100644 index 0000000..4e90fc5 --- /dev/null +++ b/evil_core.workspace @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8"?> +<CodeLite_Workspace Name="evil_core" Database="./evil_core.tags"> + <Project Name="core" Path="core/core.project" Active="Yes"/> + <Project Name="example" Path="plugins/example/example.project"/> + <BuildMatrix> + <WorkspaceConfiguration Name="Debug" Selected="yes"> + <Project Name="core" ConfigName="Debug"/> + <Project Name="example" ConfigName="Debug"/> + </WorkspaceConfiguration> + <WorkspaceConfiguration Name="Release" Selected="yes"> + <Project Name="core" ConfigName="Release"/> + <Project Name="example" ConfigName="Release"/> + </WorkspaceConfiguration> + </BuildMatrix> +</CodeLite_Workspace> |