-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNPOI.Extensions.sln
44 lines (44 loc) · 2.38 KB
/
NPOI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NPOI.Extensions", "NPOI.Extensions\NPOI.Extensions.csproj", "{2FC90209-A214-49E6-B2C9-1A106F86DAA1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NPOI.Extensions.XUnitTest", "NPOI.Extensions.Tests\NPOI.Extensions.XUnitTest.csproj", "{26500AE4-4542-4CD9-9311-643B12A9573B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NPOI.Extensions.Samples", "NPOI.Extensions.Samples\NPOI.Extensions.Samples.csproj", "{25A62B77-F2E9-4942-AA0D-DF5CDABED4E0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "root", "root", "{7C91185C-55C9-48AF-A655-10C7A1265A36}"
ProjectSection(SolutionItems) = preProject
developer notes.txt = developer notes.txt
LICENSE = LICENSE
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
{2FC90209-A214-49E6-B2C9-1A106F86DAA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FC90209-A214-49E6-B2C9-1A106F86DAA1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FC90209-A214-49E6-B2C9-1A106F86DAA1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FC90209-A214-49E6-B2C9-1A106F86DAA1}.Release|Any CPU.Build.0 = Release|Any CPU
{26500AE4-4542-4CD9-9311-643B12A9573B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26500AE4-4542-4CD9-9311-643B12A9573B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26500AE4-4542-4CD9-9311-643B12A9573B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26500AE4-4542-4CD9-9311-643B12A9573B}.Release|Any CPU.Build.0 = Release|Any CPU
{25A62B77-F2E9-4942-AA0D-DF5CDABED4E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25A62B77-F2E9-4942-AA0D-DF5CDABED4E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25A62B77-F2E9-4942-AA0D-DF5CDABED4E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25A62B77-F2E9-4942-AA0D-DF5CDABED4E0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6404B0CB-ED33-48BC-BB99-1E189ED81A87}
EndGlobalSection
EndGlobal