Closed johnbowker closed 6 years ago
I tried to compile the solution but MSBuild is complaining about files missing from the solution:
Resources.rex AssemblyInfo.cs etc.
Resources.rex
AssemblyInfo.cs
Did these get missed in a git add?
git add
@johnbowker I fixed the .gitignore to allow the files in /Properties, so they should be there now.
Out of curiosity, what do you need to build the solution for? Is there something in the release that's missing?
I tried to compile the solution but MSBuild is complaining about files missing from the solution:
Resources.rex
AssemblyInfo.cs
etc.Did these get missed in a
git add
?