diff options
author | Michael Stürmer <michael.stuermer@schaeffler.com> | 2017-01-17 15:09:38 (GMT) |
---|---|---|
committer | Michael Stürmer <michael.stuermer@schaeffler.com> | 2017-01-18 14:51:22 (GMT) |
commit | 90cb40832375fa880b792ca9bf5cdd3071912f9d (patch) | |
tree | b3611ff2d49746cf01caee5c0407b3918e9034d6 /Help/prop_sf/VS_RESOURCE_GENERATOR.rst | |
parent | cab8f26211051a24ceb0e512660f022c9960f241 (diff) | |
download | CMake-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.rst | 8 |
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. |