-
Notifications
You must be signed in to change notification settings - Fork 0
/
LoadAndSaveBack.sln
49 lines (49 loc) · 3.03 KB
/
LoadAndSaveBack.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31515.178
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LoadAndSaveBack", "LoadAndSaveBack.csproj", "{23838311-193E-4CB0-B723-E1635F7F682F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NPOI.Core", "..\npoi\main\NPOI.Core.csproj", "{B5646200-6362-4FE2-8783-96E8F2004CF4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NPOI.OpenXml4Net.Core", "..\npoi\openxml4Net\NPOI.OpenXml4Net.Core.csproj", "{B6B55DDE-85C6-4757-AA56-A4C3F0574AFA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NPOI.OpenXmlFormats.Core", "..\npoi\OpenXmlFormats\NPOI.OpenXmlFormats.Core.csproj", "{1E9E306E-8E08-4A40-9253-279559236DF8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NPOI.OOXML.Core", "..\npoi\ooxml\NPOI.OOXML.Core.csproj", "{FC76A090-6D79-4767-B709-9FAB3428A6EB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{23838311-193E-4CB0-B723-E1635F7F682F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23838311-193E-4CB0-B723-E1635F7F682F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23838311-193E-4CB0-B723-E1635F7F682F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23838311-193E-4CB0-B723-E1635F7F682F}.Release|Any CPU.Build.0 = Release|Any CPU
{B5646200-6362-4FE2-8783-96E8F2004CF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5646200-6362-4FE2-8783-96E8F2004CF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5646200-6362-4FE2-8783-96E8F2004CF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5646200-6362-4FE2-8783-96E8F2004CF4}.Release|Any CPU.Build.0 = Release|Any CPU
{B6B55DDE-85C6-4757-AA56-A4C3F0574AFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6B55DDE-85C6-4757-AA56-A4C3F0574AFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6B55DDE-85C6-4757-AA56-A4C3F0574AFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6B55DDE-85C6-4757-AA56-A4C3F0574AFA}.Release|Any CPU.Build.0 = Release|Any CPU
{1E9E306E-8E08-4A40-9253-279559236DF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E9E306E-8E08-4A40-9253-279559236DF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E9E306E-8E08-4A40-9253-279559236DF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E9E306E-8E08-4A40-9253-279559236DF8}.Release|Any CPU.Build.0 = Release|Any CPU
{FC76A090-6D79-4767-B709-9FAB3428A6EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC76A090-6D79-4767-B709-9FAB3428A6EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC76A090-6D79-4767-B709-9FAB3428A6EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC76A090-6D79-4767-B709-9FAB3428A6EB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7E2195DA-62EA-4F5C-B0C7-5434BCFBA593}
EndGlobalSection
EndGlobal