-
Notifications
You must be signed in to change notification settings - Fork 98
/
vswhere.sln
53 lines (53 loc) · 2.76 KB
/
vswhere.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 15.0.26228.4
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{20C5861F-C1E5-4BFB-B082-209793FBDCA5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{2F0C5F28-FD43-4045-85E8-BBD98B6B66B5}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vswhere", "src\vswhere\vswhere.vcxproj", "{210864F0-9A29-4479-B830-B802EE3F4D92}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vswhere.test", "test\vswhere.test\vswhere.test.vcxproj", "{76268871-D5A5-46BD-9805-41DB1C3072D1}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vswhere.lib", "src\vswhere.lib\vswhere.lib.vcxproj", "{4CCF39CB-4794-44E2-AA57-D215F13CF606}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EC52ABCD-D322-41A0-AE25-D3D1F05C9EEC}"
ProjectSection(SolutionItems) = preProject
CONTRIBUTING.md = CONTRIBUTING.md
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{210864F0-9A29-4479-B830-B802EE3F4D92}.Debug|x86.ActiveCfg = Debug|Win32
{210864F0-9A29-4479-B830-B802EE3F4D92}.Debug|x86.Build.0 = Debug|Win32
{210864F0-9A29-4479-B830-B802EE3F4D92}.Release|x86.ActiveCfg = Release|Win32
{210864F0-9A29-4479-B830-B802EE3F4D92}.Release|x86.Build.0 = Release|Win32
{76268871-D5A5-46BD-9805-41DB1C3072D1}.Debug|x86.ActiveCfg = Debug|Win32
{76268871-D5A5-46BD-9805-41DB1C3072D1}.Debug|x86.Build.0 = Debug|Win32
{76268871-D5A5-46BD-9805-41DB1C3072D1}.Release|x86.ActiveCfg = Release|Win32
{76268871-D5A5-46BD-9805-41DB1C3072D1}.Release|x86.Build.0 = Release|Win32
{4CCF39CB-4794-44E2-AA57-D215F13CF606}.Debug|x86.ActiveCfg = Debug|Win32
{4CCF39CB-4794-44E2-AA57-D215F13CF606}.Debug|x86.Build.0 = Debug|Win32
{4CCF39CB-4794-44E2-AA57-D215F13CF606}.Release|x86.ActiveCfg = Release|Win32
{4CCF39CB-4794-44E2-AA57-D215F13CF606}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{210864F0-9A29-4479-B830-B802EE3F4D92} = {20C5861F-C1E5-4BFB-B082-209793FBDCA5}
{76268871-D5A5-46BD-9805-41DB1C3072D1} = {2F0C5F28-FD43-4045-85E8-BBD98B6B66B5}
{4CCF39CB-4794-44E2-AA57-D215F13CF606} = {20C5861F-C1E5-4BFB-B082-209793FBDCA5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B8B58651-8009-4980-AE0B-69997634A2E9}
EndGlobalSection
EndGlobal