-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEFTSample.sln
31 lines (31 loc) · 1.56 KB
/
EFTSample.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31229.75
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EFTSample", "EFTSample\EFTSample.csproj", "{05EB8E09-94F9-4454-AF26-7B75A61FECBB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EFTSample.Test", "EFTSample.Test\EFTSample.Test.csproj", "{00A897E1-4D2A-4F66-B5CD-F538110E1665}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{05EB8E09-94F9-4454-AF26-7B75A61FECBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05EB8E09-94F9-4454-AF26-7B75A61FECBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05EB8E09-94F9-4454-AF26-7B75A61FECBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05EB8E09-94F9-4454-AF26-7B75A61FECBB}.Release|Any CPU.Build.0 = Release|Any CPU
{00A897E1-4D2A-4F66-B5CD-F538110E1665}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00A897E1-4D2A-4F66-B5CD-F538110E1665}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00A897E1-4D2A-4F66-B5CD-F538110E1665}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00A897E1-4D2A-4F66-B5CD-F538110E1665}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6A72C5A5-48B2-4DB9-9A55-6EC49A163D9D}
EndGlobalSection
EndGlobal