-
Notifications
You must be signed in to change notification settings - Fork 1
/
KnownFolders.sln
32 lines (32 loc) · 2.09 KB
/
KnownFolders.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
32
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2012 for Windows Desktop
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlaSoft.PowerShell.KnownFolders", "BlaSoft.PowerShell.KnownFolders\BlaSoft.PowerShell.KnownFolders.csproj", "{DE997F06-7000-4E8B-83D8-B4B4E1BBB048}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlaSoft.PowerShell.KnownFolders.Tests.Fx35", "BlaSoft.PowerShell.KnownFolders.Tests.Fx35\BlaSoft.PowerShell.KnownFolders.Tests.Fx35.csproj", "{51B0D1F9-6911-409B-A684-9BA2C5B90250}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlaSoft.PowerShell.KnownFolders.Tests.Fx40", "BlaSoft.PowerShell.KnownFolders.Tests.Fx40\BlaSoft.PowerShell.KnownFolders.Tests.Fx40.csproj", "{CB19EC3F-BABE-47EF-9747-9455B50D7179}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DE997F06-7000-4E8B-83D8-B4B4E1BBB048}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE997F06-7000-4E8B-83D8-B4B4E1BBB048}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE997F06-7000-4E8B-83D8-B4B4E1BBB048}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE997F06-7000-4E8B-83D8-B4B4E1BBB048}.Release|Any CPU.Build.0 = Release|Any CPU
{51B0D1F9-6911-409B-A684-9BA2C5B90250}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51B0D1F9-6911-409B-A684-9BA2C5B90250}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51B0D1F9-6911-409B-A684-9BA2C5B90250}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51B0D1F9-6911-409B-A684-9BA2C5B90250}.Release|Any CPU.Build.0 = Release|Any CPU
{CB19EC3F-BABE-47EF-9747-9455B50D7179}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB19EC3F-BABE-47EF-9747-9455B50D7179}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB19EC3F-BABE-47EF-9747-9455B50D7179}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB19EC3F-BABE-47EF-9747-9455B50D7179}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal