-
Notifications
You must be signed in to change notification settings - Fork 152
/
PrestaSharp.sln
45 lines (45 loc) · 2.4 KB
/
PrestaSharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29609.76
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PrestaSharp", "PrestaSharp\PrestaSharp.csproj", "{6AAC9477-CD24-49CA-930C-DB44A7FCE87D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PrestaSharp.IntegrationTests", "PrestaSharp.IntegrationTests\PrestaSharp.IntegrationTests.csproj", "{7F2878D9-7936-4076-A195-3BF93BA7A851}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5A96B1D9-38AE-4E49-A79D-95D92DCF78A6}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
docker-compose.yml = docker-compose.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PrestaSharpTests", "PrestaSharpTests\PrestaSharpTests.csproj", "{8A1A5884-5BCE-4329-8E5D-723AB22D07C6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6AAC9477-CD24-49CA-930C-DB44A7FCE87D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6AAC9477-CD24-49CA-930C-DB44A7FCE87D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6AAC9477-CD24-49CA-930C-DB44A7FCE87D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6AAC9477-CD24-49CA-930C-DB44A7FCE87D}.Release|Any CPU.Build.0 = Release|Any CPU
{7F2878D9-7936-4076-A195-3BF93BA7A851}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F2878D9-7936-4076-A195-3BF93BA7A851}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F2878D9-7936-4076-A195-3BF93BA7A851}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F2878D9-7936-4076-A195-3BF93BA7A851}.Release|Any CPU.Build.0 = Release|Any CPU
{8A1A5884-5BCE-4329-8E5D-723AB22D07C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A1A5884-5BCE-4329-8E5D-723AB22D07C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A1A5884-5BCE-4329-8E5D-723AB22D07C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A1A5884-5BCE-4329-8E5D-723AB22D07C6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {034F28C2-FA56-4049-9019-B19207FDDE9C}
EndGlobalSection
EndGlobal