Skip to content

Commit

Permalink
updated solutions for build/scan
Browse files Browse the repository at this point in the history
  • Loading branch information
nibblesnbits committed Feb 5, 2018
1 parent 2f77270 commit 43e58d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions AnyQ.Coverity.sln
Expand Up @@ -11,6 +11,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AnyQ.Jobs", "AnyQ.Jobs\AnyQ
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AnyQ.Formatters.Json", "AnyQ.Formatters.Json\AnyQ.Formatters.Json.csproj", "{0441AC29-6869-4412-98C5-4C3315C1208E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AnyQ.Queues.Msmq", "AnyQ.Queues.Msmq\AnyQ.Queues.Msmq.csproj", "{68B79E42-499D-4BBD-95E7-627D85F32582}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -33,6 +35,10 @@ Global
{0441AC29-6869-4412-98C5-4C3315C1208E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0441AC29-6869-4412-98C5-4C3315C1208E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0441AC29-6869-4412-98C5-4C3315C1208E}.Release|Any CPU.Build.0 = Release|Any CPU
{68B79E42-499D-4BBD-95E7-627D85F32582}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68B79E42-499D-4BBD-95E7-627D85F32582}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68B79E42-499D-4BBD-95E7-627D85F32582}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68B79E42-499D-4BBD-95E7-627D85F32582}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
6 changes: 0 additions & 6 deletions AnyQ.sln
Expand Up @@ -13,8 +13,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AnyQ.Tests", "AnyQ.Tests\An
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AnyQ.Formatters.Json", "AnyQ.Formatters.Json\AnyQ.Formatters.Json.csproj", "{0441AC29-6869-4412-98C5-4C3315C1208E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AnyQ.Queues.Msmq", "AnyQ.Queues.Msmq\AnyQ.Queues.Msmq.csproj", "{68B79E42-499D-4BBD-95E7-627D85F32582}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -41,10 +39,6 @@ Global
{0441AC29-6869-4412-98C5-4C3315C1208E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0441AC29-6869-4412-98C5-4C3315C1208E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0441AC29-6869-4412-98C5-4C3315C1208E}.Release|Any CPU.Build.0 = Release|Any CPU
{68B79E42-499D-4BBD-95E7-627D85F32582}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68B79E42-499D-4BBD-95E7-627D85F32582}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68B79E42-499D-4BBD-95E7-627D85F32582}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68B79E42-499D-4BBD-95E7-627D85F32582}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 43e58d6

Please sign in to comment.