tom-englert / Wax

An interactive editor for WiX setup projects.
MIT License
219 stars 25 forks source link

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

Closed maikebing closed 7 years ago

maikebing commented 7 years ago

tt tt2

Leogiciel commented 7 years ago

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.

maikebing commented 7 years ago

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!

tom-englert commented 7 years ago

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

maikebing commented 7 years ago

WindowsFormsApplication5.pdf

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

maikebing commented 7 years ago

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

tom-englert commented 7 years ago

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.