2021-03-03 13:25:42 +08:00
|
|
|
|
|
|
|
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
|
|
|
# Visual Studio Version 16
|
|
|
|
|
VisualStudioVersion = 16.0.30804.86
|
|
|
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
2021-03-05 12:18:12 +08:00
|
|
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MiniExcelLibs", "MiniExcel\MiniExcelLibs.csproj", "{097903C9-1F81-4427-B4C8-530CB59687B8}"
|
2021-03-03 13:25:42 +08:00
|
|
|
|
EndProject
|
|
|
|
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2AFABF2E-D6C3-4983-B43A-76ADA2BB2876}"
|
2021-03-03 15:14:17 +08:00
|
|
|
|
ProjectSection(SolutionItems) = preProject
|
|
|
|
|
..\.gitattributes = ..\.gitattributes
|
|
|
|
|
..\.gitignore = ..\.gitignore
|
2021-03-16 14:58:14 +08:00
|
|
|
|
..\appveyor.yml = ..\appveyor.yml
|
2021-03-03 15:14:17 +08:00
|
|
|
|
..\LICENSE.md = ..\LICENSE.md
|
|
|
|
|
..\README.md = ..\README.md
|
2021-04-08 10:22:50 +08:00
|
|
|
|
..\README.zh-CN.md = ..\README.zh-CN.md
|
|
|
|
|
..\README.zh-Hant.md = ..\README.zh-Hant.md
|
2021-03-03 15:14:17 +08:00
|
|
|
|
EndProjectSection
|
2021-03-03 13:25:42 +08:00
|
|
|
|
EndProject
|
|
|
|
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{CC1E0601-AEC9-42D7-8F6A-3FB3939EED16}"
|
|
|
|
|
EndProject
|
|
|
|
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{359A7094-3353-48F2-B3E1-FE9E59698318}"
|
|
|
|
|
EndProject
|
2021-03-03 15:38:54 +08:00
|
|
|
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{3E370222-8E9E-45E8-8DCD-E5F41EE52A39}"
|
|
|
|
|
ProjectSection(SolutionItems) = preProject
|
|
|
|
|
..\docs\README.md = ..\docs\README.md
|
2021-04-10 16:09:57 +08:00
|
|
|
|
..\docs\README.zh-CN.md = ..\docs\README.zh-CN.md
|
|
|
|
|
..\docs\README.zh-Hant.md = ..\docs\README.zh-Hant.md
|
2021-03-03 15:38:54 +08:00
|
|
|
|
EndProjectSection
|
|
|
|
|
EndProject
|
2021-03-15 09:00:48 +08:00
|
|
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MiniExcelTests", "..\tests\MiniExcelTests\MiniExcelTests.csproj", "{77F2C86B-0F17-4370-AB38-A089F9DF4ED5}"
|
|
|
|
|
EndProject
|
2021-03-31 17:18:20 +08:00
|
|
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MiniExcel.Benchmarks", "..\benchmarks\MiniExcel.Benchmarks\MiniExcel.Benchmarks.csproj", "{1888285A-B130-48D5-A628-DC85B623FAB8}"
|
2021-03-26 13:46:08 +08:00
|
|
|
|
EndProject
|
|
|
|
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "benchmarks", "benchmarks", "{77A8A169-168B-457F-AB5F-48F30D6BB33C}"
|
|
|
|
|
EndProject
|
2021-03-03 13:25:42 +08:00
|
|
|
|
Global
|
|
|
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
|
|
|
Debug|Any CPU = Debug|Any CPU
|
|
|
|
|
Release|Any CPU = Release|Any CPU
|
|
|
|
|
EndGlobalSection
|
|
|
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
|
|
|
{097903C9-1F81-4427-B4C8-530CB59687B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
|
|
|
{097903C9-1F81-4427-B4C8-530CB59687B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
|
|
|
{097903C9-1F81-4427-B4C8-530CB59687B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
|
|
|
{097903C9-1F81-4427-B4C8-530CB59687B8}.Release|Any CPU.Build.0 = Release|Any CPU
|
2021-03-15 09:00:48 +08:00
|
|
|
|
{77F2C86B-0F17-4370-AB38-A089F9DF4ED5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
|
|
|
{77F2C86B-0F17-4370-AB38-A089F9DF4ED5}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
|
|
|
{77F2C86B-0F17-4370-AB38-A089F9DF4ED5}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
|
|
|
{77F2C86B-0F17-4370-AB38-A089F9DF4ED5}.Release|Any CPU.Build.0 = Release|Any CPU
|
2021-03-26 13:46:08 +08:00
|
|
|
|
{1888285A-B130-48D5-A628-DC85B623FAB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
|
|
|
{1888285A-B130-48D5-A628-DC85B623FAB8}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
|
|
|
{1888285A-B130-48D5-A628-DC85B623FAB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
|
|
|
{1888285A-B130-48D5-A628-DC85B623FAB8}.Release|Any CPU.Build.0 = Release|Any CPU
|
2021-03-03 13:25:42 +08:00
|
|
|
|
EndGlobalSection
|
|
|
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
|
|
|
HideSolutionNode = FALSE
|
|
|
|
|
EndGlobalSection
|
|
|
|
|
GlobalSection(NestedProjects) = preSolution
|
|
|
|
|
{097903C9-1F81-4427-B4C8-530CB59687B8} = {CC1E0601-AEC9-42D7-8F6A-3FB3939EED16}
|
2021-03-15 09:00:48 +08:00
|
|
|
|
{77F2C86B-0F17-4370-AB38-A089F9DF4ED5} = {359A7094-3353-48F2-B3E1-FE9E59698318}
|
2021-03-26 13:46:08 +08:00
|
|
|
|
{1888285A-B130-48D5-A628-DC85B623FAB8} = {77A8A169-168B-457F-AB5F-48F30D6BB33C}
|
2021-03-03 13:25:42 +08:00
|
|
|
|
EndGlobalSection
|
|
|
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
|
|
|
SolutionGuid = {51DF25DA-2DCB-4883-90FE-399DA950D4F2}
|
|
|
|
|
EndGlobalSection
|
|
|
|
|
EndGlobal
|