-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCmdletHelpEditor.sln
64 lines (64 loc) · 3.55 KB
/
CmdletHelpEditor.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CmdletHelpEditor", "CmdletHelpEditor\CmdletHelpEditor.csproj", "{1193A898-7B3B-4C3F-9594-7E71BA36F030}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeKicker.BBCode", "CodeKicker.BBCode\CodeKicker.BBCode.csproj", "{1C8A5FB6-633A-43BD-B1B7-75A0DDC308F5}"
EndProject
Global
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 2
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://tfs.codeplex.com/tfs/tfs32
SccProjectUniqueName0 = CmdletHelpEditor\\CmdletHelpEditor.csproj
SccProjectName0 = CmdletHelpEditor
SccAuxPath0 = https://tfs.codeplex.com/tfs/tfs32
SccLocalPath0 = CmdletHelpEditor
SccProvider0 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccProjectUniqueName1 = CodeKicker.BBCode\\CodeKicker.BBCode.csproj
SccProjectName1 = CodeKicker.BBCode
SccAuxPath1 = https://tfs.codeplex.com/tfs/tfs32
SccLocalPath1 = CodeKicker.BBCode
SccProvider1 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1193A898-7B3B-4C3F-9594-7E71BA36F030}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1193A898-7B3B-4C3F-9594-7E71BA36F030}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1193A898-7B3B-4C3F-9594-7E71BA36F030}.Debug|x64.ActiveCfg = Debug|Any CPU
{1193A898-7B3B-4C3F-9594-7E71BA36F030}.Debug|x64.Build.0 = Debug|Any CPU
{1193A898-7B3B-4C3F-9594-7E71BA36F030}.Debug|x86.ActiveCfg = Debug|Any CPU
{1193A898-7B3B-4C3F-9594-7E71BA36F030}.Debug|x86.Build.0 = Debug|Any CPU
{1193A898-7B3B-4C3F-9594-7E71BA36F030}.Release|Any CPU.ActiveCfg = Release|x86
{1193A898-7B3B-4C3F-9594-7E71BA36F030}.Release|Any CPU.Build.0 = Release|x86
{1193A898-7B3B-4C3F-9594-7E71BA36F030}.Release|Any CPU.Deploy.0 = Release|x86
{1193A898-7B3B-4C3F-9594-7E71BA36F030}.Release|x64.ActiveCfg = Release|x64
{1193A898-7B3B-4C3F-9594-7E71BA36F030}.Release|x64.Build.0 = Release|x64
{1193A898-7B3B-4C3F-9594-7E71BA36F030}.Release|x86.ActiveCfg = Release|x86
{1193A898-7B3B-4C3F-9594-7E71BA36F030}.Release|x86.Build.0 = Release|x86
{1C8A5FB6-633A-43BD-B1B7-75A0DDC308F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C8A5FB6-633A-43BD-B1B7-75A0DDC308F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C8A5FB6-633A-43BD-B1B7-75A0DDC308F5}.Debug|x64.ActiveCfg = Debug|Any CPU
{1C8A5FB6-633A-43BD-B1B7-75A0DDC308F5}.Debug|x64.Build.0 = Debug|Any CPU
{1C8A5FB6-633A-43BD-B1B7-75A0DDC308F5}.Debug|x86.ActiveCfg = Debug|Any CPU
{1C8A5FB6-633A-43BD-B1B7-75A0DDC308F5}.Debug|x86.Build.0 = Debug|Any CPU
{1C8A5FB6-633A-43BD-B1B7-75A0DDC308F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C8A5FB6-633A-43BD-B1B7-75A0DDC308F5}.Release|Any CPU.Build.0 = Release|Any CPU
{1C8A5FB6-633A-43BD-B1B7-75A0DDC308F5}.Release|x64.ActiveCfg = Release|Any CPU
{1C8A5FB6-633A-43BD-B1B7-75A0DDC308F5}.Release|x64.Build.0 = Release|Any CPU
{1C8A5FB6-633A-43BD-B1B7-75A0DDC308F5}.Release|x86.ActiveCfg = Release|Any CPU
{1C8A5FB6-633A-43BD-B1B7-75A0DDC308F5}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal