forked from Vlad-Herus/CollapseRegionExtension
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathToggleRegionsExtension.sln
50 lines (50 loc) · 2.91 KB
/
ToggleRegionsExtension.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ToggleRegionsVS2022", "VS2022\ToggleRegionsVS2022.csproj", "{951F86CB-5978-4167-9489-CF0AA0F47776}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "ToggleRegionsCommon", "Common\ToggleRegionsCommon.shproj", "{54E2047F-59B4-4198-81EA-F50CDF04050B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ToggleRegionsVS2017", "VS2017\ToggleRegionsVS2017.csproj", "{6D66EA76-7435-4D6B-AA3F-9F62D948BCE3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ToggleRegionsVS2019", "VS2019\ToggleRegionsVS2019.csproj", "{6A856C23-0264-4625-9FA3-4CB702138FDE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6E8AF32A-F20D-4F61-8DE5-02F301AA7AF5}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{951F86CB-5978-4167-9489-CF0AA0F47776}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{951F86CB-5978-4167-9489-CF0AA0F47776}.Debug|Any CPU.Build.0 = Debug|Any CPU
{951F86CB-5978-4167-9489-CF0AA0F47776}.Release|Any CPU.ActiveCfg = Release|Any CPU
{951F86CB-5978-4167-9489-CF0AA0F47776}.Release|Any CPU.Build.0 = Release|Any CPU
{6D66EA76-7435-4D6B-AA3F-9F62D948BCE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D66EA76-7435-4D6B-AA3F-9F62D948BCE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D66EA76-7435-4D6B-AA3F-9F62D948BCE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D66EA76-7435-4D6B-AA3F-9F62D948BCE3}.Release|Any CPU.Build.0 = Release|Any CPU
{6A856C23-0264-4625-9FA3-4CB702138FDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A856C23-0264-4625-9FA3-4CB702138FDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A856C23-0264-4625-9FA3-4CB702138FDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A856C23-0264-4625-9FA3-4CB702138FDE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {49128312-AF11-42F9-B642-5C594659EDC9}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Common\ToggleRegionsCommon.projitems*{54e2047f-59b4-4198-81ea-f50cdf04050b}*SharedItemsImports = 13
Common\ToggleRegionsCommon.projitems*{6a856c23-0264-4625-9fa3-4cb702138fde}*SharedItemsImports = 4
Common\ToggleRegionsCommon.projitems*{6d66ea76-7435-4d6b-aa3f-9f62d948bce3}*SharedItemsImports = 4
Common\ToggleRegionsCommon.projitems*{951f86cb-5978-4167-9489-cf0aa0f47776}*SharedItemsImports = 4
EndGlobalSection
EndGlobal