From 4ea4f2e9d082cabe5c031e855409b4a7aef378c5 Mon Sep 17 00:00:00 2001 From: Malcolm Smith Date: Sun, 29 Oct 2023 12:52:34 +0000 Subject: [PATCH] Add manifest file --- .../settings.manifest | 23 +++++++++++++++++++ .../{{ cookiecutter.formal_name }}.vcxproj | 3 +++ 2 files changed, 26 insertions(+) create mode 100644 {{ cookiecutter.format }}/{{ cookiecutter.formal_name }}/settings.manifest diff --git a/{{ cookiecutter.format }}/{{ cookiecutter.formal_name }}/settings.manifest b/{{ cookiecutter.format }}/{{ cookiecutter.formal_name }}/settings.manifest new file mode 100644 index 0000000..402aa0e --- /dev/null +++ b/{{ cookiecutter.format }}/{{ cookiecutter.formal_name }}/settings.manifest @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + diff --git a/{{ cookiecutter.format }}/{{ cookiecutter.formal_name }}/{{ cookiecutter.formal_name }}.vcxproj b/{{ cookiecutter.format }}/{{ cookiecutter.formal_name }}/{{ cookiecutter.formal_name }}.vcxproj index 6be4ebf..4498f0d 100644 --- a/{{ cookiecutter.format }}/{{ cookiecutter.formal_name }}/{{ cookiecutter.formal_name }}.vcxproj +++ b/{{ cookiecutter.format }}/{{ cookiecutter.formal_name }}/{{ cookiecutter.formal_name }}.vcxproj @@ -95,6 +95,9 @@ + + +