-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathFormIgnition.sln
31 lines (31 loc) · 1.65 KB
/
FormIgnition.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ignition.Feature.EloquaForm", "Ignition.Feature.EloquaForm\Ignition.Feature.EloquaForm.csproj", "{709D7312-D5CE-4C4B-A6E7-DCE948E935FF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ignition.Feature.FormIgnition", "Ignition.Feature.FormIgnition\Ignition.Feature.FormIgnition.csproj", "{38E30617-7F9C-4E0D-8336-4CCD80F86EAF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{709D7312-D5CE-4C4B-A6E7-DCE948E935FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{709D7312-D5CE-4C4B-A6E7-DCE948E935FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{709D7312-D5CE-4C4B-A6E7-DCE948E935FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{709D7312-D5CE-4C4B-A6E7-DCE948E935FF}.Release|Any CPU.Build.0 = Release|Any CPU
{38E30617-7F9C-4E0D-8336-4CCD80F86EAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38E30617-7F9C-4E0D-8336-4CCD80F86EAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38E30617-7F9C-4E0D-8336-4CCD80F86EAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38E30617-7F9C-4E0D-8336-4CCD80F86EAF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AA4AB7A1-49C7-478A-A7B2-9E064E22A775}
EndGlobalSection
EndGlobal