forked from meng-hui/UnityEngineAnalyzer
-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathUnityEngineAnalyzer.sln
43 lines (43 loc) · 2.63 KB
/
UnityEngineAnalyzer.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 16
VisualStudioVersion = 16.0.29324.140
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnityEngineAnalyzer.Vsix", "UnityEngineAnalyzer\UnityEngineAnalyzer.Vsix\UnityEngineAnalyzer.Vsix.csproj", "{23A41489-857C-4FC7-9B96-2F20D8EE380B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Linty.Analyzers", "UnityEngineAnalyzer\Linty.Analyzers\Linty.Analyzers.csproj", "{D43EFDFB-BB7F-4A9B-9A60-C79B9404342A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Linty.CLI", "Linty.CLI\Linty.CLI.csproj", "{616BA250-393A-4F44-AB95-5C511969B242}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnityEngineAnalyzer.UnitTest", "UnityEngineAnalyzer.UnitTest\UnityEngineAnalyzer.UnitTest.csproj", "{80876DFE-9DEE-411C-B5EE-B64EA218877A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{23A41489-857C-4FC7-9B96-2F20D8EE380B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23A41489-857C-4FC7-9B96-2F20D8EE380B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23A41489-857C-4FC7-9B96-2F20D8EE380B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23A41489-857C-4FC7-9B96-2F20D8EE380B}.Release|Any CPU.Build.0 = Release|Any CPU
{D43EFDFB-BB7F-4A9B-9A60-C79B9404342A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D43EFDFB-BB7F-4A9B-9A60-C79B9404342A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D43EFDFB-BB7F-4A9B-9A60-C79B9404342A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D43EFDFB-BB7F-4A9B-9A60-C79B9404342A}.Release|Any CPU.Build.0 = Release|Any CPU
{616BA250-393A-4F44-AB95-5C511969B242}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{616BA250-393A-4F44-AB95-5C511969B242}.Debug|Any CPU.Build.0 = Debug|Any CPU
{616BA250-393A-4F44-AB95-5C511969B242}.Release|Any CPU.ActiveCfg = Release|Any CPU
{616BA250-393A-4F44-AB95-5C511969B242}.Release|Any CPU.Build.0 = Release|Any CPU
{80876DFE-9DEE-411C-B5EE-B64EA218877A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80876DFE-9DEE-411C-B5EE-B64EA218877A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80876DFE-9DEE-411C-B5EE-B64EA218877A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80876DFE-9DEE-411C-B5EE-B64EA218877A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {665F3B36-1593-4F2F-9AD1-8633CAEDDC89}
EndGlobalSection
EndGlobal