-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathEPSSharpie.sln
30 lines (30 loc) · 1.59 KB
/
EPSSharpie.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29009.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EPSSharpie", "EPSSharpie\EPSSharpie.csproj", "{CC77FFB7-CD6D-4791-B89F-8101DAB9D7BF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EPSSharpie.Tests", "EPSSharpie.Tests\EPSSharpie.Tests.csproj", "{522969BF-097C-431A-9D74-D223F71A0A20}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CC77FFB7-CD6D-4791-B89F-8101DAB9D7BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC77FFB7-CD6D-4791-B89F-8101DAB9D7BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC77FFB7-CD6D-4791-B89F-8101DAB9D7BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC77FFB7-CD6D-4791-B89F-8101DAB9D7BF}.Release|Any CPU.Build.0 = Release|Any CPU
{522969BF-097C-431A-9D74-D223F71A0A20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{522969BF-097C-431A-9D74-D223F71A0A20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{522969BF-097C-431A-9D74-D223F71A0A20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{522969BF-097C-431A-9D74-D223F71A0A20}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AF2538A8-E778-4C5A-A611-A9D73424BCAC}
EndGlobalSection
EndGlobal