Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with VS for Mac #2

Open
ajtruckle opened this issue Feb 26, 2021 · 1 comment
Open

Compatibility with VS for Mac #2

ajtruckle opened this issue Feb 26, 2021 · 1 comment

Comments

@ajtruckle
Copy link

In a Visual Studio for Mac RESX file it only needs this at the top before the data entries:

    <resheader name="resmimetype">
        <value>text/microsoft-resx</value>
    </resheader>
    <resheader name="version">
        <value>2.0</value>
    </resheader>
    <resheader name="reader">
        <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
    </resheader>
    <resheader name="writer">
        <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
    </resheader>

If I try the versions built with the software it does not like the format.

Can either an option be added to create it VS/Mac style or it take all the nodes from the original resx document?

@sebasbaumh
Copy link
Owner

Currently I am not actively working on this project and some parts are rather old.
But you are always free to supply a pull request with these changes.
You can also fork it if you like.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants