-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathObfuscatorProject.sln
More file actions
46 lines (46 loc) · 3.02 KB
/
Copy pathObfuscatorProject.sln
File metadata and controls
46 lines (46 loc) · 3.02 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35527.113 d17.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ObfuscatorProject", "ObfuscatorProject\ObfuscatorProject.csproj", "{5E6FE3BC-277B-4D40-A914-CB0AAF505A88}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ObfuscatorProject.CodeFixes", "ObfuscatorProject.CodeFixes\ObfuscatorProject.CodeFixes.csproj", "{4EE973BD-9E2B-41E8-AF18-9AB6F0251575}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ObfuscatorProject.Package", "ObfuscatorProject.Package\ObfuscatorProject.Package.csproj", "{C6DF629E-15D0-41D7-A574-2E3FCDD9E460}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ObfuscatorProject.Test", "ObfuscatorProject.Test\ObfuscatorProject.Test.csproj", "{4375894D-BEC2-4D78-B33E-DC0FABA31E80}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ObfuscatorProject.Vsix", "ObfuscatorProject.Vsix\ObfuscatorProject.Vsix.csproj", "{23E0185E-87F7-4507-B93C-3D68663EFB2B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5E6FE3BC-277B-4D40-A914-CB0AAF505A88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E6FE3BC-277B-4D40-A914-CB0AAF505A88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E6FE3BC-277B-4D40-A914-CB0AAF505A88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E6FE3BC-277B-4D40-A914-CB0AAF505A88}.Release|Any CPU.Build.0 = Release|Any CPU
{4EE973BD-9E2B-41E8-AF18-9AB6F0251575}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4EE973BD-9E2B-41E8-AF18-9AB6F0251575}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4EE973BD-9E2B-41E8-AF18-9AB6F0251575}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4EE973BD-9E2B-41E8-AF18-9AB6F0251575}.Release|Any CPU.Build.0 = Release|Any CPU
{C6DF629E-15D0-41D7-A574-2E3FCDD9E460}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6DF629E-15D0-41D7-A574-2E3FCDD9E460}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6DF629E-15D0-41D7-A574-2E3FCDD9E460}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6DF629E-15D0-41D7-A574-2E3FCDD9E460}.Release|Any CPU.Build.0 = Release|Any CPU
{4375894D-BEC2-4D78-B33E-DC0FABA31E80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4375894D-BEC2-4D78-B33E-DC0FABA31E80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4375894D-BEC2-4D78-B33E-DC0FABA31E80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4375894D-BEC2-4D78-B33E-DC0FABA31E80}.Release|Any CPU.Build.0 = Release|Any CPU
{23E0185E-87F7-4507-B93C-3D68663EFB2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23E0185E-87F7-4507-B93C-3D68663EFB2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23E0185E-87F7-4507-B93C-3D68663EFB2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23E0185E-87F7-4507-B93C-3D68663EFB2B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal