summaryrefslogtreecommitdiff
path: root/deps/gyp/test/msvs/props/AppName.vsprops
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/msvs/props/AppName.vsprops')
-rw-r--r--deps/gyp/test/msvs/props/AppName.vsprops11
1 files changed, 11 insertions, 0 deletions
diff --git a/deps/gyp/test/msvs/props/AppName.vsprops b/deps/gyp/test/msvs/props/AppName.vsprops
new file mode 100644
index 0000000000..84b9af3800
--- /dev/null
+++ b/deps/gyp/test/msvs/props/AppName.vsprops
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioPropertySheet
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="Common"
+ >
+ <UserMacro
+ Name="AppName"
+ Value="Greet"
+ />
+</VisualStudioPropertySheet>