Create workspace and project file for codelite
[bertos.git] / wizard / cltemplates / bertos.workspace
diff --git a/wizard/cltemplates/bertos.workspace b/wizard/cltemplates/bertos.workspace
new file mode 100644 (file)
index 0000000..4b9d795
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<CodeLite_Workspace Name="$project" Database="./bertos.tags">
+  <Project Name="$project" Path="$project.project" Active="Yes"/>
+  <BuildMatrix>
+    <WorkspaceConfiguration Name="Debug" Selected="yes">
+      <Project Name="$project" ConfigName="Debug"/>
+    </WorkspaceConfiguration>
+    <WorkspaceConfiguration Name="Release" Selected="yes">
+      <Project Name="$project" ConfigName="Release"/>
+    </WorkspaceConfiguration>
+  </BuildMatrix>
+</CodeLite_Workspace>