Skip to content

Commit 89de0d8

Browse files
committed
Migrate to SLNX
1 parent f77fd97 commit 89de0d8

File tree

2 files changed

+22
-94
lines changed

2 files changed

+22
-94
lines changed

MSBuild.Sdk.SqlProj.sln

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

MSBuild.Sdk.SqlProj.slnx

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<Solution>
2+
<Configurations>
3+
<Platform Name="Any CPU" />
4+
<Platform Name="x64" />
5+
<Platform Name="x86" />
6+
</Configurations>
7+
<Folder Name="/Solution Items/">
8+
<File Path=".editorconfig" />
9+
<File Path=".github/workflows/main.yml" />
10+
<File Path="Directory.Build.props" />
11+
<File Path="README.md" />
12+
<File Path="version.json" />
13+
</Folder>
14+
<Folder Name="/src/">
15+
<Project Path="src/DacpacTool/DacpacTool.csproj" />
16+
<Project Path="src/MSBuild.Sdk.SqlProj/MSBuild.Sdk.SqlProj.csproj" />
17+
</Folder>
18+
<Folder Name="/test/">
19+
<Project Path="test/DacpacTool.Tests/DacpacTool.Tests.csproj" />
20+
<Project Path="test/TestProject/TestProject.csproj" />
21+
</Folder>
22+
</Solution>

0 commit comments

Comments
 (0)