-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathEPPlus.Html.sln
33 lines (33 loc) · 1.71 KB
/
EPPlus.Html.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29926.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EPPlus.Html", "EPPlus.Html\EPPlus.Html.csproj", "{DD0868EA-82D4-4442-8305-72B141999A6A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EPPlus.Html.Test", "EPPlus.Html.Test\EPPlus.Html.Test.csproj", "{51880D22-928D-4F51-ABD6-33D2C4B78635}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B6AC7AF8-42D1-4535-8184-79556AE95F5C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DD0868EA-82D4-4442-8305-72B141999A6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD0868EA-82D4-4442-8305-72B141999A6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD0868EA-82D4-4442-8305-72B141999A6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD0868EA-82D4-4442-8305-72B141999A6A}.Release|Any CPU.Build.0 = Release|Any CPU
{51880D22-928D-4F51-ABD6-33D2C4B78635}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51880D22-928D-4F51-ABD6-33D2C4B78635}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51880D22-928D-4F51-ABD6-33D2C4B78635}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51880D22-928D-4F51-ABD6-33D2C4B78635}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AEC33DC9-51DC-4EFA-9EF8-DD3F9366056E}
EndGlobalSection
EndGlobal