Can I use .resx files in F# 2.0 projects?
If so, how do I go about adding, and then using these resources.
Thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can
Add existing itema.resxfile to an F# project, it should automatically get aBuildActionofEmbeddedResourceand work. The VS tooling here isn’t as good as the other languages yet, but MSBuild does all the heavy lifting, so it’s just a matter of getting the right snippet of XML into the .fsproj file.