简体   繁体   中英

how to covert an .xproj file into .csproj file?

I am trying to build repository on linux/mono (autofac project). It contain .xproj file, but I am unable to build it with xbuild. How to convert xproj into .csproj ? (If there is no any tool, then i will recreate csproj from nothing or from older version (if there is one), but i want to know about automated translation)

.xproj is an MSBuild file for dnx projects. It's a partial replacement for the csproj file. The dependencies have been moved out altogether to a project.json file, leaving just the build instructions in the xproj file.

Look at this: http://ivanz.com/2016/05/17/farewell-project-json-hello-msbuild-and-csproj

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM