forked from nopara73/DotNetEssentials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DotNetEssentials.sln
39 lines (39 loc) · 1.98 KB
/
DotNetEssentials.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2020
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotNetEssentials", "DotNetEssentials\DotNetEssentials.csproj", "{A5773283-71AF-4515-8AC9-0FF8BF9787DF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotNetEssentials.Tests", "DotNetEssentials.Tests\DotNetEssentials.Tests.csproj", "{AF25D250-6F69-4BF7-A21F-FA4874582DC8}"
ProjectSection(ProjectDependencies) = postProject
{A5773283-71AF-4515-8AC9-0FF8BF9787DF} = {A5773283-71AF-4515-8AC9-0FF8BF9787DF}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{94FB22A7-537D-48E5-96C2-534248D18F59}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A5773283-71AF-4515-8AC9-0FF8BF9787DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5773283-71AF-4515-8AC9-0FF8BF9787DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5773283-71AF-4515-8AC9-0FF8BF9787DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5773283-71AF-4515-8AC9-0FF8BF9787DF}.Release|Any CPU.Build.0 = Release|Any CPU
{AF25D250-6F69-4BF7-A21F-FA4874582DC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF25D250-6F69-4BF7-A21F-FA4874582DC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF25D250-6F69-4BF7-A21F-FA4874582DC8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF25D250-6F69-4BF7-A21F-FA4874582DC8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F34B5FCD-4483-499B-B14F-6ABC5164740F}
EndGlobalSection
EndGlobal