summaryrefslogtreecommitdiffstats
path: root/Help/prop_sf/VS_RESOURCE_GENERATOR.rst
diff options
context:
space:
mode:
authorMichael Stürmer <michael.stuermer@schaeffler.com>2017-01-17 15:09:38 (GMT)
committerMichael Stürmer <michael.stuermer@schaeffler.com>2017-01-18 14:51:22 (GMT)
commit90cb40832375fa880b792ca9bf5cdd3071912f9d (patch)
treeb3611ff2d49746cf01caee5c0407b3918e9034d6 /Help/prop_sf/VS_RESOURCE_GENERATOR.rst
parentcab8f26211051a24ceb0e512660f022c9960f241 (diff)
downloadCMake-90cb40832375fa880b792ca9bf5cdd3071912f9d.zip
CMake-90cb40832375fa880b792ca9bf5cdd3071912f9d.tar.gz
CMake-90cb40832375fa880b792ca9bf5cdd3071912f9d.tar.bz2
VS: improve handling of source files with special extensions in .csproj
Mainly <Link> and <DependentUpon> tags are added to connect generated and manually edited files. Special file extensions that are take care of are: - .Designer.cs - .xaml.cs - .settings - .resx - .xaml
Diffstat (limited to 'Help/prop_sf/VS_RESOURCE_GENERATOR.rst')
-rw-r--r--Help/prop_sf/VS_RESOURCE_GENERATOR.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/prop_sf/VS_RESOURCE_GENERATOR.rst b/Help/prop_sf/VS_RESOURCE_GENERATOR.rst
new file mode 100644
index 0000000..97e5aac
--- /dev/null
+++ b/Help/prop_sf/VS_RESOURCE_GENERATOR.rst
@@ -0,0 +1,8 @@
+VS_RESOURCE_GENERATOR
+---------------------
+
+This property allows to specify the resource generator to be used
+on this file. It defaults to ``PublicResXFileCodeGenerator`` if
+not set.
+
+This property only applies to C# projects.