generated from Kentico/repo-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Kentico.Xperience.Zapier.sln
41 lines (41 loc) · 2.19 KB
/
Kentico.Xperience.Zapier.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A94EE676-9ABE-44EA-BF9E-22004E9D54C9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{CFBE190C-6BF0-4F9A-A01B-70CC9B3BED8A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{A639C482-C69C-49F8-ADA5-09D68AF6FEE9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DancingGoat", "examples\DancingGoat\DancingGoat.csproj", "{D54B0FFF-6BB8-4EB1-8357-699AD761FAEF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kentico.Xperience.Zapier", "src\Kentico.Xperience.Zapier\Kentico.Xperience.Zapier.csproj", "{42511C48-1851-4BA3-AB48-E9C1D0503D75}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D54B0FFF-6BB8-4EB1-8357-699AD761FAEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D54B0FFF-6BB8-4EB1-8357-699AD761FAEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D54B0FFF-6BB8-4EB1-8357-699AD761FAEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D54B0FFF-6BB8-4EB1-8357-699AD761FAEF}.Release|Any CPU.Build.0 = Release|Any CPU
{42511C48-1851-4BA3-AB48-E9C1D0503D75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42511C48-1851-4BA3-AB48-E9C1D0503D75}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42511C48-1851-4BA3-AB48-E9C1D0503D75}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42511C48-1851-4BA3-AB48-E9C1D0503D75}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D54B0FFF-6BB8-4EB1-8357-699AD761FAEF} = {A639C482-C69C-49F8-ADA5-09D68AF6FEE9}
{42511C48-1851-4BA3-AB48-E9C1D0503D75} = {A94EE676-9ABE-44EA-BF9E-22004E9D54C9}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1B2A20BC-F57B-4AAE-B1C2-E4DC52EFCAC5}
EndGlobalSection
EndGlobal