Skip to content

Commit

Permalink
Remove Benchmark from Main Solution
Browse files Browse the repository at this point in the history
tomohisa committed Dec 26, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent f2bb0d2 commit 23e87cb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Sekiban.sln
Original file line number Diff line number Diff line change
@@ -93,8 +93,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pure.Domain", "internalUsag
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pure.Domain.Test", "tests\Pure.Domain.Test\Pure.Domain.Test.csproj", "{51DF08A1-D72A-476E-80EC-77257CAD3132}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pure.Domain.Benchmark.Test", "tests\Pure.Domain.Benchmark.Test\Pure.Domain.Benchmark.Test.csproj", "{C6E3FBA3-50E5-4DB4-9BF3-9CD3C2496D41}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -265,10 +263,6 @@ Global
{51DF08A1-D72A-476E-80EC-77257CAD3132}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51DF08A1-D72A-476E-80EC-77257CAD3132}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51DF08A1-D72A-476E-80EC-77257CAD3132}.Release|Any CPU.Build.0 = Release|Any CPU
{C6E3FBA3-50E5-4DB4-9BF3-9CD3C2496D41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6E3FBA3-50E5-4DB4-9BF3-9CD3C2496D41}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6E3FBA3-50E5-4DB4-9BF3-9CD3C2496D41}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6E3FBA3-50E5-4DB4-9BF3-9CD3C2496D41}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@@ -315,7 +309,6 @@ Global
{5D33366F-B87C-4B97-B5D5-03DE86FD1A8D} = {76D7B2DA-2E6B-4078-AC01-B29BCA83411A}
{59FE4616-6610-48AE-A44A-2AC2E1D27A05} = {B85F80AE-6A27-402C-93FA-352D938EDA8D}
{51DF08A1-D72A-476E-80EC-77257CAD3132} = {4C34F748-F223-44DD-899D-029F9CEF7780}
{C6E3FBA3-50E5-4DB4-9BF3-9CD3C2496D41} = {4C34F748-F223-44DD-899D-029F9CEF7780}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2DFBE53E-69A7-453A-8D20-72271AE32016}

0 comments on commit 23e87cb

Please sign in to comment.