-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathVendr.Checkout.sln
29 lines (29 loc) · 1.4 KB
/
Vendr.Checkout.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29503.13
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Vendr.Checkout", "src\Vendr.Checkout\Vendr.Checkout.csproj", "{26A55581-8F38-4CB5-BA2D-4684F6F67443}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "_build", "build\_build.csproj", "{3DA1D733-4447-4892-A679-77A2CF1A42D4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3DA1D733-4447-4892-A679-77A2CF1A42D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DA1D733-4447-4892-A679-77A2CF1A42D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26A55581-8F38-4CB5-BA2D-4684F6F67443}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26A55581-8F38-4CB5-BA2D-4684F6F67443}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26A55581-8F38-4CB5-BA2D-4684F6F67443}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26A55581-8F38-4CB5-BA2D-4684F6F67443}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {669ECCEA-EC75-4217-9478-5E2FA597F62F}
EndGlobalSection
EndGlobal