Skip to content

Commit

Permalink
Added FluentValidation to RCommon Solution file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmwebb-lv committed May 6, 2024
1 parent b90a850 commit acd9e36
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Src/RCommon.sln
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Build", "..\Build\Build.csp
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_Build", "_Build", "{206A03B9-635F-4811-8519-8B02170B8CB3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Validation", "Validation", "{65E88F7E-066C-4A7F-BE19-83565D65873A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RCommon.FluentValidation", "RCommon.FluentValidation\RCommon.FluentValidation.csproj", "{67456010-8054-4F45-9CCA-F21B70BB6F3F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -183,6 +187,10 @@ Global
{397769BB-08F3-44DE-9BE6-90A73E0ABB76}.Release|Any CPU.Build.0 = Release|Any CPU
{A83FB80E-2B41-403E-9529-FF0FA8E74045}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A83FB80E-2B41-403E-9529-FF0FA8E74045}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67456010-8054-4F45-9CCA-F21B70BB6F3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67456010-8054-4F45-9CCA-F21B70BB6F3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67456010-8054-4F45-9CCA-F21B70BB6F3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67456010-8054-4F45-9CCA-F21B70BB6F3F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -211,6 +219,7 @@ Global
{FC484848-D719-4AAD-91B0-EDDC434F946E} = {EF78B8EE-80FF-45DE-9B82-352953B361A8}
{397769BB-08F3-44DE-9BE6-90A73E0ABB76} = {6D73446A-6E32-4324-B524-E054334B394B}
{A83FB80E-2B41-403E-9529-FF0FA8E74045} = {206A03B9-635F-4811-8519-8B02170B8CB3}
{67456010-8054-4F45-9CCA-F21B70BB6F3F} = {65E88F7E-066C-4A7F-BE19-83565D65873A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0B0CD26D-8067-4667-863E-6B0EE7EDAA42}
Expand Down

0 comments on commit acd9e36

Please sign in to comment.