Skip to content

Commit c40c9ae

Browse files
committed
Add new project to solution
1 parent 7f83a80 commit c40c9ae

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Nerdbank.GitVersioning.sln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cake.GitVersioning", "Cake.
3232
EndProject
3333
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nerdbank.GitVersioning.Benchmarks", "NerdBank.GitVersioning.Benchmarks\Nerdbank.GitVersioning.Benchmarks.csproj", "{B0B7955D-E51F-4091-BF7F-55D07D381D15}"
3434
EndProject
35+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cake.GitVersioning.Tests", "Cake.GitVersioning.Tests\Cake.GitVersioning.Tests.csproj", "{D68829FE-24D8-4ADD-8525-17F47C6FE257}"
36+
EndProject
3537
Global
3638
GlobalSection(SolutionConfigurationPlatforms) = preSolution
3739
Debug|Any CPU = Debug|Any CPU
@@ -64,6 +66,10 @@ Global
6466
{B0B7955D-E51F-4091-BF7F-55D07D381D15}.Debug|Any CPU.Build.0 = Debug|Any CPU
6567
{B0B7955D-E51F-4091-BF7F-55D07D381D15}.Release|Any CPU.ActiveCfg = Release|Any CPU
6668
{B0B7955D-E51F-4091-BF7F-55D07D381D15}.Release|Any CPU.Build.0 = Release|Any CPU
69+
{D68829FE-24D8-4ADD-8525-17F47C6FE257}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
70+
{D68829FE-24D8-4ADD-8525-17F47C6FE257}.Debug|Any CPU.Build.0 = Debug|Any CPU
71+
{D68829FE-24D8-4ADD-8525-17F47C6FE257}.Release|Any CPU.ActiveCfg = Release|Any CPU
72+
{D68829FE-24D8-4ADD-8525-17F47C6FE257}.Release|Any CPU.Build.0 = Release|Any CPU
6773
EndGlobalSection
6874
GlobalSection(SolutionProperties) = preSolution
6975
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)