-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathLogicAppUnit.sln
42 lines (42 loc) · 2.39 KB
/
LogicAppUnit.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33103.184
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LogicAppUnit", "LogicAppUnit\LogicAppUnit.csproj", "{44ABDA22-F220-4C17-A7D0-B1D641884EEC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LogicAppUnit.Samples.Functions", "LogicAppUnit.Samples.Functions\LogicAppUnit.Samples.Functions.csproj", "{8BA56858-023A-4D84-A13E-ADA88FD9558E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LogicAppUnit.Samples.LogicApps.Tests", "LogicAppUnit.Samples.LogicApps.Tests\LogicAppUnit.Samples.LogicApps.Tests.csproj", "{00E21DB1-8738-4B4E-A613-38D7F564577C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{19845D13-8B58-49AF-8EA5-9107B6CF57D3}"
ProjectSection(SolutionItems) = preProject
nuget.config = nuget.config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{44ABDA22-F220-4C17-A7D0-B1D641884EEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44ABDA22-F220-4C17-A7D0-B1D641884EEC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44ABDA22-F220-4C17-A7D0-B1D641884EEC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44ABDA22-F220-4C17-A7D0-B1D641884EEC}.Release|Any CPU.Build.0 = Release|Any CPU
{8BA56858-023A-4D84-A13E-ADA88FD9558E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8BA56858-023A-4D84-A13E-ADA88FD9558E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8BA56858-023A-4D84-A13E-ADA88FD9558E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8BA56858-023A-4D84-A13E-ADA88FD9558E}.Release|Any CPU.Build.0 = Release|Any CPU
{00E21DB1-8738-4B4E-A613-38D7F564577C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00E21DB1-8738-4B4E-A613-38D7F564577C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00E21DB1-8738-4B4E-A613-38D7F564577C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00E21DB1-8738-4B4E-A613-38D7F564577C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {088BAC01-EB70-440C-950B-2B887C066FCC}
EndGlobalSection
EndGlobal