sln-file Questions
9
Solved
When I run nuget restore from the command line, I get
Error parsing solution file at MyProject.sln: Exception has been thrown by the target of an invocation.
but restoring nuget packages from ...
2
Solved
When I do dotnet sln add {myProject.csproj} for a .NET Core/Standard project, it adds it as project type (I think) {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} instead of .NET Core's {9A19103F-16F7-4668-...
Potation asked 15/11, 2017 at 16:9
2
Solved
In some solutions I use direct references to internal projects during development and switch to nuget references for release. However, adding 30+ projects to new solutions manually is a tedious tas...
Tann asked 19/4, 2019 at 16:11
0
I have Solution(.sln) file , SLN have multiple project(.csproj). I need to publish all project in individual project Folder. I am using below powershell command , This below command publish all pro...
Araxes asked 27/8, 2021 at 11:23
3
I have VS 2008, 2010, and 2012 installed.
Initially, VS2013 Team Explorer was installed (Shell only). I uninstalled that.
Now, the Visual Studio Version Selector shows an empty list when executin...
Hedvige asked 14/12, 2014 at 18:12
1
Solved
I'm trying to comment some lines in .sln file temporarly, but I receive error:
"The selected file is a solution file, but appears to be corrupted and cannot be opened"
According to this blog comm...
Reservoir asked 22/2, 2019 at 16:13
1
Solved
We have developers that are using VS Code on Linux, Windows, and Mac. We also have developers that are using full Visual Studio on Windows. A problem arises when the former (including me) do not ad...
Cenobite asked 2/11, 2016 at 18:34
4
Solved
I had UnityVS 2013 working just fine. I installed VS 2015 and uninstalled VS 2013. I installed the new VS plugin for Unity and generated the project files.
I have installed the Unity3D plugin from...
Cartomancy asked 22/7, 2015 at 4:29
2
Solved
I have a solution file with a bunch of projects inside it. One of the projects is a Web Site Project.
I was going to upgrade from VS2012 to VS2013, and simply opened the .sln file in VS2013.
It do...
Fistulous asked 7/1, 2015 at 10:6
1
I have upgraded a project from VS 2013 to VS 2015. Everything works great, I can now open the same Project in both VS 2013 and VS 2015.
Now, with this new Roslyn compiler of VS 2015, I assume that...
Nuggar asked 4/11, 2015 at 9:32
1
Is it possible to make elements in a Visual Studio .sln file conditional?
Although the .sln file is oddly not in MSBuild or even XML format, I would love to use a similar syntax.
Project("{FAE04E...
1
© 2022 - 2024 — McMap. All rights reserved.