forked from nissl-lab/npoi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NPOI.Core.sln
43 lines (43 loc) · 2.55 KB
/
NPOI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NPOI.Core", "..\main\NPOI.Core.csproj", "{ABACCCA8-0E50-4008-9D4A-41A87348CA2B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NPOI.OOXML.Core", "..\ooxml\NPOI.OOXML.Core.csproj", "{C0200521-265C-4ADB-82D8-54C93F0E9CE4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NPOI.OpenXml4Net.Core", "..\openxml4Net\NPOI.OpenXml4Net.Core.csproj", "{5AD4BFA9-BC25-4513-A4CB-173F90BB882A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NPOI.OpenXmlFormats.Core", "..\OpenXmlFormats\NPOI.OpenXmlFormats.Core.csproj", "{66A6935B-BCDB-4F95-9E79-E755958B786B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ABACCCA8-0E50-4008-9D4A-41A87348CA2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ABACCCA8-0E50-4008-9D4A-41A87348CA2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ABACCCA8-0E50-4008-9D4A-41A87348CA2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ABACCCA8-0E50-4008-9D4A-41A87348CA2B}.Release|Any CPU.Build.0 = Release|Any CPU
{C0200521-265C-4ADB-82D8-54C93F0E9CE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0200521-265C-4ADB-82D8-54C93F0E9CE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0200521-265C-4ADB-82D8-54C93F0E9CE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0200521-265C-4ADB-82D8-54C93F0E9CE4}.Release|Any CPU.Build.0 = Release|Any CPU
{5AD4BFA9-BC25-4513-A4CB-173F90BB882A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5AD4BFA9-BC25-4513-A4CB-173F90BB882A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5AD4BFA9-BC25-4513-A4CB-173F90BB882A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5AD4BFA9-BC25-4513-A4CB-173F90BB882A}.Release|Any CPU.Build.0 = Release|Any CPU
{66A6935B-BCDB-4F95-9E79-E755958B786B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66A6935B-BCDB-4F95-9E79-E755958B786B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66A6935B-BCDB-4F95-9E79-E755958B786B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66A6935B-BCDB-4F95-9E79-E755958B786B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {18B4EB33-6806-4CAE-822B-B86D89964C51}
EndGlobalSection
EndGlobal