Skip to content

Commit ad2f778

Browse files
authored
Merge pull request #32 from dorssel/slnx
Migrate to XML solution
2 parents 85f804c + 7de562e commit ad2f778

8 files changed

Lines changed: 202 additions & 229 deletions

.editorconfig

Lines changed: 173 additions & 174 deletions
Large diffs are not rendered by default.

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*.json text
1616
*.yml text
1717

18-
*.sln text
18+
*.slnx text
1919
*.csproj text
2020
*.cs text eol=crlf
2121
*.props text
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
csproj
2+
Dorssel
3+
gitversion
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: 2025 Frans van Dorsselaer
2+
3+
SPDX-License-Identifier: MIT

UnitTests/UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ SPDX-License-Identifier: MIT
1717
<!-- Required for (Live) Unit Testing -->
1818
<Content Include="$(GitVersionOutputFile)" Link="gitversion.json" CopyToOutputDirectory="PreserveNewest" Visible="false" />
1919
</ItemGroup>
20-
20+
2121
<ItemGroup>
2222
<ProjectReference Include="..\GitVersion.MsBuild\GitVersion.MsBuild.csproj" />
2323
</ItemGroup>

gitversion-msbuild.sln

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

gitversion-msbuild.sln.license

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

gitversion-msbuild.slnx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2025 Frans van Dorsselaer
3+
4+
SPDX-License-Identifier: MIT
5+
-->
6+
<Solution>
7+
<Folder Name="/Solution Items/">
8+
<File Path=".editorconfig" />
9+
<File Path=".gitattributes" />
10+
<File Path=".gitignore" />
11+
<File Path="Directory.Build.props" />
12+
<File Path="Directory.Build.targets" />
13+
<File Path="Directory.Packages.props" />
14+
<File Path="GitVersion.yml" />
15+
<File Path="global.json" />
16+
<File Path="README.md" />
17+
</Folder>
18+
<Project Path="Example/Example.csproj" />
19+
<Project Path="GitVersion.MsBuild/GitVersion.MsBuild.csproj" />
20+
<Project Path="UnitTests/UnitTests.csproj" />
21+
</Solution>

0 commit comments

Comments
 (0)