This repository has been archived by the owner on Jan 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 89
/
EPPlus.Core.sln
47 lines (47 loc) · 2.66 KB
/
EPPlus.Core.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{210E96E3-E4A7-41EE-B074-59FCDAE0B1EC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FE6890B6-B80E-44A1-B9C5-97C547E88E42}"
ProjectSection(SolutionItems) = preProject
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EPPlus.Core", "src\EPPlus.Core\EPPlus.Core.csproj", "{C3EB7AEC-CCF7-42B8-B137-0A8AE146FBC1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EPPlus.Core.FunctionalTests", "src\EPPlus.Core.FunctionalTests\EPPlus.Core.FunctionalTests.csproj", "{B3F95982-4924-42B0-A23A-D5CA7895F92C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EPPlus.Core.SampleWebApp", "src\EPPlus.Core.SampleWebApp\EPPlus.Core.SampleWebApp.csproj", "{A8F18944-DEDA-413B-AEA4-F4FC1227D374}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C3EB7AEC-CCF7-42B8-B137-0A8AE146FBC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3EB7AEC-CCF7-42B8-B137-0A8AE146FBC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3EB7AEC-CCF7-42B8-B137-0A8AE146FBC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3EB7AEC-CCF7-42B8-B137-0A8AE146FBC1}.Release|Any CPU.Build.0 = Release|Any CPU
{B3F95982-4924-42B0-A23A-D5CA7895F92C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3F95982-4924-42B0-A23A-D5CA7895F92C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3F95982-4924-42B0-A23A-D5CA7895F92C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3F95982-4924-42B0-A23A-D5CA7895F92C}.Release|Any CPU.Build.0 = Release|Any CPU
{A8F18944-DEDA-413B-AEA4-F4FC1227D374}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8F18944-DEDA-413B-AEA4-F4FC1227D374}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8F18944-DEDA-413B-AEA4-F4FC1227D374}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8F18944-DEDA-413B-AEA4-F4FC1227D374}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C3EB7AEC-CCF7-42B8-B137-0A8AE146FBC1} = {210E96E3-E4A7-41EE-B074-59FCDAE0B1EC}
{B3F95982-4924-42B0-A23A-D5CA7895F92C} = {210E96E3-E4A7-41EE-B074-59FCDAE0B1EC}
{A8F18944-DEDA-413B-AEA4-F4FC1227D374} = {210E96E3-E4A7-41EE-B074-59FCDAE0B1EC}
EndGlobalSection
EndGlobal