-
Notifications
You must be signed in to change notification settings - Fork 7
/
Gerencianet.SDK.sln
34 lines (34 loc) · 1.97 KB
/
Gerencianet.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
32
33
34
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gerencianet.SDK", "Gerencianet.SDK\Gerencianet.SDK.csproj", "{E4D26948-353C-4A54-BC5B-B70413EE4206}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gerencianet.SDK.Examples", "Gerencianet.SDK.Examples\Gerencianet.SDK.Examples.csproj", "{5FA1AF4A-4382-48C1-98F0-BD220E94480A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gerencianet.SDK.Tests", "Gerencianet.SDK.Tests\Gerencianet.SDK.Tests.csproj", "{63ABEA86-B730-44AC-BFC8-BB02C1DE3711}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E4D26948-353C-4A54-BC5B-B70413EE4206}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4D26948-353C-4A54-BC5B-B70413EE4206}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4D26948-353C-4A54-BC5B-B70413EE4206}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4D26948-353C-4A54-BC5B-B70413EE4206}.Release|Any CPU.Build.0 = Release|Any CPU
{5FA1AF4A-4382-48C1-98F0-BD220E94480A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5FA1AF4A-4382-48C1-98F0-BD220E94480A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5FA1AF4A-4382-48C1-98F0-BD220E94480A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5FA1AF4A-4382-48C1-98F0-BD220E94480A}.Release|Any CPU.Build.0 = Release|Any CPU
{63ABEA86-B730-44AC-BFC8-BB02C1DE3711}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63ABEA86-B730-44AC-BFC8-BB02C1DE3711}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63ABEA86-B730-44AC-BFC8-BB02C1DE3711}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63ABEA86-B730-44AC-BFC8-BB02C1DE3711}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal