Skip to content

Commit 98f5402

Browse files
committed
Update to SLNX.
1 parent 56ada0a commit 98f5402

File tree

3 files changed

+33
-121
lines changed

3 files changed

+33
-121
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function Clean() {
2121

2222
function Build() {
2323
function b($target, $check=$True) {
24-
dotnet msbuild /t:$target /p:Configuration=$Configuration /p:ContinuousIntegrationBuild=true "$baseDir\src\NETProvider.sln" /v:m /m
24+
dotnet msbuild /t:$target /p:Configuration=$Configuration /p:ContinuousIntegrationBuild=true "$baseDir\src\NETProvider.slnx" /v:m /m
2525
if ($check) {
2626
Check-ExitCode
2727
}

src/NETProvider.sln

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

src/NETProvider.slnx

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<Solution>
2+
<Folder Name="/EF6/">
3+
<Project Path="EntityFramework.Firebird.Tests/EntityFramework.Firebird.Tests.csproj" />
4+
<Project Path="EntityFramework.Firebird/EntityFramework.Firebird.csproj" />
5+
</Folder>
6+
<Folder Name="/EFCore/">
7+
<Project Path="FirebirdSql.EntityFrameworkCore.Firebird.FunctionalTests/FirebirdSql.EntityFrameworkCore.Firebird.FunctionalTests.csproj" />
8+
<Project Path="FirebirdSql.EntityFrameworkCore.Firebird.Tests/FirebirdSql.EntityFrameworkCore.Firebird.Tests.csproj" />
9+
<Project Path="FirebirdSql.EntityFrameworkCore.Firebird/FirebirdSql.EntityFrameworkCore.Firebird.csproj" />
10+
</Folder>
11+
<Folder Name="/Provider/">
12+
<Project Path="FirebirdSql.Data.External/FirebirdSql.Data.External.shproj" />
13+
<Project Path="FirebirdSql.Data.FirebirdClient.Tests/FirebirdSql.Data.FirebirdClient.Tests.csproj" />
14+
<Project Path="FirebirdSql.Data.FirebirdClient/FirebirdSql.Data.FirebirdClient.csproj" />
15+
</Folder>
16+
<Folder Name="/Provider/Perf/">
17+
<Project Path="Perf/Perf.csproj" />
18+
</Folder>
19+
<Folder Name="/Provider/Scratchpad/">
20+
<Project Path="Scratchpad/Scratchpad.csproj" />
21+
</Folder>
22+
<Folder Name="/Solution Items/">
23+
<File Path="Directory.Build.props" />
24+
<File Path="Versions.props" />
25+
</Folder>
26+
<Folder Name="/TestsBase/">
27+
<Project Path="FirebirdSql.Data.TestsBase/FirebirdSql.Data.TestsBase.shproj" />
28+
</Folder>
29+
<Properties Name="TextTemplating" Scope="PostLoad">
30+
<Property Name="TextTemplating" Value="1" />
31+
</Properties>
32+
</Solution>

0 commit comments

Comments
 (0)