-
Notifications
You must be signed in to change notification settings - Fork 7
/
OpenFileInSolution.sln
48 lines (48 loc) · 2.79 KB
/
OpenFileInSolution.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31717.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dev16-", "Dev16-.csproj", "{89FE4454-2478-4AD2-BA39-263D5EC38B77}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "OpenFileInSolutionShared", "OpenFileInSolutionShared\OpenFileInSolutionShared.shproj", "{B62F2E7D-CF85-40DF-920F-97208FADC4F6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dev17+", "Dev17\Dev17+.csproj", "{44C3FFA0-A263-4C23-9E6A-ACE9C1EF8A31}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
OpenFileInSolutionShared\OpenFileInSolutionShared.projitems*{44c3ffa0-a263-4c23-9e6a-ace9c1ef8a31}*SharedItemsImports = 4
OpenFileInSolutionShared\OpenFileInSolutionShared.projitems*{89fe4454-2478-4ad2-ba39-263d5ec38b77}*SharedItemsImports = 4
OpenFileInSolutionShared\OpenFileInSolutionShared.projitems*{b62f2e7d-cf85-40df-920f-97208fadc4f6}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{89FE4454-2478-4AD2-BA39-263D5EC38B77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89FE4454-2478-4AD2-BA39-263D5EC38B77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89FE4454-2478-4AD2-BA39-263D5EC38B77}.Debug|x86.ActiveCfg = Debug|Any CPU
{89FE4454-2478-4AD2-BA39-263D5EC38B77}.Debug|x86.Build.0 = Debug|Any CPU
{89FE4454-2478-4AD2-BA39-263D5EC38B77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89FE4454-2478-4AD2-BA39-263D5EC38B77}.Release|Any CPU.Build.0 = Release|Any CPU
{89FE4454-2478-4AD2-BA39-263D5EC38B77}.Release|x86.ActiveCfg = Release|Any CPU
{89FE4454-2478-4AD2-BA39-263D5EC38B77}.Release|x86.Build.0 = Release|Any CPU
{44C3FFA0-A263-4C23-9E6A-ACE9C1EF8A31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44C3FFA0-A263-4C23-9E6A-ACE9C1EF8A31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44C3FFA0-A263-4C23-9E6A-ACE9C1EF8A31}.Debug|x86.ActiveCfg = Debug|x86
{44C3FFA0-A263-4C23-9E6A-ACE9C1EF8A31}.Debug|x86.Build.0 = Debug|x86
{44C3FFA0-A263-4C23-9E6A-ACE9C1EF8A31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44C3FFA0-A263-4C23-9E6A-ACE9C1EF8A31}.Release|Any CPU.Build.0 = Release|Any CPU
{44C3FFA0-A263-4C23-9E6A-ACE9C1EF8A31}.Release|x86.ActiveCfg = Release|x86
{44C3FFA0-A263-4C23-9E6A-ACE9C1EF8A31}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4C5C7B12-F528-49D1-BA62-725A87C39720}
EndGlobalSection
EndGlobal