From 3a4152ca64bc2eace73d8253156431b05809968c Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Sat, 23 Apr 2016 00:50:27 -0400 Subject: [PATCH] New header file --- src/commands/CommandFunctors.h | 0 win/Projects/Audacity/Audacity.vcxproj | 5 +++-- win/Projects/Audacity/Audacity.vcxproj.filters | 7 +++++-- 3 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 src/commands/CommandFunctors.h diff --git a/src/commands/CommandFunctors.h b/src/commands/CommandFunctors.h new file mode 100644 index 000000000..e69de29bb diff --git a/win/Projects/Audacity/Audacity.vcxproj b/win/Projects/Audacity/Audacity.vcxproj index 923d36a64..b99c18c40 100755 --- a/win/Projects/Audacity/Audacity.vcxproj +++ b/win/Projects/Audacity/Audacity.vcxproj @@ -1,4 +1,4 @@ - + @@ -414,6 +414,7 @@ + @@ -1107,4 +1108,4 @@ - + \ No newline at end of file diff --git a/win/Projects/Audacity/Audacity.vcxproj.filters b/win/Projects/Audacity/Audacity.vcxproj.filters index aea512d60..ed9d306ad 100755 --- a/win/Projects/Audacity/Audacity.vcxproj.filters +++ b/win/Projects/Audacity/Audacity.vcxproj.filters @@ -1,4 +1,4 @@ - + @@ -1768,6 +1768,9 @@ src + + src\commands + @@ -1988,4 +1991,4 @@ plug-ins - + \ No newline at end of file