-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathERPNextSharp.sln
More file actions
43 lines (43 loc) · 2.49 KB
/
ERPNextSharp.sln
File metadata and controls
43 lines (43 loc) · 2.49 KB
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
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ERPNextSharp", "ERPNextSharp\ERPNextSharp.csproj", "{206AFB69-F247-4CF4-A17E-B6E567BB9C74}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{0C7021D3-0F09-4229-A21E-6E50D95E549D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BankingConnector", "BankingConnector\BankingConnector.csproj", "{6D709B5A-22AD-4D87-80D0-D37AB44149B1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Importer", "ItemImporter\Importer.csproj", "{AD33D216-FB90-40FF-9669-7FEE88A197FA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{206AFB69-F247-4CF4-A17E-B6E567BB9C74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{206AFB69-F247-4CF4-A17E-B6E567BB9C74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{206AFB69-F247-4CF4-A17E-B6E567BB9C74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{206AFB69-F247-4CF4-A17E-B6E567BB9C74}.Release|Any CPU.Build.0 = Release|Any CPU
{0C7021D3-0F09-4229-A21E-6E50D95E549D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C7021D3-0F09-4229-A21E-6E50D95E549D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C7021D3-0F09-4229-A21E-6E50D95E549D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C7021D3-0F09-4229-A21E-6E50D95E549D}.Release|Any CPU.Build.0 = Release|Any CPU
{6D709B5A-22AD-4D87-80D0-D37AB44149B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D709B5A-22AD-4D87-80D0-D37AB44149B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D709B5A-22AD-4D87-80D0-D37AB44149B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D709B5A-22AD-4D87-80D0-D37AB44149B1}.Release|Any CPU.Build.0 = Release|Any CPU
{AD33D216-FB90-40FF-9669-7FEE88A197FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD33D216-FB90-40FF-9669-7FEE88A197FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD33D216-FB90-40FF-9669-7FEE88A197FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD33D216-FB90-40FF-9669-7FEE88A197FA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D5B62738-ACB1-4CC6-BCF1-E0295FE7AE33}
EndGlobalSection
EndGlobal