-
Notifications
You must be signed in to change notification settings - Fork 1
/
CodeTiger.CodeAnalysis.sln
61 lines (61 loc) · 3.77 KB
/
CodeTiger.CodeAnalysis.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32714.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "UnitTests", "UnitTests", "{E2D4450A-0F0A-41EC-A45E-D113BF65BE60}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeTiger.CodeAnalysis", "CodeTiger.CodeAnalysis\CodeTiger.CodeAnalysis.csproj", "{493936FB-E4BE-49F4-84AC-3EA84D8C2155}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests.CodeTiger.CodeAnalysis", "UnitTests\UnitTests.CodeTiger.CodeAnalysis\UnitTests.CodeTiger.CodeAnalysis.csproj", "{A9A0557F-9344-4C8F-821D-9AE708BD062D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeTiger.CodeAnalysis.Vsix", "CodeTiger.CodeAnalysis.Vsix\CodeTiger.CodeAnalysis.Vsix.csproj", "{21081813-F345-4BBC-A144-065AEE5455FB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{149BEB05-D06A-4BDB-B458-149A77B843D1}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
DebugWithVsix|Any CPU = DebugWithVsix|Any CPU
Release|Any CPU = Release|Any CPU
ReleaseWithVsix|Any CPU = ReleaseWithVsix|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{493936FB-E4BE-49F4-84AC-3EA84D8C2155}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{493936FB-E4BE-49F4-84AC-3EA84D8C2155}.Debug|Any CPU.Build.0 = Debug|Any CPU
{493936FB-E4BE-49F4-84AC-3EA84D8C2155}.DebugWithVsix|Any CPU.ActiveCfg = Debug|Any CPU
{493936FB-E4BE-49F4-84AC-3EA84D8C2155}.DebugWithVsix|Any CPU.Build.0 = Debug|Any CPU
{493936FB-E4BE-49F4-84AC-3EA84D8C2155}.Release|Any CPU.ActiveCfg = Release|Any CPU
{493936FB-E4BE-49F4-84AC-3EA84D8C2155}.Release|Any CPU.Build.0 = Release|Any CPU
{493936FB-E4BE-49F4-84AC-3EA84D8C2155}.ReleaseWithVsix|Any CPU.ActiveCfg = Release|Any CPU
{493936FB-E4BE-49F4-84AC-3EA84D8C2155}.ReleaseWithVsix|Any CPU.Build.0 = Release|Any CPU
{A9A0557F-9344-4C8F-821D-9AE708BD062D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9A0557F-9344-4C8F-821D-9AE708BD062D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9A0557F-9344-4C8F-821D-9AE708BD062D}.DebugWithVsix|Any CPU.ActiveCfg = Debug|Any CPU
{A9A0557F-9344-4C8F-821D-9AE708BD062D}.DebugWithVsix|Any CPU.Build.0 = Debug|Any CPU
{A9A0557F-9344-4C8F-821D-9AE708BD062D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9A0557F-9344-4C8F-821D-9AE708BD062D}.Release|Any CPU.Build.0 = Release|Any CPU
{A9A0557F-9344-4C8F-821D-9AE708BD062D}.ReleaseWithVsix|Any CPU.ActiveCfg = Release|Any CPU
{A9A0557F-9344-4C8F-821D-9AE708BD062D}.ReleaseWithVsix|Any CPU.Build.0 = Release|Any CPU
{21081813-F345-4BBC-A144-065AEE5455FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21081813-F345-4BBC-A144-065AEE5455FB}.DebugWithVsix|Any CPU.ActiveCfg = Debug|Any CPU
{21081813-F345-4BBC-A144-065AEE5455FB}.DebugWithVsix|Any CPU.Build.0 = Debug|Any CPU
{21081813-F345-4BBC-A144-065AEE5455FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21081813-F345-4BBC-A144-065AEE5455FB}.ReleaseWithVsix|Any CPU.ActiveCfg = Release|Any CPU
{21081813-F345-4BBC-A144-065AEE5455FB}.ReleaseWithVsix|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A9A0557F-9344-4C8F-821D-9AE708BD062D} = {E2D4450A-0F0A-41EC-A45E-D113BF65BE60}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CFAC6EED-6BBF-45BF-B333-2388FB2E0C2E}
EndGlobalSection
EndGlobal