You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For instance in Unity projects there's two csproj files: Assembly-CSharp-Editor.csproj and Assembly-CSharp.csproj
While some of the files should be added toAssembly-CSharp.csproj, others should be added to Assembly-CSharp-Editor.csproj.
Prompting to add file to one csproj, while ignoring another would be nice.
Supplying multiple options in the file drop-down menu would also be nice.
The text was updated successfully, but these errors were encountered:
For instance in Unity projects there's two csproj files:
Assembly-CSharp-Editor.csproj
andAssembly-CSharp.csproj
While some of the files should be added to
Assembly-CSharp.csproj
, others should be added toAssembly-CSharp-Editor.csproj
.Prompting to add file to one csproj, while ignoring another would be nice.
Supplying multiple options in the file drop-down menu would also be nice.
The text was updated successfully, but these errors were encountered: