Skip to content

Commit

Permalink
fix: remove references to other projects (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
rvazarkar authored Mar 4, 2025
1 parent 475e39b commit 9fc1eb9
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions Sharphound.sln
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
VisualStudioVersion = 17.10.34928.147
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sharphound", "Sharphound.csproj", "{90A6822C-4336-433D-923F-F54CE66BA98F}"
ProjectSection(ProjectDependencies) = postProject
{B837B250-80BC-4086-B0DC-E43A956C3D1D} = {B837B250-80BC-4086-B0DC-E43A956C3D1D}
{FDC2F19A-5B0A-4F64-99E0-4CB18D7CD186} = {FDC2F19A-5B0A-4F64-99E0-4CB18D7CD186}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpHoundRPC", "..\SharpHoundCommon\src\SharpHoundRPC\SharpHoundRPC.csproj", "{FDC2F19A-5B0A-4F64-99E0-4CB18D7CD186}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpHoundCommonLib", "..\SharpHoundCommon\src\CommonLib\SharpHoundCommonLib.csproj", "{B837B250-80BC-4086-B0DC-E43A956C3D1D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -23,14 +15,6 @@ Global
{90A6822C-4336-433D-923F-F54CE66BA98F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90A6822C-4336-433D-923F-F54CE66BA98F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90A6822C-4336-433D-923F-F54CE66BA98F}.Release|Any CPU.Build.0 = Release|Any CPU
{FDC2F19A-5B0A-4F64-99E0-4CB18D7CD186}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FDC2F19A-5B0A-4F64-99E0-4CB18D7CD186}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FDC2F19A-5B0A-4F64-99E0-4CB18D7CD186}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FDC2F19A-5B0A-4F64-99E0-4CB18D7CD186}.Release|Any CPU.Build.0 = Release|Any CPU
{B837B250-80BC-4086-B0DC-E43A956C3D1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B837B250-80BC-4086-B0DC-E43A956C3D1D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B837B250-80BC-4086-B0DC-E43A956C3D1D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B837B250-80BC-4086-B0DC-E43A956C3D1D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 9fc1eb9

Please sign in to comment.