Hi,
thanks for feedback!
That's our handmade versioning drawback.
If you run VS'12, try Build->'Transform All T4 Templates',
under VS'10 you'll have to find all AssemblyInfo.tt files and press right mouse button->'Run custom tool' on each one.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
We should create a batch build in VS that includes executing T4 templates, or instructions for build on the wiki. Instructions have to be maintained so I think it best to have a comprehensive build. So far it is not too complex, hope we can keep it that way.
Last edit: David Ragazzi 2013-04-12
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have the code cloned and am getting errors saying properties\assemblyinfo.cs cannot be found.
I'm running win7 x64 , fresh install of xna redist, visual studio express.
Hi,
thanks for feedback!
That's our handmade versioning drawback.
If you run VS'12, try Build->'Transform All T4 Templates',
under VS'10 you'll have to find all AssemblyInfo.tt files and press right mouse button->'Run custom tool' on each one.
We should create a batch build in VS that includes executing T4 templates, or instructions for build on the wiki. Instructions have to be maintained so I think it best to have a comprehensive build. So far it is not too complex, hope we can keep it that way.
Last edit: David Ragazzi 2013-04-12
Thanks! I spent a couple hours wrestling with google searches and trying to shoehorn everything together - this worked perfectly.
I fixed this problem yesterday. I removed Assembly infos from GitIgnore. Assembly infos only will uploaded if someone build T4 Templates again.