pwned-search/csharp/pwned-search.sln
dmfabritius ff50927417 C# and PowerShell versions (#8)
* create C# folder

* C# version

* PowerShell version
2019-03-14 16:07:06 +00:00

26 lines
1.1 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.421
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "pwned-search", "pwned-search.csproj", "{16BC2AC9-DCDA-44B2-AA3C-3537CE769319}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{16BC2AC9-DCDA-44B2-AA3C-3537CE769319}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16BC2AC9-DCDA-44B2-AA3C-3537CE769319}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16BC2AC9-DCDA-44B2-AA3C-3537CE769319}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16BC2AC9-DCDA-44B2-AA3C-3537CE769319}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8A16037A-221E-4C67-9C1A-348C35C8DA98}
EndGlobalSection
EndGlobal