ubisoft / Sharpmake

Sharpmake is an open-source C#-based solution for generating project definition files, such as Visual Studio projects and solutions, GNU makefiles, Xcode projects, etc.
Apache License 2.0
922 stars 168 forks source link

Always add .cs files generated by text templating #324

Closed cmello closed 6 months ago

cmello commented 7 months ago

Always include files generated by text templating (.tt), even if they don't exist yet. These files are expected to be absent during a clean build, as they are generated during the build process. Therefore, they cannot be left out of the csproj file.

jspelletier commented 6 months ago

please rebase.

cmello commented 6 months ago

Rebased, thanks!

jspelletier commented 6 months ago

merged. thanks