-1
For the second time, man .csproj.user
was detonated. I don’t know why this has happened or what can influence this file. Well, this is a new project I did, using the .Net Standard
. When I open the .csproj.user
I have it:
NULLNULLNULLNULLNULLNULL...
. I have another project that was left, but the Android project is exactly like mine and the .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 the TFS he came, in reality the two: .csproj
and the .csproj.user
. I honestly don’t know why that last one .csproj.user
I don’t know what he does and what it’s for. Even lowering the .csproj
my project does not run, it is not loaded and even giving Load it remains outside the project. What can I do in this sense? It is a project Android
with Xamarin.Forms
and project .Net Standard
.
I tried a solution: I rewrote the
.csproj.user
by a working. Now Android is loaded, but missing some things, among them theMainActivity
. I can copy and paste theMainActivity
in the folder ofAndroid
?– pnet
delete .csproj.user file and reopen the project by . csproj from the built-in project manager
– Jamite Ngola