diff options
author | Matt Graeber <PowerShellMafia@users.noreply.github.com> | 2015-11-05 10:33:53 -0500 |
---|---|---|
committer | Matt Graeber <PowerShellMafia@users.noreply.github.com> | 2015-11-05 10:33:53 -0500 |
commit | 81b57738ab7d0d816622da7d5d220f3db379b26b (patch) | |
tree | a2e04d7052b99861172b76ea2925140350efbde6 /PowerSploit.sln | |
parent | 5065810c071a7cdbe5bd28384d35f0b8a90cabeb (diff) | |
download | PowerSploit-81b57738ab7d0d816622da7d5d220f3db379b26b.tar.gz PowerSploit-81b57738ab7d0d816622da7d5d220f3db379b26b.zip |
Adding Visual Studio 2015 project file
Those who wish to load this project into VS 2015 with Adam Driscoll's
PowerShell VS extension may now do so.
Diffstat (limited to 'PowerSploit.sln')
-rw-r--r-- | PowerSploit.sln | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/PowerSploit.sln b/PowerSploit.sln new file mode 100644 index 0000000..95ba465 --- /dev/null +++ b/PowerSploit.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.23107.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{F5034706-568F-408A-B7B3-4D38C6DB8A32}") = "PowerSploit", "PowerSploit.pssproj", "{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.Debug|Any CPU.ActiveCfg = Release|Any CPU + {6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.Debug|Any CPU.Build.0 = Release|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 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal |