-
Notifications
You must be signed in to change notification settings - Fork 3
/
AdjustNamespace.sln
43 lines (43 loc) · 2.34 KB
/
AdjustNamespace.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33027.239
MinimumVisualStudioVersion = 10.0.40219.1
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "AdjustNamespace.VsixShared", "AdjustNamespace.VsixShared\AdjustNamespace.VsixShared.shproj", "{B8F4DE5D-EEFF-4F14-9C3D-2A6EE41DB482}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdjustNamespace.2022", "AdjustNamespace.2022\AdjustNamespace.2022.csproj", "{E36D5F78-82AF-4BFE-9147-3D70F51CE1FB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|arm64 = Debug|arm64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|arm64 = Release|arm64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E36D5F78-82AF-4BFE-9147-3D70F51CE1FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E36D5F78-82AF-4BFE-9147-3D70F51CE1FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E36D5F78-82AF-4BFE-9147-3D70F51CE1FB}.Debug|arm64.ActiveCfg = Debug|Any CPU
{E36D5F78-82AF-4BFE-9147-3D70F51CE1FB}.Debug|arm64.Build.0 = Debug|Any CPU
{E36D5F78-82AF-4BFE-9147-3D70F51CE1FB}.Debug|x86.ActiveCfg = Debug|x86
{E36D5F78-82AF-4BFE-9147-3D70F51CE1FB}.Debug|x86.Build.0 = Debug|x86
{E36D5F78-82AF-4BFE-9147-3D70F51CE1FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E36D5F78-82AF-4BFE-9147-3D70F51CE1FB}.Release|Any CPU.Build.0 = Release|Any CPU
{E36D5F78-82AF-4BFE-9147-3D70F51CE1FB}.Release|arm64.ActiveCfg = Release|Any CPU
{E36D5F78-82AF-4BFE-9147-3D70F51CE1FB}.Release|arm64.Build.0 = Release|Any CPU
{E36D5F78-82AF-4BFE-9147-3D70F51CE1FB}.Release|x86.ActiveCfg = Release|x86
{E36D5F78-82AF-4BFE-9147-3D70F51CE1FB}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7332E76C-88D8-4DD6-866A-168626CDF920}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
AdjustNamespace.VsixShared\AdjustNamespace.VsixShared.projitems*{b8f4de5d-eeff-4f14-9c3d-2a6ee41db482}*SharedItemsImports = 13
AdjustNamespace.VsixShared\AdjustNamespace.VsixShared.projitems*{e36d5f78-82af-4bfe-9147-3d70f51ce1fb}*SharedItemsImports = 4
EndGlobalSection
EndGlobal