summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorGilles Khouzam <gillesk@microsoft.com>2014-12-02 21:32:45 (GMT)
committerBrad King <brad.king@kitware.com>2014-12-03 14:31:59 (GMT)
commit352f246f3ebfd8daf5fda9bad2db01b56fa4bf4d (patch)
tree90316933aa4d550d79cf95e3b32e7d38b1324585 /Help/release
parent2a224b4ce3fcc3c25bb3f56cf50806ae79262fc2 (diff)
downloadCMake-352f246f3ebfd8daf5fda9bad2db01b56fa4bf4d.zip
CMake-352f246f3ebfd8daf5fda9bad2db01b56fa4bf4d.tar.gz
CMake-352f246f3ebfd8daf5fda9bad2db01b56fa4bf4d.tar.bz2
VS: Add source file property to specify Windows App deployment location
Add a VS_DEPLOYMENT_LOCATION source file property to specify where to put files that are part of the package. For example: set_property(SOURCE ${ASSET_FILES} PROPERTY VS_DEPLOYMENT_LOCATION "assets") Without this, sources marked with VS_DEPLOYMENT_CONTENT cannot be located properly.
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/3.1.0.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/release/3.1.0.rst b/Help/release/3.1.0.rst
index ba729a3..1ede02b 100644
--- a/Help/release/3.1.0.rst
+++ b/Help/release/3.1.0.rst
@@ -159,6 +159,10 @@ Properties
to tell the Visual Studio generators to mark content for deployment
in Windows Phone and Windows Store projects.
+* A :prop_sf:`VS_DEPLOYMENT_LOCATION` source file property was added
+ to tell the Visual Studio generators the relative location of content
+ marked for deployment in Windows Phone and Windows Store projects.
+
* The :prop_tgt:`VS_WINRT_COMPONENT` target property was created to
tell Visual Studio generators to compile a shared library as a
Windows Runtime (WinRT) component.