-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathNanoXLSX.sln
More file actions
70 lines (70 loc) · 4.36 KB
/
NanoXLSX.sln
File metadata and controls
70 lines (70 loc) · 4.36 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36603.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NanoXLSX.Core", "NanoXLSX.Core\NanoXLSX.Core.csproj", "{A70E40AA-98C1-453A-8030-B4798A89EBFC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B02BD3FD-D442-49D4-870B-D59532568417}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Changelog.md = Changelog.md
LICENSE = LICENSE
MigrationGuide.md = MigrationGuide.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NanoXLSX.Core.Test", "NanoXLSX.Core.Test\NanoXLSX.Core.Test.csproj", "{62E81C9A-2275-40C6-95AB-80AC4ACCE22E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NanoXLSX.Writer", "NanoXLSX.Writer\NanoXLSX.Writer.csproj", "{29F00430-5601-401B-B75E-6F886F940142}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NanoXLSX.Reader", "NanoXLSX.Reader\NanoXLSX.Reader.csproj", "{0B68C119-7C4E-47CE-AE74-212A97AA9B43}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NanoXLSX.Writer-Reader.Test", "NanoXLSX.Writer-Reader.Test\NanoXLSX.Writer-Reader.Test.csproj", "{D146F1DC-1F3A-484E-8DB3-9892EE102A51}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NanoXLSX", "NanoXLSX\NanoXLSX.csproj", "{C60B7FC1-8BD6-4266-B9E1-995AF23E5CB1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Docs.IndexGenerator", "Docs.IndexGenerator\Docs.IndexGenerator.csproj", "{E5886984-2060-4BF7-9A47-E9B2C55D015E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A70E40AA-98C1-453A-8030-B4798A89EBFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A70E40AA-98C1-453A-8030-B4798A89EBFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A70E40AA-98C1-453A-8030-B4798A89EBFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A70E40AA-98C1-453A-8030-B4798A89EBFC}.Release|Any CPU.Build.0 = Release|Any CPU
{62E81C9A-2275-40C6-95AB-80AC4ACCE22E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62E81C9A-2275-40C6-95AB-80AC4ACCE22E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62E81C9A-2275-40C6-95AB-80AC4ACCE22E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62E81C9A-2275-40C6-95AB-80AC4ACCE22E}.Release|Any CPU.Build.0 = Release|Any CPU
{29F00430-5601-401B-B75E-6F886F940142}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29F00430-5601-401B-B75E-6F886F940142}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29F00430-5601-401B-B75E-6F886F940142}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29F00430-5601-401B-B75E-6F886F940142}.Release|Any CPU.Build.0 = Release|Any CPU
{0B68C119-7C4E-47CE-AE74-212A97AA9B43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B68C119-7C4E-47CE-AE74-212A97AA9B43}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B68C119-7C4E-47CE-AE74-212A97AA9B43}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B68C119-7C4E-47CE-AE74-212A97AA9B43}.Release|Any CPU.Build.0 = Release|Any CPU
{D146F1DC-1F3A-484E-8DB3-9892EE102A51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D146F1DC-1F3A-484E-8DB3-9892EE102A51}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D146F1DC-1F3A-484E-8DB3-9892EE102A51}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D146F1DC-1F3A-484E-8DB3-9892EE102A51}.Release|Any CPU.Build.0 = Release|Any CPU
{C60B7FC1-8BD6-4266-B9E1-995AF23E5CB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C60B7FC1-8BD6-4266-B9E1-995AF23E5CB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C60B7FC1-8BD6-4266-B9E1-995AF23E5CB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C60B7FC1-8BD6-4266-B9E1-995AF23E5CB1}.Release|Any CPU.Build.0 = Release|Any CPU
{E5886984-2060-4BF7-9A47-E9B2C55D015E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5886984-2060-4BF7-9A47-E9B2C55D015E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5886984-2060-4BF7-9A47-E9B2C55D015E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5886984-2060-4BF7-9A47-E9B2C55D015E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C81EC310-9937-44A1-A460-3BC295E092ED}
EndGlobalSection
EndGlobal