-
Notifications
You must be signed in to change notification settings - Fork 0
/
SimpleExtension.sln
44 lines (44 loc) · 2.32 KB
/
SimpleExtension.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
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}") = "SimpleExtension.Core", "src\SimpleExtension.Core\SimpleExtension.Core.csproj", "{F80C127B-7691-48E7-B2EC-3A9E8C8965C6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{392870FF-3BAB-4B33-BC15-DC1ECCA57347}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{B0F9958F-6A0F-4159-99A6-E59AF3570EDF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleExtension.Core.Tests", "test\SimpleExtension.Core.Tests\SimpleExtension.Core.Tests.csproj", "{4A0D1716-EA1A-438A-BFEF-CE5AA4571F3F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "quality", "quality", "{E0F4E0EB-D110-4FAB-B502-1CEF1AEC48D7}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F80C127B-7691-48E7-B2EC-3A9E8C8965C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F80C127B-7691-48E7-B2EC-3A9E8C8965C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F80C127B-7691-48E7-B2EC-3A9E8C8965C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F80C127B-7691-48E7-B2EC-3A9E8C8965C6}.Release|Any CPU.Build.0 = Release|Any CPU
{4A0D1716-EA1A-438A-BFEF-CE5AA4571F3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A0D1716-EA1A-438A-BFEF-CE5AA4571F3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A0D1716-EA1A-438A-BFEF-CE5AA4571F3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A0D1716-EA1A-438A-BFEF-CE5AA4571F3F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F80C127B-7691-48E7-B2EC-3A9E8C8965C6} = {392870FF-3BAB-4B33-BC15-DC1ECCA57347}
{4A0D1716-EA1A-438A-BFEF-CE5AA4571F3F} = {B0F9958F-6A0F-4159-99A6-E59AF3570EDF}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2387971F-FB9A-474D-BEE7-4708B0AD8CC8}
EndGlobalSection
EndGlobal