-
Notifications
You must be signed in to change notification settings - Fork 30
/
CustomizeVSWindowTitle.sln
47 lines (47 loc) · 2.85 KB
/
CustomizeVSWindowTitle.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "CustomizeVSWindowTitleShared", "CustomizeVSWindowTitleShared\CustomizeVSWindowTitleShared.shproj", "{BBB5B91B-E909-4F08-B623-9F27377EE7DC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomizeVSWindowTitle2022", "CustomizeVSWindowTitle2022\CustomizeVSWindowTitle2022.csproj", "{BF533FE9-559F-4AC7-8506-81F7883F1AA9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CustomizeVSWindowTitleSharedResources", "CustomizeVSWindowTitleSharedResources\CustomizeVSWindowTitleSharedResources.csproj", "{A923831E-ED5C-4DBA-85C6-DEF2DB9D23C0}"
EndProject
Global
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
{BF533FE9-559F-4AC7-8506-81F7883F1AA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF533FE9-559F-4AC7-8506-81F7883F1AA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF533FE9-559F-4AC7-8506-81F7883F1AA9}.Debug|x86.ActiveCfg = Debug|x86
{BF533FE9-559F-4AC7-8506-81F7883F1AA9}.Debug|x86.Build.0 = Debug|x86
{BF533FE9-559F-4AC7-8506-81F7883F1AA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF533FE9-559F-4AC7-8506-81F7883F1AA9}.Release|Any CPU.Build.0 = Release|Any CPU
{BF533FE9-559F-4AC7-8506-81F7883F1AA9}.Release|x86.ActiveCfg = Release|x86
{BF533FE9-559F-4AC7-8506-81F7883F1AA9}.Release|x86.Build.0 = Release|x86
{A923831E-ED5C-4DBA-85C6-DEF2DB9D23C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A923831E-ED5C-4DBA-85C6-DEF2DB9D23C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A923831E-ED5C-4DBA-85C6-DEF2DB9D23C0}.Debug|x86.ActiveCfg = Debug|Any CPU
{A923831E-ED5C-4DBA-85C6-DEF2DB9D23C0}.Debug|x86.Build.0 = Debug|Any CPU
{A923831E-ED5C-4DBA-85C6-DEF2DB9D23C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A923831E-ED5C-4DBA-85C6-DEF2DB9D23C0}.Release|Any CPU.Build.0 = Release|Any CPU
{A923831E-ED5C-4DBA-85C6-DEF2DB9D23C0}.Release|x86.ActiveCfg = Release|Any CPU
{A923831E-ED5C-4DBA-85C6-DEF2DB9D23C0}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5A40B2FE-FE61-4A0F-88F7-D9D978B2D9EE}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
CustomizeVSWindowTitleShared\CustomizeVSWindowTitleShared.projitems*{bbb5b91b-e909-4f08-b623-9f27377ee7dc}*SharedItemsImports = 13
CustomizeVSWindowTitleShared\CustomizeVSWindowTitleShared.projitems*{bf533fe9-559f-4ac7-8506-81f7883f1aa9}*SharedItemsImports = 4
EndGlobalSection
EndGlobal