diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2020-06-26 15:01:47 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2020-06-26 15:01:47 +0300 |
| commit | e4bc857f1f7edf677c3ffec8021db57043db350d (patch) | |
| tree | ff2caab04d41e5dc8288a3deeb4b6553e5356af9 /CPP/CPP.workspace | |
| parent | 55571ba49d08581ee9d52b653cb84a37d81dd151 (diff) | |
| download | Self-learning-e4bc857f1f7edf677c3ffec8021db57043db350d.tar Self-learning-e4bc857f1f7edf677c3ffec8021db57043db350d.tar.gz Self-learning-e4bc857f1f7edf677c3ffec8021db57043db350d.zip | |
Started working on a C++ basic bank account project. You can create an account, deposit and withdraw money from it for now.
Diffstat (limited to 'CPP/CPP.workspace')
| -rw-r--r-- | CPP/CPP.workspace | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/CPP/CPP.workspace b/CPP/CPP.workspace new file mode 100644 index 0000000..b02559c --- /dev/null +++ b/CPP/CPP.workspace @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<CodeLite_Workspace Name="CPP" Database="" Version="10000"> + <Project Name="BABS" Path="BABS/BABS.project" Active="Yes"/> + <BuildMatrix> + <WorkspaceConfiguration Name="Debug" Selected="yes"> + <Environment/> + <Project Name="BABS" ConfigName="Debug"/> + </WorkspaceConfiguration> + <WorkspaceConfiguration Name="Release" Selected="yes"> + <Environment/> + <Project Name="BABS" ConfigName="Release"/> + </WorkspaceConfiguration> + </BuildMatrix> +</CodeLite_Workspace> |
