Skip to content

Commit 70447c6

Browse files
authored
Merge pull request #21026 from michaelnebel/csharp/migratesolution
C#: Migrate our own solution file to `.slnx`.
2 parents 93e8534 + e417938 commit 70447c6

File tree

3 files changed

+27
-120
lines changed

3 files changed

+27
-120
lines changed

csharp/.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"omnisharp.enableRoslynAnalyzers": true,
1111
"csharpFormatUsings.splitGroups": false,
1212
"csharpFormatUsings.sortOrder": "Xunit System Microsoft Semmle.Util Semmle",
13-
"dotnet.defaultSolution": "CSharp.sln"
14-
}
13+
"dotnet.defaultSolution": "CSharp.slnx"
14+
}

csharp/CSharp.sln

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

csharp/CSharp.slnx

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<Solution>
2+
<Project Path="autobuilder/Semmle.Autobuild.Cpp.Tests/Semmle.Autobuild.Cpp.Tests.csproj">
3+
<Build Solution="Release|*" Project="false" />
4+
</Project>
5+
<Project Path="autobuilder/Semmle.Autobuild.Cpp/Semmle.Autobuild.Cpp.csproj" />
6+
<Project Path="autobuilder/Semmle.Autobuild.CSharp.Tests/Semmle.Autobuild.CSharp.Tests.csproj">
7+
<Build Solution="Release|*" Project="false" />
8+
</Project>
9+
<Project Path="autobuilder/Semmle.Autobuild.CSharp/Semmle.Autobuild.CSharp.csproj" />
10+
<Project Path="autobuilder/Semmle.Autobuild.Shared/Semmle.Autobuild.Shared.csproj" />
11+
<Project Path="extractor/Semmle.Extraction.CSharp.DependencyFetching/Semmle.Extraction.CSharp.DependencyFetching.csproj" />
12+
<Project Path="extractor/Semmle.Extraction.CSharp.DependencyStubGenerator/Semmle.Extraction.CSharp.DependencyStubGenerator.csproj" />
13+
<Project Path="extractor/Semmle.Extraction.CSharp.Driver/Semmle.Extraction.CSharp.Driver.csproj" />
14+
<Project Path="extractor/Semmle.Extraction.CSharp.Standalone/Semmle.Extraction.CSharp.Standalone.csproj" />
15+
<Project Path="extractor/Semmle.Extraction.CSharp.StubGenerator/Semmle.Extraction.CSharp.StubGenerator.csproj" />
16+
<Project Path="extractor/Semmle.Extraction.CSharp.Util/Semmle.Extraction.CSharp.Util.csproj" />
17+
<Project Path="extractor/Semmle.Extraction.CSharp/Semmle.Extraction.CSharp.csproj" />
18+
<Project Path="extractor/Semmle.Extraction.Tests/Semmle.Extraction.Tests.csproj">
19+
<Build Solution="Release|*" Project="false" />
20+
</Project>
21+
<Project Path="extractor/Semmle.Util.Tests/Semmle.Util.Tests.csproj">
22+
<Build Solution="Release|*" Project="false" />
23+
</Project>
24+
<Project Path="extractor/Semmle.Util/Semmle.Util.csproj" />
25+
</Solution>

0 commit comments

Comments
 (0)