Skip to content

Commit 314d06c

Browse files
committed
organizes solution structure
moves schema and testing projects to misc folder.
1 parent 482ef9c commit 314d06c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/GitVersion.slnx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<Solution>
2+
<Folder Name="/misc/">
3+
<Project Path="GitVersion.Schema/GitVersion.Schema.csproj" />
4+
<Project Path="GitVersion.Testing/GitVersion.Testing.csproj" />
5+
</Folder>
26
<Folder Name="/modules/">
37
<Project Path="GitVersion.BuildAgents.Tests/GitVersion.BuildAgents.Tests.csproj" />
48
<Project Path="GitVersion.BuildAgents/GitVersion.BuildAgents.csproj" />
@@ -34,6 +38,4 @@
3438
<Project Path="GitVersion.Core/GitVersion.Core.csproj" />
3539
<Project Path="GitVersion.MsBuild.Tests/GitVersion.MsBuild.Tests.csproj" />
3640
<Project Path="GitVersion.MsBuild/GitVersion.MsBuild.csproj" />
37-
<Project Path="GitVersion.Schema/GitVersion.Schema.csproj" />
38-
<Project Path="GitVersion.Testing/GitVersion.Testing.csproj" />
3941
</Solution>

0 commit comments

Comments
 (0)