私は、技術の基本的な知識と Web ベースの製品から来ている、やや複雑な 4 年間のWPF
プロジェクトの新人です。WPF
製品は常に 2 つのクライアント向けにリリースされており、ブランドが異なります。以下にいくつかの相違点を示します。
1. Images in the resources folder.
2. Change (name, target, icon) in the installer project.
3. Installer general properties > change {AddRemoveProgramsIcon , Product Name , Title}/
4. Installer UpgradeCode.
5. Update msi installer name.
6. Remove dlls from references.
7. Config. files: CommonAssemblyInfo.cs> change AssemblyTitle, AssemblyProduct
8. Search and replace in many String resources files.
では、これらの手動の手順のすべてまたはほとんどを自動的に実行する実行可能な方法はありますか? ビルド前およびビルド後のアクションに関する記事をいくつか見つけましたが、これまで試したことはありません。それが適切な解決策である場合、カバーされるポイントはいくつですか?
ありがとうございました。