-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSlimExcelReader.sln
37 lines (37 loc) · 1.84 KB
/
SlimExcelReader.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30128.74
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{34665C00-990E-4A7C-8C76-DF1E8FEB9BCA}"
ProjectSection(SolutionItems) = preProject
LICENSE.MD = LICENSE.MD
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SlimExcelReader", "SlimExcelReader\SlimExcelReader.csproj", "{A8AEECE3-5659-4E62-A6AF-A256946CE2DA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SlimExcelReaderTests", "SlimExcelReaderTests\SlimExcelReaderTests.csproj", "{14FC7FD0-37E8-4897-A06A-A756AB5C0501}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A8AEECE3-5659-4E62-A6AF-A256946CE2DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8AEECE3-5659-4E62-A6AF-A256946CE2DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8AEECE3-5659-4E62-A6AF-A256946CE2DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8AEECE3-5659-4E62-A6AF-A256946CE2DA}.Release|Any CPU.Build.0 = Release|Any CPU
{14FC7FD0-37E8-4897-A06A-A756AB5C0501}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14FC7FD0-37E8-4897-A06A-A756AB5C0501}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14FC7FD0-37E8-4897-A06A-A756AB5C0501}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14FC7FD0-37E8-4897-A06A-A756AB5C0501}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6B2C8A20-A4C3-42F5-97C8-52B17B5C64C7}
EndGlobalSection
EndGlobal