.SHPROJ 文件扩展名
Visual Studio Code Sharing App Project
| 开发者 | Microsoft |
| 受欢迎程度 |
2.0 | 1 票 |
什么是 SHPROJ 文件?
An SHPROJ file is a code sharing app project created by Microsoft Visual Studio, a software development tool used to develop Windows programs and web applications. It allows developers in Visual Studio to create multiple applications that use the same source code. SHPROJ files store the paths to source files, such as .XAML, .JS, or .C files, in XML format.
更多信息
Developers can reference the SHPROJ shared project file in their assemblies to include the source files stored in the SHPROJ file. Shared projects are especially helpful for developing cross-platform projects that share the same source code. For example, an SHPROJ file can be used to store source files referenced in the development of a Windows Phone app and a Windows 10 app.
注: SHPROJ files cannot be compiled like other Visual Studio project files.