Skip to content

Commit 35a7f81

Browse files
committed
Migrates to .slnx solution format
Updates the solution file format to .slnx. This change ensures better compatibility with newer versions of Visual Studio and improves the overall solution structure.
1 parent 0f56238 commit 35a7f81

File tree

3 files changed

+13
-42
lines changed

3 files changed

+13
-42
lines changed

.gitattributes

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
*.cmd text
2121
*.coffee text
2222
*.config text
23-
*.cs text diff=csharp
24-
*.csproj text merge=union
23+
*.cs text diff=csharp
24+
*.csproj text merge=union
2525
*.css text
2626
*.cshtml text
2727
*.htm text
@@ -37,8 +37,8 @@
3737
*.txt text
3838
*.vb text
3939
*.vbhtml text
40-
*.vbproj text merge=union
40+
*.vbproj text merge=union
4141
*.xml text
4242
*.xunit text
4343

44-
*.sln text eol=crlf merge=union
44+
*.slnx text eol=crlf merge=union

Exceptionless.DateTimeExtensions.sln

Lines changed: 0 additions & 38 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<Solution>
2+
<Folder Name="/Solution Items/">
3+
<File Path=".github/workflows/build.yml" />
4+
<File Path="build/common.props" />
5+
<File Path="README.md" />
6+
</Folder>
7+
<Project Path="src/Exceptionless.DateTimeExtensions/Exceptionless.DateTimeExtensions.csproj" />
8+
<Project Path="tests/Exceptionless.DateTimeExtensions.Tests/Exceptionless.DateTimeExtensions.Tests.csproj" />
9+
</Solution>

0 commit comments

Comments
 (0)