-
Notifications
You must be signed in to change notification settings - Fork 0
/
AddInterfaceVSIX.sln
31 lines (31 loc) · 1.59 KB
/
AddInterfaceVSIX.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31321.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "AddNewItem_Template.Shared", "..\Shared Project\AddNewItem_Template.Shared.shproj", "{5CE0D56B-021A-4D4D-9E77-F0924B8941B9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AddInterfaceVSIX", "AddInterfaceVSIX\AddInterfaceVSIX.csproj", "{57B81774-A277-40F4-868A-A6D6AE3CA609}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
..\Shared Project\AddNewItem_Template.Shared.projitems*{57b81774-a277-40f4-868a-a6d6ae3ca609}*SharedItemsImports = 4
..\Shared Project\AddNewItem_Template.Shared.projitems*{5ce0d56b-021a-4d4d-9e77-f0924b8941b9}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{57B81774-A277-40F4-868A-A6D6AE3CA609}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57B81774-A277-40F4-868A-A6D6AE3CA609}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57B81774-A277-40F4-868A-A6D6AE3CA609}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57B81774-A277-40F4-868A-A6D6AE3CA609}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {07663372-22FD-4E94-AD8F-248D831002A8}
EndGlobalSection
EndGlobal