-
Notifications
You must be signed in to change notification settings - Fork 9
/
PSHostsFile.sln
31 lines (31 loc) · 1.62 KB
/
PSHostsFile.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PSHostsFile", "PSHostsFile\PSHostsFile.csproj", "{414C9C89-E5C9-426E-A2E9-DA0A755372C0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PSHostsFileTest", "PSHostsFileTest\PSHostsFileTest.csproj", "{60B55F08-B5A2-4508-B7F7-C32DD637745C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6BEA3120-959E-4399-82AD-52A51AE06659}"
ProjectSection(SolutionItems) = preProject
default.ps1 = default.ps1
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{414C9C89-E5C9-426E-A2E9-DA0A755372C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{414C9C89-E5C9-426E-A2E9-DA0A755372C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{414C9C89-E5C9-426E-A2E9-DA0A755372C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{414C9C89-E5C9-426E-A2E9-DA0A755372C0}.Release|Any CPU.Build.0 = Release|Any CPU
{60B55F08-B5A2-4508-B7F7-C32DD637745C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60B55F08-B5A2-4508-B7F7-C32DD637745C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60B55F08-B5A2-4508-B7F7-C32DD637745C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60B55F08-B5A2-4508-B7F7-C32DD637745C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal