-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFixedAnalyzer.sln
37 lines (37 loc) · 2.21 KB
/
FixedAnalyzer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29911.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FixedAdressOfAnalyzer", "FixedAdressOfAnalyzer\FixedAdressOfAnalyzer\FixedAdressOfAnalyzer.csproj", "{C5E0845B-2625-474F-A9D5-D9FB36B6E9AA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FixedAdressOfAnalyzer.Test", "FixedAdressOfAnalyzer\FixedAdressOfAnalyzer.Test\FixedAdressOfAnalyzer.Test.csproj", "{66544EFB-496A-4892-A622-978E5460360C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FixedAdressOfAnalyzer.Vsix", "FixedAdressOfAnalyzer\FixedAdressOfAnalyzer.Vsix\FixedAdressOfAnalyzer.Vsix.csproj", "{85E09C16-553B-4503-8314-196465E1FDCA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C5E0845B-2625-474F-A9D5-D9FB36B6E9AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5E0845B-2625-474F-A9D5-D9FB36B6E9AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5E0845B-2625-474F-A9D5-D9FB36B6E9AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5E0845B-2625-474F-A9D5-D9FB36B6E9AA}.Release|Any CPU.Build.0 = Release|Any CPU
{66544EFB-496A-4892-A622-978E5460360C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66544EFB-496A-4892-A622-978E5460360C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66544EFB-496A-4892-A622-978E5460360C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66544EFB-496A-4892-A622-978E5460360C}.Release|Any CPU.Build.0 = Release|Any CPU
{85E09C16-553B-4503-8314-196465E1FDCA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85E09C16-553B-4503-8314-196465E1FDCA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85E09C16-553B-4503-8314-196465E1FDCA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85E09C16-553B-4503-8314-196465E1FDCA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {33877F61-7363-4B8A-A0B3-399B716E89FD}
EndGlobalSection
EndGlobal