-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPowerAutomateMockUp.sln
37 lines (37 loc) · 1.81 KB
/
PowerAutomateMockUp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30413.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test", "Test\Test.csproj", "{DCBD636B-9320-4843-B2C0-F6599162116B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PowerAutomateMockUp", "PowerAutomateMockUp\PowerAutomateMockUp.csproj", "{FA5B2BAD-31DF-42D9-9E35-BC058316F06D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3A832071-17C0-4F94-8592-4060E11AB731}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
ReadMe.md = ReadMe.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DCBD636B-9320-4843-B2C0-F6599162116B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCBD636B-9320-4843-B2C0-F6599162116B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCBD636B-9320-4843-B2C0-F6599162116B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCBD636B-9320-4843-B2C0-F6599162116B}.Release|Any CPU.Build.0 = Release|Any CPU
{FA5B2BAD-31DF-42D9-9E35-BC058316F06D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA5B2BAD-31DF-42D9-9E35-BC058316F06D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA5B2BAD-31DF-42D9-9E35-BC058316F06D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA5B2BAD-31DF-42D9-9E35-BC058316F06D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0FDAAEB7-26D2-4FE9-B09D-4B310DF50198}
EndGlobalSection
EndGlobal