-
Notifications
You must be signed in to change notification settings - Fork 1
/
dot-net-sdk.sln
31 lines (31 loc) · 1.58 KB
/
dot-net-sdk.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 = 25.0.1706.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eppo-sdk", "dot-net-sdk\eppo-sdk.csproj", "{8A4D8A37-0110-4C93-BC5C-FE2C1C0291A3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eppo-sdk-test", "eppo-sdk-test\eppo-sdk-test.csproj", "{2860A439-E4C7-46B8-9375-4F9854EF8759}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8A4D8A37-0110-4C93-BC5C-FE2C1C0291A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A4D8A37-0110-4C93-BC5C-FE2C1C0291A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A4D8A37-0110-4C93-BC5C-FE2C1C0291A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A4D8A37-0110-4C93-BC5C-FE2C1C0291A3}.Release|Any CPU.Build.0 = Release|Any CPU
{2860A439-E4C7-46B8-9375-4F9854EF8759}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2860A439-E4C7-46B8-9375-4F9854EF8759}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2860A439-E4C7-46B8-9375-4F9854EF8759}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2860A439-E4C7-46B8-9375-4F9854EF8759}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4DB960EB-6147-4102-80BB-D7D9334EC01E}
EndGlobalSection
EndGlobal