Well that was my next task, but I am off on holidays for a few days, and then back to work, so might slow progress a bit
Firstly
The components for .settings files can use defaults and info from the settings file its-self, the SettingsSingleFileGenerator is the default one for a new file in vs, and the namespace can be found in the xml
I hoped .resx would be the same, but the namespace is not stored in the xml
So, will be looking at this again..
Anyway I was thinking (but not got too far), as far as the changes to the nuspec to allow for extension would be something like
What do you think?
Firstly
The components for .settings files can use defaults and info from the settings file its-self, the SettingsSingleFileGenerator is the default one for a new file in vs, and the namespace can be found in the xml
I hoped .resx would be the same, but the namespace is not stored in the xml
So, will be looking at this again..
Anyway I was thinking (but not got too far), as far as the changes to the nuspec to allow for extension would be something like
<file src="x\y.thing" target="content">
<property name="customtool" value="ThingGenerator" />
<property name="customtoolnamespace" value="x" />
</file>
that way you can put any old thing in, and the property set in vsWhat do you think?