Skip to content

Commit b28a460

Browse files
authored
Remove Setup project from solution (#1691)
* Migrate to slnx * Add Setup.csproj as file instead of project
1 parent db2c0fb commit b28a460

2 files changed

Lines changed: 10 additions & 57 deletions

File tree

src/ServiceInsight.sln

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

src/ServiceInsight.slnx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<Solution>
2+
<Folder Name="/Solution Items/">
3+
<File Path="Custom.Build.props" />
4+
<File Path="Setup/Setup.csproj" />
5+
</Folder>
6+
<Project Path="ServiceInsight.CustomViewer.Plugin/ServiceInsight.CustomViewer.Plugin.csproj" />
7+
<Project Path="ServiceInsight.Sdk/ServiceInsight.Sdk.csproj" />
8+
<Project Path="ServiceInsight.Tests/ServiceInsight.Tests.csproj" />
9+
<Project Path="ServiceInsight/ServiceInsight.csproj" />
10+
</Solution>

0 commit comments

Comments
 (0)