feat: 编译

This commit is contained in:
381848900@qq.com 2025-03-09 18:37:14 +08:00
parent 3816431b47
commit b455ab3650

View File

@ -0,0 +1,4 @@
```bash
msbuild /t:clean /t:build KernelCommunication.vcxproj /p:Configuration="Debug" /p:Platform=Win32 /p:TargetVersion="Windows7"
```