-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStripeSample.sln
32 lines (32 loc) · 1.39 KB
/
StripeSample.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29123.89
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{94057F29-7C80-41DE-B08B-77F1BB34B229}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
global.json = global.json
readme.md = readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StripeSample", "src\StripeSample\StripeSample.csproj", "{EC62C657-E971-4EF0-BD0E-56147B964A89}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EC62C657-E971-4EF0-BD0E-56147B964A89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC62C657-E971-4EF0-BD0E-56147B964A89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC62C657-E971-4EF0-BD0E-56147B964A89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC62C657-E971-4EF0-BD0E-56147B964A89}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6B1B7C50-4C3B-4C4C-97C1-6104A991E956}
EndGlobalSection
EndGlobal