This repository has been archived by the owner on Feb 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
/
EPPlus.Core.Extensions.sln
50 lines (50 loc) · 2.48 KB
/
EPPlus.Core.Extensions.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{43CC4C18-0EA2-4CBF-815C-7EAE20A73FA3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{034A33F7-52D0-4914-9E10-F59AF8F06BA9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EPPlus.Core.Extensions", "src\EPPlus.Core.Extensions\EPPlus.Core.Extensions.csproj", "{A71873F2-9CC5-4EA6-9324-1765CF0F8675}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EPPlus.Core.Extensions.Tests", "test\EPPlus.Core.Extensions.Tests\EPPlus.Core.Extensions.Tests.csproj", "{3D5CF533-59C2-49A5-8B50-4D859D99BA74}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{31E3BC29-28F4-4380-98D0-F8FEA0D0953D}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
build.cake = build.cake
common.cake = common.cake
build.ps1 = build.ps1
common.props = common.props
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A71873F2-9CC5-4EA6-9324-1765CF0F8675}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A71873F2-9CC5-4EA6-9324-1765CF0F8675}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A71873F2-9CC5-4EA6-9324-1765CF0F8675}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A71873F2-9CC5-4EA6-9324-1765CF0F8675}.Release|Any CPU.Build.0 = Release|Any CPU
{3D5CF533-59C2-49A5-8B50-4D859D99BA74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D5CF533-59C2-49A5-8B50-4D859D99BA74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D5CF533-59C2-49A5-8B50-4D859D99BA74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D5CF533-59C2-49A5-8B50-4D859D99BA74}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A71873F2-9CC5-4EA6-9324-1765CF0F8675} = {43CC4C18-0EA2-4CBF-815C-7EAE20A73FA3}
{3D5CF533-59C2-49A5-8B50-4D859D99BA74} = {034A33F7-52D0-4914-9E10-F59AF8F06BA9}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E2C9102C-8F7D-488D-9843-60F7D12A3884}
EndGlobalSection
EndGlobal