copy "$(TargetPath)" "$(ProjectDir)..\XXX\$(OutDir)"Post Build Event for XmlSerialiser Projects Add to PostBuild for the project:
"$(DevEnvDir)..\..\SDK\v2.0\Bin\sgen.exe" "$(TargetPath)" copy "$(TargetDir)$(TargetName).XmlSerializers.dll" "$(ProjectDir)..\XXX\bin\Debug\"
No comments:
Post a Comment