A
Alan Krueger
Is there a way to automatically include C# files (.cs) generated by a
third-party tool into a Visual C# .NET build? It's possible the set
of files generated by this tool might change. Adding these files
manually to the project would work in the short term, but this would
require manual intervention if these generated files happened to
change, and I'd like to avoid any unnecessary manual steps.
NAnt and similar tools can include and compile .cs files based on a
wildcard, but I'd like to keep using the VC#.NET IDE for the parts of
the project that aren't generated.
Any hints or pointers would be very helpful.
third-party tool into a Visual C# .NET build? It's possible the set
of files generated by this tool might change. Adding these files
manually to the project would work in the short term, but this would
require manual intervention if these generated files happened to
change, and I'd like to avoid any unnecessary manual steps.
NAnt and similar tools can include and compile .cs files based on a
wildcard, but I'd like to keep using the VC#.NET IDE for the parts of
the project that aren't generated.
Any hints or pointers would be very helpful.