forked from shemanaev/Luke.Net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLukeNet.sln
42 lines (42 loc) · 2.5 KB
/
LukeNet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33122.133
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LukeNet", "LukeNet\LukeNet.csproj", "{D3D9575E-E802-4CE8-929E-C2A077424A4D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LukePlugin", "LukePlugin\LukePlugin.csproj", "{BC06AE11-7BE6-4E54-A7D1-8BC42C911C09}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClassFinder", "ClassFinder\ClassFinder.csproj", "{F387B20F-1F97-46B9-9A98-564A74D51F22}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AnalyzerToolPlugin", "AnalyzerToolPlugin\AnalyzerToolPlugin.csproj", "{2B944AA2-2AFF-4986-9007-DE6E8C16C9A8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D3D9575E-E802-4CE8-929E-C2A077424A4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3D9575E-E802-4CE8-929E-C2A077424A4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3D9575E-E802-4CE8-929E-C2A077424A4D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3D9575E-E802-4CE8-929E-C2A077424A4D}.Release|Any CPU.Build.0 = Release|Any CPU
{BC06AE11-7BE6-4E54-A7D1-8BC42C911C09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC06AE11-7BE6-4E54-A7D1-8BC42C911C09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC06AE11-7BE6-4E54-A7D1-8BC42C911C09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC06AE11-7BE6-4E54-A7D1-8BC42C911C09}.Release|Any CPU.Build.0 = Release|Any CPU
{F387B20F-1F97-46B9-9A98-564A74D51F22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F387B20F-1F97-46B9-9A98-564A74D51F22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F387B20F-1F97-46B9-9A98-564A74D51F22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F387B20F-1F97-46B9-9A98-564A74D51F22}.Release|Any CPU.Build.0 = Release|Any CPU
{2B944AA2-2AFF-4986-9007-DE6E8C16C9A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B944AA2-2AFF-4986-9007-DE6E8C16C9A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B944AA2-2AFF-4986-9007-DE6E8C16C9A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B944AA2-2AFF-4986-9007-DE6E8C16C9A8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2C382DC2-9ED9-4272-9561-EC09E50BC47A}
EndGlobalSection
EndGlobal