forked from iugu/iugu-net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
iugu.net.sln
34 lines (34 loc) · 1.94 KB
/
iugu.net.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}") = "iugu.net", "iugu.net\iugu.net.csproj", "{35EE3CD1-39DE-4401-8523-EB94774CBD3B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "iugu.net.IntegratedTests", "iugu.net.IntegratedTests\iugu.net.IntegratedTests.csproj", "{4203D832-6EB2-43F5-9AF5-7D6706C72A91}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "iugu.net.UnitTests", "iugu.net.UnitTests\iugu.net.UnitTests.csproj", "{0D223953-B740-4921-A583-61CAF9134F60}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{35EE3CD1-39DE-4401-8523-EB94774CBD3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35EE3CD1-39DE-4401-8523-EB94774CBD3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35EE3CD1-39DE-4401-8523-EB94774CBD3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35EE3CD1-39DE-4401-8523-EB94774CBD3B}.Release|Any CPU.Build.0 = Release|Any CPU
{4203D832-6EB2-43F5-9AF5-7D6706C72A91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4203D832-6EB2-43F5-9AF5-7D6706C72A91}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4203D832-6EB2-43F5-9AF5-7D6706C72A91}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4203D832-6EB2-43F5-9AF5-7D6706C72A91}.Release|Any CPU.Build.0 = Release|Any CPU
{0D223953-B740-4921-A583-61CAF9134F60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D223953-B740-4921-A583-61CAF9134F60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D223953-B740-4921-A583-61CAF9134F60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D223953-B740-4921-A583-61CAF9134F60}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal