-
[WPF] Pre-build event/post-build eventC#/WPF 2023. 10. 17. 09:54
프로젝트 폴더 내의 dll 파일 OutputDirectory로 복사
Create the project. Add one file as Content. Unload the project and edit the *proj file manually. <ItemGroup> <Content Include="myfolder**\*.dll**"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> </ItemGroup>
- Never
- Always
- PreserveNewest
728x90'C# > WPF' 카테고리의 다른 글
[WPF] TreeView (0) 2023.11.21 [WPF] ObservableCollection<> Binding (0) 2023.11.02 [WPF] MEF (1) 2023.10.11 [WPF] gRPC ChatService Example (0) 2023.10.11 [WPF] Module Include Assembly .dll Copy to Working Directory (0) 2023.08.30 댓글