Questions tagged [.xproj]

The xproj file extension is related to the Microsoft Visual Studio, an integrated development tool for Microsoft Windows operating system.

References:

https://www.file-extensions.org/xproj-file-extension

10 questions
7
votes
1 answer

How to open .xproj file in VS2017/2015

I am having a .NET core Project with extension .xproj. When I open the project in VS 2017, the project file .xproj migrated to .csproj. How to open the .xproj file Visual studio 2017 / 2015? Do I need to install any tools? When I tried to open the…
Saravana Kumar
  • 3,669
  • 5
  • 15
  • 35
3
votes
1 answer

Sonarqube support for ‘.Net Core’ (with .xproj extention) projects

Anyone has any idea on whether ‘.Net Core’ (with .xproj extention) projects are supported by Sonarqube v4.x or v5.x (C# plugin version 5.2)? Though there is no error message in SonarQube Scanner log file, all our .xproj files are listed under…
Coc
  • 437
  • 1
  • 3
  • 19
1
vote
0 answers

xunit runner is not discovering test cases in Azure DevOps build pipline

I have a Web Application which was created on v4.6.1 framework and Visual Studio 2015 (.xproj and project.json combination). We have built the CI/CD pipeline using Azure DevOps where we are trying to execute the XUnit test cases. XUnit runner is not…
Sakthi
  • 9
  • 4
1
vote
0 answers

csproj and n-tier application

In my application have at least 3 layers/tiers; like Data, Business, Web. As the project was created in xproj format, I'm seeing the "Data" references in the "Web" tier. This was not happening in csproj. How do I isolate better?
0
votes
1 answer

How to run .xproj file in vs2019

I have .xproj project and Visual Studio throws "This project is incompatible with the current edition of Visual Studio" exception. How can I run this project?
efeozkesici
  • 455
  • 1
  • 7
  • 14
0
votes
0 answers

Framework 4.6.1 not showing in Visual Studio 2015

I have a windows 10 pro PC, which had Visual Studio 2017. For a project requirement, I uninstalled that and installed VS2015 update 3. (which was supposed to already have .NET Framework 4.6.1), but it did not!!!. I manually downloaded and installed…
sukesh
  • 2,379
  • 12
  • 56
  • 111
0
votes
1 answer

Copy output binaries to custom path for xproj

I have solution with about 50 projects. The projects have 2 target frameworks: netcore1.1 and .net 4.6. All the projects are based on xproj. So as build result I have binaries in bin/$configuration/$targetfw/. F.ex. in my case I have binaries in…
vitm
  • 473
  • 1
  • 3
  • 12
0
votes
1 answer

save integration test mapping of appsettings.json on moving from xproj,porject.json to csproj

I am trying to migrate my sln from xproj+project.json to csproj. I had on my project.json for my integration test project: "buildOptions": { "copyToOutput": { "mappings": { "appsettings.json": "../../src/WebApp/appsettings.json", …
arielorvits
  • 5,235
  • 8
  • 36
  • 61
0
votes
1 answer

Visual Studio for Mac

Installed the Visual Studio for Mac just now and when I go to open my .Net Core solution that was created on a windows machine I get these errors: “Unknown Solution Item Type” All of these errors are happening with my .xproj files. Any ideas? I…
Robert Wojtow
  • 321
  • 2
  • 3
  • 8
0
votes
0 answers

AspNetCore - .xproj output path

I have been trying to step through some of the open source MVC/ASP.NET core code, but each time I stumble across some new project, after doing a git clone, I need to edit .xproj file to change the following output
Michal Ciechan
  • 13,492
  • 11
  • 76
  • 118