This repository has been archived by the owner on Mar 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
Copy pathEPPlus.Core.sln
34 lines (34 loc) · 1.93 KB
/
EPPlus.Core.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleApp.Core", "SampleApp\SampleApp.Core.csproj", "{3CA67AB9-6534-41C5-BB76-6047E97CC0BC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EPPlus.Core", "EPPlus\EPPlus.Core.csproj", "{219F673E-6115-4858-9E07-E33D24E795FE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EPPlusTest.Core", "EPPlusTest\EPPlusTest.Core.csproj", "{78F198E4-B502-425D-BCC7-BF7F93B1EED9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3CA67AB9-6534-41C5-BB76-6047E97CC0BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3CA67AB9-6534-41C5-BB76-6047E97CC0BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3CA67AB9-6534-41C5-BB76-6047E97CC0BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3CA67AB9-6534-41C5-BB76-6047E97CC0BC}.Release|Any CPU.Build.0 = Release|Any CPU
{219F673E-6115-4858-9E07-E33D24E795FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{219F673E-6115-4858-9E07-E33D24E795FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{219F673E-6115-4858-9E07-E33D24E795FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{219F673E-6115-4858-9E07-E33D24E795FE}.Release|Any CPU.Build.0 = Release|Any CPU
{78F198E4-B502-425D-BCC7-BF7F93B1EED9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78F198E4-B502-425D-BCC7-BF7F93B1EED9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78F198E4-B502-425D-BCC7-BF7F93B1EED9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78F198E4-B502-425D-BCC7-BF7F93B1EED9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal