-
Notifications
You must be signed in to change notification settings - Fork 0
/
XeroAPI2Tests.sln
37 lines (37 loc) · 2.07 KB
/
XeroAPI2Tests.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
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XeroAPI2Tests", "XeroAPI2Tests.csproj", "{FD4A77CB-7FF6-4C22-B222-D7B19F4DC8F2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xero.Net", "..\Xero.Net2\Xero.Net.csproj", "{C3875286-3898-408D-9BC3-D4C50E177DFB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AGenius.UsefulStuff", "..\AGenius.ExtensionsCollection\AGenius.UsefulStuff\AGenius.UsefulStuff.csproj", "{0B7CC724-52C5-4B8F-A028-91E6226F7922}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FD4A77CB-7FF6-4C22-B222-D7B19F4DC8F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD4A77CB-7FF6-4C22-B222-D7B19F4DC8F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD4A77CB-7FF6-4C22-B222-D7B19F4DC8F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD4A77CB-7FF6-4C22-B222-D7B19F4DC8F2}.Release|Any CPU.Build.0 = Release|Any CPU
{C3875286-3898-408D-9BC3-D4C50E177DFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3875286-3898-408D-9BC3-D4C50E177DFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3875286-3898-408D-9BC3-D4C50E177DFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3875286-3898-408D-9BC3-D4C50E177DFB}.Release|Any CPU.Build.0 = Release|Any CPU
{0B7CC724-52C5-4B8F-A028-91E6226F7922}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B7CC724-52C5-4B8F-A028-91E6226F7922}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B7CC724-52C5-4B8F-A028-91E6226F7922}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B7CC724-52C5-4B8F-A028-91E6226F7922}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {98A6DB69-FA8C-41FB-9936-14D7D7342C1E}
EndGlobalSection
EndGlobal