-
Notifications
You must be signed in to change notification settings - Fork 21
/
BrowserLink.sln
36 lines (35 loc) · 2.06 KB
/
BrowserLink.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26127.0
MinimumVisualStudioVersion = 15.0.26730.03
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{7AC709A9-E84C-4C8F-8185-8A3D01DD7D7C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.VisualStudio.Web.BrowserLink", "src\Microsoft.VisualStudio.Web.BrowserLink\Microsoft.VisualStudio.Web.BrowserLink.csproj", "{616F445C-7A41-4E61-98E3-1B70D70F9F09}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{7F6F47EA-CAF5-46E2-B29C-8B20291185B7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.VisualStudio.Web.BrowserLink.Test", "test\Microsoft.VisualStudio.Web.BrowserLink.Test\Microsoft.VisualStudio.Web.BrowserLink.Test.csproj", "{96146399-2C42-4CAA-ABCD-CF1E0F000CEC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{616F445C-7A41-4E61-98E3-1B70D70F9F09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{616F445C-7A41-4E61-98E3-1B70D70F9F09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{616F445C-7A41-4E61-98E3-1B70D70F9F09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{616F445C-7A41-4E61-98E3-1B70D70F9F09}.Release|Any CPU.Build.0 = Release|Any CPU
{96146399-2C42-4CAA-ABCD-CF1E0F000CEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96146399-2C42-4CAA-ABCD-CF1E0F000CEC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96146399-2C42-4CAA-ABCD-CF1E0F000CEC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96146399-2C42-4CAA-ABCD-CF1E0F000CEC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{616F445C-7A41-4E61-98E3-1B70D70F9F09} = {7AC709A9-E84C-4C8F-8185-8A3D01DD7D7C}
{96146399-2C42-4CAA-ABCD-CF1E0F000CEC} = {7F6F47EA-CAF5-46E2-B29C-8B20291185B7}
EndGlobalSection
EndGlobal