-
Notifications
You must be signed in to change notification settings - Fork 1
/
ShieldVSExtension.sln
36 lines (36 loc) · 1.86 KB
/
ShieldVSExtension.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
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}") = "ShieldVSExtension", "ShieldVSExtension.csproj", "{D7AB4724-AB57-43E3-A95D-84EBBEE21820}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "submodules", "submodules", "{7AB31BBA-F237-4028-842D-A0131AE3F0CC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bytehide.Shield.Client", "Shield.Client\Client\Bytehide.Shield.Client.csproj", "{A3B58660-C305-4999-9109-BF46C350A50D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D7AB4724-AB57-43E3-A95D-84EBBEE21820}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7AB4724-AB57-43E3-A95D-84EBBEE21820}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7AB4724-AB57-43E3-A95D-84EBBEE21820}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7AB4724-AB57-43E3-A95D-84EBBEE21820}.Release|Any CPU.Build.0 = Release|Any CPU
{A3B58660-C305-4999-9109-BF46C350A50D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3B58660-C305-4999-9109-BF46C350A50D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3B58660-C305-4999-9109-BF46C350A50D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3B58660-C305-4999-9109-BF46C350A50D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A3B58660-C305-4999-9109-BF46C350A50D} = {7AB31BBA-F237-4028-842D-A0131AE3F0CC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4BA3B3F2-587E-43E1-BEC6-C50EE5D37BD3}
EndGlobalSection
EndGlobal