tom-englert/Wax

DMSDB.Context.tt is not need !but !!!

Closed this issue · 6 comments

You have to set its Property from "Build action : Content" to "Build action : None".

Wax is based on the csproj file, so files which are in "Build action : Content" would be detected, and that's a standard behaviour.

Thank you very much for your patience!
But the output is not "copied to the output directory" , so I think it should not be brought in wix!

Can you send me the project file, so I can check what goes wrong here?

WindowsFormsApplication5.pdf

i can't upload zip files , so download this file , rename plase!
this project file for #29 #28

\zh-Hans\EntityFramework.resources.dll" not include by wax , you can test for #29

Build action of the .tt files is "Content" - and all content will be reported by VS as project output, no matter if copy to output directory is checked or not.

You must change the build action to none.