-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNetForge.slnx
More file actions
15 lines (14 loc) · 655 Bytes
/
Copy pathNetForge.slnx
File metadata and controls
15 lines (14 loc) · 655 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<Solution>
<Folder Name="/tests/">
<Project Path="tests/Tests.Unit/NetForge.Tests.Unit.csproj" />
<Project Path="tests/Tests.Integration/NetForge.Tests.Integration.csproj" />
</Folder>
<Project Path="netforge.client/netforge.client.esproj">
<Build />
<Deploy />
</Project>
<!-- DefaultStartup makes VS pick the ASP.NET Core host as the run target on first open (F5),
instead of defaulting to the .esproj client. Fixes it for the native 'Create a new project'
dialog too (our extension wizard can't reach that path). -->
<Project Path="NetForge.Server/NetForge.Server.csproj" DefaultStartup="true" />
</Solution>