forked from microsoft/vswhere
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvswhere.sln
More file actions
49 lines (49 loc) · 2.6 KB
/
vswhere.sln
File metadata and controls
49 lines (49 loc) · 2.6 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
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
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
EndGlobal