WebView2 통합 및 Fixed Version 배포 방식 구현

- WebView2 Fixed Version 지원 추가 (오프라인 환경 대응)
- Frm_WebManual에 InitializeWebView2Async() 구현
  - WebView2Runtime 폴더 우선 사용 (Fixed Version)
  - 시스템 런타임으로 폴백
- MdiMain에 CheckWebView2Runtime() 추가
- Setup1.vdproj에 .NET Framework 4.8 배포 설정 반영
- .gitignore에 WebView2Runtime/, WebView2Data/ 추가
- claudedocs/WebView2_Deployment_Guide.md 배포 가이드 추가
  - Fixed Version 다운로드 및 배포 방법
  - 테스트 및 문제 해결 가이드

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-10-10 16:53:42 +09:00
parent 6cd2abe560
commit 40842778e0
6 changed files with 211 additions and 734 deletions

8
.gitignore vendored
View File

@@ -8,3 +8,11 @@ obj
/Setup1/Debug
/Dotfuscated
UpgradeLog.htm
Packages
.vs
/NUL
# WebView2 Runtime (Fixed Version - 약 100-150MB, 설치 프로그램에 포함)
WebView2Runtime/
# WebView2 User Data (캐시, 쿠키 등 - 런타임 시 자동 생성)
WebView2Data/