-
Notifications
You must be signed in to change notification settings - Fork 0
/
PowerPlatformDevOps.sln
48 lines (48 loc) · 2.44 KB
/
PowerPlatformDevOps.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32421.90
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DB8D8804-C1BF-4614-AAB1-F2DCACFE24DE}"
ProjectSection(SolutionItems) = preProject
.artifactignore = .artifactignore
.gitignore = .gitignore
build.yaml = build.yaml
deployPackages.json = deployPackages.json
EnvironmentDeploy.yaml = EnvironmentDeploy.yaml
Environments.json = Environments.json
package.json = package.json
SolutionChecker.json = SolutionChecker.json
EndProjectSection
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Common", "Common\Common.shproj", "{7F925BE0-A404-4902-9BC4-17E6D1D2BE86}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SolutionTemplate", "SolutionTemplate\SolutionTemplate.csproj", "{FD9F7C75-6F1A-416D-96C2-1FFDAFBF06BF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugins.Tests", "Plugins.Tests\Plugins.Tests.csproj", "{C144403F-0719-4888-8818-6D70C9CD3288}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Common\Common.projitems*{7f925be0-a404-4902-9bc4-17e6d1d2be86}*SharedItemsImports = 13
Common\Common.projitems*{fd9f7c75-6f1a-416d-96c2-1ffdafbf06bf}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FD9F7C75-6F1A-416D-96C2-1FFDAFBF06BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD9F7C75-6F1A-416D-96C2-1FFDAFBF06BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD9F7C75-6F1A-416D-96C2-1FFDAFBF06BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD9F7C75-6F1A-416D-96C2-1FFDAFBF06BF}.Release|Any CPU.Build.0 = Release|Any CPU
{C144403F-0719-4888-8818-6D70C9CD3288}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C144403F-0719-4888-8818-6D70C9CD3288}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C144403F-0719-4888-8818-6D70C9CD3288}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C144403F-0719-4888-8818-6D70C9CD3288}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BAFF6E65-3AFE-4170-B74B-F15AB461153A}
EndGlobalSection
EndGlobal