For the second time my .csproj.user
was detonated. I do not know why this has happened or what can influence this file. Well, this is a new project I did, using .Net Standard
. When I open .csproj.user
I have this:
NULLNULLNULLNULLNULLNULL...
. I have another project that was left, but the Android project is just like mine and .csproj.user
is like this.
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<SelectedDevice>Samsung SM-J500M</SelectedDevice>
<DefaultDevice>VisualStudio_android-23_x86_phone</DefaultDevice>
</PropertyGroup>
</Project>
Now before, there was no file .csproj
. After downloading from TFS it actually came in both: .csproj
and .csproj.user
. I honestly do not know why the latter .csproj.user
do not know what he does and what he does. Even by downloading .csproj
my project does not run, it is not loaded and even giving reload it continues out of the project. What can I do in that regard? It is a Android
project with Xamarin.Forms
and project .Net Standard
.