-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProjectLinker.sln
35 lines (35 loc) · 2.05 KB
/
ProjectLinker.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProjectLinker", "ProjectLinker\ProjectLinker.csproj", "{41D2C213-B2B4-43D1-A894-88543E13508E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Practices.ProjectLinker.VisualStudio.Helper", "VisualStudio.Helper\Source\Microsoft.Practices.ProjectLinker.VisualStudio.Helper.csproj", "{8404D99F-9A3E-467F-A4D0-5F5D5C15A075}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProjectLinkerVSIX", "ProjectLinkerVSIX\ProjectLinkerVSIX.csproj", "{DDD9054C-A6C3-4687-AA16-7BE2782E9203}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = ProjectLinker1.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{41D2C213-B2B4-43D1-A894-88543E13508E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41D2C213-B2B4-43D1-A894-88543E13508E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41D2C213-B2B4-43D1-A894-88543E13508E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41D2C213-B2B4-43D1-A894-88543E13508E}.Release|Any CPU.Build.0 = Release|Any CPU
{8404D99F-9A3E-467F-A4D0-5F5D5C15A075}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8404D99F-9A3E-467F-A4D0-5F5D5C15A075}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8404D99F-9A3E-467F-A4D0-5F5D5C15A075}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8404D99F-9A3E-467F-A4D0-5F5D5C15A075}.Release|Any CPU.Build.0 = Release|Any CPU
{DDD9054C-A6C3-4687-AA16-7BE2782E9203}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDD9054C-A6C3-4687-AA16-7BE2782E9203}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDD9054C-A6C3-4687-AA16-7BE2782E9203}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDD9054C-A6C3-4687-AA16-7BE2782E9203}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal