Skip to content

Commit 7347a0d

Browse files
committed
Switched to slnx
1 parent 9932a2f commit 7347a0d

File tree

3 files changed

+42
-156
lines changed

3 files changed

+42
-156
lines changed

Thinktecture.EntityFrameworkCore.sln

Lines changed: 0 additions & 155 deletions
This file was deleted.
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<Solution>
2+
<Folder Name="/assets/">
3+
<File Path=".editorconfig" />
4+
<File Path=".gitattributes" />
5+
<File Path=".github/workflows/main.yml" />
6+
<File Path=".gitignore" />
7+
<File Path="azure-pipelines.yml" />
8+
<File Path="ci/ci.ps1" />
9+
<File Path="Directory.Build.props" />
10+
<File Path="Directory.Packages.props" />
11+
<File Path="global.json" />
12+
<File Path="icon.png" />
13+
<File Path="LICENSE.md" />
14+
<File Path="README.md" />
15+
</Folder>
16+
<Folder Name="/samples/">
17+
<File Path="samples/Directory.Build.props" />
18+
<Project Path="samples/Thinktecture.EntityFrameworkCore.Benchmarks/Thinktecture.EntityFrameworkCore.Benchmarks.csproj" />
19+
<Project Path="samples/Thinktecture.EntityFrameworkCore.Sqlite.Samples/Thinktecture.EntityFrameworkCore.Sqlite.Samples.csproj" />
20+
<Project Path="samples/Thinktecture.EntityFrameworkCore.SqlServer.Samples/Thinktecture.EntityFrameworkCore.SqlServer.Samples.csproj" />
21+
</Folder>
22+
<Folder Name="/src/">
23+
<File Path="src/Directory.Build.props" />
24+
<Project Path="src/Thinktecture.EntityFrameworkCore.BulkOperations/Thinktecture.EntityFrameworkCore.BulkOperations.csproj" />
25+
<Project Path="src/Thinktecture.EntityFrameworkCore.Relational/Thinktecture.EntityFrameworkCore.Relational.csproj" />
26+
<Project Path="src/Thinktecture.EntityFrameworkCore.Sqlite.Testing/Thinktecture.EntityFrameworkCore.Sqlite.Testing.csproj" />
27+
<Project Path="src/Thinktecture.EntityFrameworkCore.Sqlite/Thinktecture.EntityFrameworkCore.Sqlite.csproj" />
28+
<Project Path="src/Thinktecture.EntityFrameworkCore.SqlServer.Testing/Thinktecture.EntityFrameworkCore.SqlServer.Testing.csproj" />
29+
<Project Path="src/Thinktecture.EntityFrameworkCore.SqlServer/Thinktecture.EntityFrameworkCore.SqlServer.csproj" />
30+
<Project Path="src/Thinktecture.EntityFrameworkCore.Testing/Thinktecture.EntityFrameworkCore.Testing.csproj" />
31+
</Folder>
32+
<Folder Name="/tests/">
33+
<File Path="tests/Directory.Build.props" />
34+
<Project Path="tests/Thinktecture.EntityFrameworkCore.BulkOperations.Tests/Thinktecture.EntityFrameworkCore.BulkOperations.Tests.csproj" />
35+
<Project Path="tests/Thinktecture.EntityFrameworkCore.Relational.Tests/Thinktecture.EntityFrameworkCore.Relational.Tests.csproj" />
36+
<Project Path="tests/Thinktecture.EntityFrameworkCore.Sqlite.Tests/Thinktecture.EntityFrameworkCore.Sqlite.Tests.csproj" />
37+
<Project Path="tests/Thinktecture.EntityFrameworkCore.SqlServer.Tests/Thinktecture.EntityFrameworkCore.SqlServer.Tests.csproj" />
38+
<Project Path="tests/Thinktecture.EntityFrameworkCore.TestHelpers/Thinktecture.EntityFrameworkCore.TestHelpers.csproj" />
39+
<Project Path="tests/Thinktecture.EntityFrameworkCore.Testing.Tests/Thinktecture.EntityFrameworkCore.Testing.Tests.csproj" />
40+
</Folder>
41+
</Solution>

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ trigger:
66
- releases/*
77

88
variables:
9-
solution: 'Thinktecture.EntityFrameworkCore.sln'
9+
solution: 'Thinktecture.EntityFrameworkCore.slnx'
1010
buildConfiguration: 'Release'
1111
SourceBranchName: '$(Build.SourceBranchName)'
1212

0 commit comments

Comments
 (0)