-
Notifications
You must be signed in to change notification settings - Fork 7
/
OmniBus.AddIns.sln
49 lines (49 loc) · 2.81 KB
/
OmniBus.AddIns.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
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AlteryxAddIns.Roslyn", "AlteryxAddIns.Roslyn\AlteryxAddIns.Roslyn.csproj", "{65B57ECE-465D-41DC-909E-00F4879D21A2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AlteryxAddIns", "AlteryxAddIns\AlteryxAddIns.csproj", "{9776ADBB-DE47-413F-897B-B6EF1AB368CF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Shared", "Shared", "{E56FB22E-2BB8-4451-95E2-70CA5FF532AC}"
ProjectSection(SolutionItems) = preProject
Installbin.ps1 = Installbin.ps1
InstallbinDebug.bat = InstallbinDebug.bat
InstallbinRelease.bat = InstallbinRelease.bat
OmniBus.ruleset = OmniBus.ruleset
VersionInfo.cs = VersionInfo.cs
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OmniBus.DotNetEngines", "OmniBus.DotNetEngines\OmniBus.DotNetEngines.csproj", "{777F5219-7FF2-487D-8CBB-FBA75FC9BE21}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OmniBus.XmlTools", "OmniBus.XmlTools\OmniBus.XmlTools.csproj", "{A24AF181-EB58-4FE4-84B9-BF7CD213732E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{65B57ECE-465D-41DC-909E-00F4879D21A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65B57ECE-465D-41DC-909E-00F4879D21A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65B57ECE-465D-41DC-909E-00F4879D21A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65B57ECE-465D-41DC-909E-00F4879D21A2}.Release|Any CPU.Build.0 = Release|Any CPU
{9776ADBB-DE47-413F-897B-B6EF1AB368CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9776ADBB-DE47-413F-897B-B6EF1AB368CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9776ADBB-DE47-413F-897B-B6EF1AB368CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9776ADBB-DE47-413F-897B-B6EF1AB368CF}.Release|Any CPU.Build.0 = Release|Any CPU
{777F5219-7FF2-487D-8CBB-FBA75FC9BE21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{777F5219-7FF2-487D-8CBB-FBA75FC9BE21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{777F5219-7FF2-487D-8CBB-FBA75FC9BE21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{777F5219-7FF2-487D-8CBB-FBA75FC9BE21}.Release|Any CPU.Build.0 = Release|Any CPU
{A24AF181-EB58-4FE4-84B9-BF7CD213732E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A24AF181-EB58-4FE4-84B9-BF7CD213732E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A24AF181-EB58-4FE4-84B9-BF7CD213732E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A24AF181-EB58-4FE4-84B9-BF7CD213732E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal