Skip to content

Commit 53209af

Browse files
committed
Migrate to SLNX.
1 parent 6761663 commit 53209af

2 files changed

Lines changed: 84 additions & 217 deletions

File tree

OrchardCore.Commerce.sln

Lines changed: 0 additions & 217 deletions
This file was deleted.

OrchardCore.Commerce.slnx

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
<Solution>
2+
<Folder Name="/.github/" />
3+
<Folder Name="/.github/workflows/">
4+
<File Path=".github/workflows/build-and-test.yml" />
5+
<File Path=".github/workflows/crowdin.yml" />
6+
<File Path=".github/workflows/publish-cloudsmith-tag.yml" />
7+
<File Path=".github/workflows/publish-cloudsmith.yml" />
8+
<File Path=".github/workflows/publish-nuget.yml" />
9+
<File Path=".github/workflows/renovate.yml" />
10+
<File Path=".github/workflows/validate-pull-request.yml" />
11+
</Folder>
12+
<Folder Name="/docs/">
13+
<File Path="docs/index.md" />
14+
<File Path="docs/requirements.txt" />
15+
</Folder>
16+
<Folder Name="/docs/features/">
17+
<File Path="docs/features/boolean-product-attribute-field.md" />
18+
<File Path="docs/features/exactly-payment.md" />
19+
<File Path="docs/features/inventory-part.md" />
20+
<File Path="docs/features/inventory.md" />
21+
<File Path="docs/features/numeric-product-attribute-field.md" />
22+
<File Path="docs/features/payment-providers.md" />
23+
<File Path="docs/features/price-part.md" />
24+
<File Path="docs/features/price-variants-part.md" />
25+
<File Path="docs/features/product-part.md" />
26+
<File Path="docs/features/products-and-prices.md" />
27+
<File Path="docs/features/promotions.md" />
28+
<File Path="docs/features/stripe-payment.md" />
29+
<File Path="docs/features/taxation.md" />
30+
<File Path="docs/features/text-product-attribute-field.md" />
31+
<File Path="docs/features/tiered-price-part.md" />
32+
<File Path="docs/features/user-features.md" />
33+
<File Path="docs/features/workflows.md" />
34+
</Folder>
35+
<Folder Name="/docs/guides/">
36+
<File Path="docs/guides/create-webshop.md" />
37+
</Folder>
38+
<Folder Name="/docs/releases/">
39+
<File Path="4.0.0.md" />
40+
<File Path="docs/releases/3.0.0.md" />
41+
</Folder>
42+
<Folder Name="/docs/resources/" />
43+
<Folder Name="/docs/resources/libraries/">
44+
<File Path="docs/resources/libraries/README.md" />
45+
</Folder>
46+
<Folder Name="/Solution Items/">
47+
<File Path=".codespellrc" />
48+
<File Path=".config/dotnet-tools.json" />
49+
<File Path=".gitattributes" />
50+
<File Path=".github/workflows/build-and-test.yml" />
51+
<File Path=".gitignore" />
52+
<File Path="Directory.Build.props" />
53+
<File Path="Directory.Packages.props" />
54+
<File Path="License.md" />
55+
<File Path="mkdocs.yml" />
56+
<File Path="NuGet.config" />
57+
<File Path="Readme.md" />
58+
<File Path="renovate.json5" />
59+
<File Path="Reset-Local.ps1" />
60+
</Folder>
61+
<Folder Name="/src/">
62+
<Project Path="src/OrchardCore.Commerce.Web/OrchardCore.Commerce.Web.csproj" />
63+
</Folder>
64+
<Folder Name="/src/Libraries/">
65+
<Project Path="src/Libraries/OrchardCore.Commerce.Abstractions/OrchardCore.Commerce.Abstractions.csproj" />
66+
<Project Path="src/Libraries/OrchardCore.Commerce.AddressDataType/OrchardCore.Commerce.AddressDataType.csproj" />
67+
<Project Path="src/Libraries/OrchardCore.Commerce.MoneyDataType/OrchardCore.Commerce.MoneyDataType.csproj" />
68+
</Folder>
69+
<Folder Name="/src/Modules/">
70+
<Project Path="src/Modules/OrchardCore.Commerce.ContentFields/OrchardCore.Commerce.ContentFields.csproj" />
71+
<Project Path="src/Modules/OrchardCore.Commerce.Inventory/OrchardCore.Commerce.Inventory.csproj" />
72+
<Project Path="src/Modules/OrchardCore.Commerce.Payment.Exactly/OrchardCore.Commerce.Payment.Exactly.csproj" />
73+
<Project Path="src/Modules/OrchardCore.Commerce.Payment.Stripe/OrchardCore.Commerce.Payment.Stripe.csproj" />
74+
<Project Path="src/Modules/OrchardCore.Commerce.Payment/OrchardCore.Commerce.Payment.csproj" />
75+
<Project Path="src/Modules/OrchardCore.Commerce.Promotion/OrchardCore.Commerce.Promotion.csproj" />
76+
<Project Path="src/Modules/OrchardCore.Commerce.Tax/OrchardCore.Commerce.Tax.csproj" />
77+
<Project Path="src/Modules/OrchardCore.Commerce/OrchardCore.Commerce.csproj" />
78+
</Folder>
79+
<Folder Name="/test/">
80+
<Project Path="test/OrchardCore.Commerce.Tests.UI.Shortcuts/OrchardCore.Commerce.Tests.UI.Shortcuts.csproj" />
81+
<Project Path="test/OrchardCore.Commerce.Tests.UI/OrchardCore.Commerce.Tests.UI.csproj" />
82+
<Project Path="test/OrchardCore.Commerce.Tests/OrchardCore.Commerce.Tests.csproj" />
83+
</Folder>
84+
</Solution>

0 commit comments

Comments
 (0)