mirror of
https://gitee.com/dotnetchina/MiniExcel.git
synced 2024-11-30 02:47:39 +08:00
32 lines
1.6 KiB
Plaintext
32 lines
1.6 KiB
Plaintext
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio Version 16
|
|
VisualStudioVersion = 16.0.31025.194
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MiniExcel.Tests.AspNetCore", "MiniExcel.Tests.AspNetCore.csproj", "{B83FB32E-3BFE-40B7-A0B7-60CE06D477C9}"
|
|
EndProject
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MiniExcelLibs", "..\..\src\MiniExcel\MiniExcelLibs.csproj", "{C379147D-85E9-4C3D-8409-72FA989325C0}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|Any CPU = Debug|Any CPU
|
|
Release|Any CPU = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{B83FB32E-3BFE-40B7-A0B7-60CE06D477C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{B83FB32E-3BFE-40B7-A0B7-60CE06D477C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{B83FB32E-3BFE-40B7-A0B7-60CE06D477C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{B83FB32E-3BFE-40B7-A0B7-60CE06D477C9}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{C379147D-85E9-4C3D-8409-72FA989325C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{C379147D-85E9-4C3D-8409-72FA989325C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{C379147D-85E9-4C3D-8409-72FA989325C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{C379147D-85E9-4C3D-8409-72FA989325C0}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
SolutionGuid = {EA69BF74-C465-47C0-B00B-DE13AC34BFBC}
|
|
EndGlobalSection
|
|
EndGlobal
|