B
Bleedledeep
Ok, newbie to .NET, C# here.
I have multiple solutions/projects. How do I do a "build" across
these?
Also, I have some .resx files that must be converted to .resources
files, and I have been unable to find a mechanism inside of the .NET
build mechanism to do this. (been doing it by hand with resgen) Note
that I am using ResourceReader and really do need a .resources file.
I have tried setting the build options on the .resx file to "embedded
resource" with no luck.
Any help in this area is greatly apprecied.
I have multiple solutions/projects. How do I do a "build" across
these?
Also, I have some .resx files that must be converted to .resources
files, and I have been unable to find a mechanism inside of the .NET
build mechanism to do this. (been doing it by hand with resgen) Note
that I am using ResourceReader and really do need a .resources file.
I have tried setting the build options on the .resx file to "embedded
resource" with no luck.
Any help in this area is greatly apprecied.