Skip to content

Commit fcf413d

Browse files
authored
Remove Setup project from solution (#3080)
* Migrate to slnx * Move Setup project to file instead of project in solution * Rename folder
1 parent 43c8e72 commit fcf413d

2 files changed

Lines changed: 23 additions & 120 deletions

File tree

src/ServicePulse.sln

Lines changed: 0 additions & 120 deletions
This file was deleted.

src/ServicePulse.slnx

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<Solution>
2+
<Folder Name="/Installer/">
3+
<File Path="Setup/Setup.csproj" />
4+
<Project Path="ServicePulse.Install.CustomActions/ServicePulse.Install.CustomActions.csproj" />
5+
</Folder>
6+
<Folder Name="/SmokeTesting/">
7+
<Project Path="SmokeTest.3rdParty/SmokeTest.3rdParty.csproj" />
8+
<Project Path="SmokeTest.Client/SmokeTest.Client.csproj" />
9+
<Project Path="SmokeTest.ClientNoHeartbeat/SmokeTest.ClientNoHeartbeat.csproj" />
10+
<Project Path="SmokeTest.Server/SmokeTest.Server.csproj" />
11+
<Project Path="SmokeTest.Shared/SmokeTest.Shared.csproj" />
12+
<Project Path="SmokeTest.SignalrClient/SmokeTest.SignalrClient.csproj" />
13+
</Folder>
14+
<Folder Name="/Solution Items/">
15+
<File Path="Custom.Build.props" />
16+
</Folder>
17+
<Project Path="Particular.PlatformSample.ServicePulse/Particular.PlatformSample.ServicePulse.csproj" />
18+
<Project Path="Particular.ServicePulse.Core/Particular.ServicePulse.Core.csproj" />
19+
<Project Path="ServicePulse.Host.Tests/ServicePulse.Host.Tests.csproj" />
20+
<Project Path="ServicePulse.Host/ServicePulse.Host.csproj" />
21+
<Project Path="ServicePulse.Tests/ServicePulse.Tests.csproj" />
22+
<Project Path="ServicePulse/ServicePulse.csproj" />
23+
</Solution>

0 commit comments

Comments
 (0)