Skip to content

Commit

Permalink
Remove PSModule from solution.
Browse files Browse the repository at this point in the history
  • Loading branch information
chemodax committed Jan 5, 2024
1 parent d85146f commit 66bb5c7
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions pbench.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@ VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pbench", "pbench\pbench.vcxproj", "{EDBDD074-5636-42BF-9326-A53E35898078}"
EndProject
Project("{F5034706-568F-408A-B7B3-4D38C6DB8A32}") = "PSModule", "PSModule\PSModule.pssproj", "{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}"
EndProject
Project("{B7DD6F7E-DEF8-4E67-B5B7-07EF123DB6F0}") = "Installer", "Installer\Installer.wixproj", "{8F5FA89A-4551-4584-AA0C-086656EB4FC6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EB5CE9DD-0F74-4C98-A346-48EA1D511670}"
ProjectSection(SolutionItems) = preProject
Directory.build.props = Directory.build.props
Version.props = Version.props
README.md = README.md
Version.props = Version.props
EndProjectSection
EndProject
Global
Expand Down Expand Up @@ -42,18 +40,6 @@ Global
{EDBDD074-5636-42BF-9326-A53E35898078}.Release|x64.Build.0 = Release|Win32
{EDBDD074-5636-42BF-9326-A53E35898078}.Release|x86.ActiveCfg = Release|Win32
{EDBDD074-5636-42BF-9326-A53E35898078}.Release|x86.Build.0 = Release|Win32
{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.Debug|ARM64.ActiveCfg = Debug|Any CPU
{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.Debug|x64.ActiveCfg = Debug|Any CPU
{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.Debug|x86.ActiveCfg = Debug|Any CPU
{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.Debug|x86.Build.0 = Debug|Any CPU
{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.Release|Any CPU.Build.0 = Release|Any CPU
{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.Release|ARM64.ActiveCfg = Release|Any CPU
{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.Release|x64.ActiveCfg = Release|Any CPU
{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.Release|x86.ActiveCfg = Release|Any CPU
{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.Release|x86.Build.0 = Release|Any CPU
{8F5FA89A-4551-4584-AA0C-086656EB4FC6}.Debug|Any CPU.ActiveCfg = Debug|x64
{8F5FA89A-4551-4584-AA0C-086656EB4FC6}.Debug|Any CPU.Build.0 = Debug|x64
{8F5FA89A-4551-4584-AA0C-086656EB4FC6}.Debug|ARM64.ActiveCfg = Debug|ARM64
Expand All @@ -75,7 +61,7 @@ Global
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
VisualSVNWorkingCopyRoot = .
SolutionGuid = {6FC286BE-3FC2-4C87-BB2C-F9E1F24D5591}
VisualSVNWorkingCopyRoot = .
EndGlobalSection
EndGlobal

0 comments on commit 66bb5c7

Please sign in to comment.