summaryrefslogtreecommitdiffstats
path: root/media/webrtc/trunk/tools/gyp/test/msvs/config_attrs/hello.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'media/webrtc/trunk/tools/gyp/test/msvs/config_attrs/hello.gyp')
-rw-r--r--media/webrtc/trunk/tools/gyp/test/msvs/config_attrs/hello.gyp21
1 files changed, 21 insertions, 0 deletions
diff --git a/media/webrtc/trunk/tools/gyp/test/msvs/config_attrs/hello.gyp b/media/webrtc/trunk/tools/gyp/test/msvs/config_attrs/hello.gyp
new file mode 100644
index 000000000..810a80edd
--- /dev/null
+++ b/media/webrtc/trunk/tools/gyp/test/msvs/config_attrs/hello.gyp
@@ -0,0 +1,21 @@
+# Copyright (c) 2012 Google Inc. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'targets': [
+ {
+ 'target_name': 'hello',
+ 'type': 'executable',
+ 'sources': [
+ 'hello.c',
+ ],
+ 'msvs_configuration_attributes': {
+ 'OutputDirectory':'$(SolutionDir)VC90/'
+ },
+ 'msbuild_configuration_attributes': {
+ 'OutputDirectory':'$(SolutionDir)VC100/',
+ },
+ },
+ ],
+}