-
Notifications
You must be signed in to change notification settings - Fork 0
/
MiniAnalyzer.sln
43 lines (43 loc) · 2.48 KB
/
MiniAnalyzer.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 17
VisualStudioVersion = 17.3.32811.315
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MiniAnalyzer", "MiniAnalyzer\MiniAnalyzer.csproj", "{42BA1D2B-A76E-435E-9A42-EAD504C4E373}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common", "Common\Common.csproj", "{0005F6A5-8108-4127-AF53-A474B2158A6C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utilities", "Utilities\Utilities.csproj", "{F7FB80FC-0C11-42D9-9A40-BA36E221D68B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Views.Common", "Views.Common\Views.Common.csproj", "{E11EDB35-B1B5-4DB9-8142-B4E3FC9A9487}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{42BA1D2B-A76E-435E-9A42-EAD504C4E373}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42BA1D2B-A76E-435E-9A42-EAD504C4E373}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42BA1D2B-A76E-435E-9A42-EAD504C4E373}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42BA1D2B-A76E-435E-9A42-EAD504C4E373}.Release|Any CPU.Build.0 = Release|Any CPU
{0005F6A5-8108-4127-AF53-A474B2158A6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0005F6A5-8108-4127-AF53-A474B2158A6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0005F6A5-8108-4127-AF53-A474B2158A6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0005F6A5-8108-4127-AF53-A474B2158A6C}.Release|Any CPU.Build.0 = Release|Any CPU
{F7FB80FC-0C11-42D9-9A40-BA36E221D68B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7FB80FC-0C11-42D9-9A40-BA36E221D68B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7FB80FC-0C11-42D9-9A40-BA36E221D68B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7FB80FC-0C11-42D9-9A40-BA36E221D68B}.Release|Any CPU.Build.0 = Release|Any CPU
{E11EDB35-B1B5-4DB9-8142-B4E3FC9A9487}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E11EDB35-B1B5-4DB9-8142-B4E3FC9A9487}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E11EDB35-B1B5-4DB9-8142-B4E3FC9A9487}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E11EDB35-B1B5-4DB9-8142-B4E3FC9A9487}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {82B37B64-D1E0-4D3B-8955-3CE70ED135FE}
EndGlobalSection
EndGlobal