forked from nozzlegear/ShopifySharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ShopifySharp.sln
executable file
·81 lines (81 loc) · 5.17 KB
/
ShopifySharp.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShopifySharp", "ShopifySharp\ShopifySharp.csproj", "{833EC12B-956D-427B-A598-2F12B84589EF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShopifySharp.Tests", "ShopifySharp.Tests\ShopifySharp.Tests.csproj", "{B1391793-75FA-43D1-8D8C-0DF405D80DB7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C2A84FA5-9EA9-48EB-8A1C-EFDAEEC7D3FD}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
readme.md = readme.md
docs\contribution-guide.md = docs\contribution-guide.md
EndProjectSection
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "ShopifySharp.Experimental", "ShopifySharp.Experimental\ShopifySharp.Experimental.fsproj", "{DE7BB881-2191-489D-B9AA-F5F910EF55D8}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "ShopifySharp.Experimental.Tests", "ShopifySharp.Experimental.Tests\ShopifySharp.Experimental.Tests.fsproj", "{39D50A8A-271D-4891-A749-C1225E8C9EC7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShopifySharp.Extensions.DependencyInjection", "ShopifySharp.Extensions.DependencyInjection\ShopifySharp.Extensions.DependencyInjection.csproj", "{76CC06C6-1F1D-4817-8E79-B5BE620777B8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{86BAC93E-824A-4860-ADC1-9A398E1FED12}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{D44F97F5-4C76-405E-8E41-EEBE6C90F414}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build-and-test.yml = .github\workflows\build-and-test.yml
.github\workflows\release.yml = .github\workflows\release.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{1D5FA585-B39C-49E2-A405-935A2EE58222}"
ProjectSection(SolutionItems) = preProject
.github\scripts\generate_factories.fish = .github\scripts\generate_factories.fish
.github\scripts\build.fish = .github\scripts\build.fish
.github\scripts\bump-version.fish = .github\scripts\bump-version.fish
.github\scripts\test-dnf.ps1 = .github\scripts\test-dnf.ps1
.github\scripts\test.fish = .github\scripts\test.fish
.github\scripts\utils.fish = .github\scripts\utils.fish
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShopifySharp.Extensions.DependencyInjection.Tests", "ShopifySharp.Extensions.DependencyInjection.Tests\ShopifySharp.Extensions.DependencyInjection.Tests.csproj", "{08A8C056-E0E6-4685-BE40-134C6647A01A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{833EC12B-956D-427B-A598-2F12B84589EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{833EC12B-956D-427B-A598-2F12B84589EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{833EC12B-956D-427B-A598-2F12B84589EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{833EC12B-956D-427B-A598-2F12B84589EF}.Release|Any CPU.Build.0 = Release|Any CPU
{B1391793-75FA-43D1-8D8C-0DF405D80DB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1391793-75FA-43D1-8D8C-0DF405D80DB7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1391793-75FA-43D1-8D8C-0DF405D80DB7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1391793-75FA-43D1-8D8C-0DF405D80DB7}.Release|Any CPU.Build.0 = Release|Any CPU
{DE7BB881-2191-489D-B9AA-F5F910EF55D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE7BB881-2191-489D-B9AA-F5F910EF55D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE7BB881-2191-489D-B9AA-F5F910EF55D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE7BB881-2191-489D-B9AA-F5F910EF55D8}.Release|Any CPU.Build.0 = Release|Any CPU
{39D50A8A-271D-4891-A749-C1225E8C9EC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39D50A8A-271D-4891-A749-C1225E8C9EC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39D50A8A-271D-4891-A749-C1225E8C9EC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39D50A8A-271D-4891-A749-C1225E8C9EC7}.Release|Any CPU.Build.0 = Release|Any CPU
{76CC06C6-1F1D-4817-8E79-B5BE620777B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76CC06C6-1F1D-4817-8E79-B5BE620777B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76CC06C6-1F1D-4817-8E79-B5BE620777B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76CC06C6-1F1D-4817-8E79-B5BE620777B8}.Release|Any CPU.Build.0 = Release|Any CPU
{08A8C056-E0E6-4685-BE40-134C6647A01A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08A8C056-E0E6-4685-BE40-134C6647A01A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08A8C056-E0E6-4685-BE40-134C6647A01A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08A8C056-E0E6-4685-BE40-134C6647A01A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D44F97F5-4C76-405E-8E41-EEBE6C90F414} = {86BAC93E-824A-4860-ADC1-9A398E1FED12}
{1D5FA585-B39C-49E2-A405-935A2EE58222} = {86BAC93E-824A-4860-ADC1-9A398E1FED12}
EndGlobalSection
EndGlobal