diff options
Diffstat (limited to 'third_party/python/gyp/test/msvs/props/AppName.vsprops')
-rw-r--r-- | third_party/python/gyp/test/msvs/props/AppName.vsprops | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/third_party/python/gyp/test/msvs/props/AppName.vsprops b/third_party/python/gyp/test/msvs/props/AppName.vsprops new file mode 100644 index 0000000000..84b9af3800 --- /dev/null +++ b/third_party/python/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> |