-
Notifications
You must be signed in to change notification settings - Fork 0
/
Sample.Dataverse.sln
62 lines (62 loc) · 3.37 KB
/
Sample.Dataverse.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
50
51
52
53
54
55
56
57
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32421.90
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Services", "Services\Services.csproj", "{05AF95BD-F7BA-40EF-89B5-223212463FF1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugins", "Plugins\Plugins.csproj", "{5C9A4838-BA9F-4DE0-98EC-A8FA0FDA8C4F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebResources", "WebResources\WebResources.csproj", "{ADA4BA94-E164-465D-8BDF-5102F3B5CB1D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DataPackage", "DataPackage", "{C441CD18-3C15-460A-BE83-0F17B9456AE4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "FetchXmls", "FetchXmls", "{A08A3482-E22C-4831-A727-76CAF94619DB}"
ProjectSection(SolutionItems) = preProject
DataPackage\Fetches\new_table.xml = DataPackage\Fetches\new_table.xml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{311C006B-6E9C-4766-AA17-24BCDB85B780}"
ProjectSection(SolutionItems) = preProject
DataPackage\Scripts\CheckoutBranch.ps1 = DataPackage\Scripts\CheckoutBranch.ps1
DataPackage\Scripts\ExportData.ps1 = DataPackage\Scripts\ExportData.ps1
DataPackage\Scripts\PipelineCommit.ps1 = DataPackage\Scripts\PipelineCommit.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{4B08FEF6-E2B1-4EC3-9D09-85A4A65C5397}"
ProjectSection(SolutionItems) = preProject
Scripts\AuthConfig.json = Scripts\AuthConfig.json
Scripts\ExportAndUnpack.ps1 = Scripts\ExportAndUnpack.ps1
Scripts\RunPostDeploymentTasks.ps1 = Scripts\RunPostDeploymentTasks.ps1
Scripts\ScriptConfig.json = Scripts\ScriptConfig.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{05AF95BD-F7BA-40EF-89B5-223212463FF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05AF95BD-F7BA-40EF-89B5-223212463FF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05AF95BD-F7BA-40EF-89B5-223212463FF1}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{05AF95BD-F7BA-40EF-89B5-223212463FF1}.Release|Any CPU.Build.0 = Debug|Any CPU
{5C9A4838-BA9F-4DE0-98EC-A8FA0FDA8C4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C9A4838-BA9F-4DE0-98EC-A8FA0FDA8C4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C9A4838-BA9F-4DE0-98EC-A8FA0FDA8C4F}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{5C9A4838-BA9F-4DE0-98EC-A8FA0FDA8C4F}.Release|Any CPU.Build.0 = Debug|Any CPU
{ADA4BA94-E164-465D-8BDF-5102F3B5CB1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ADA4BA94-E164-465D-8BDF-5102F3B5CB1D}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{ADA4BA94-E164-465D-8BDF-5102F3B5CB1D}.Release|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A08A3482-E22C-4831-A727-76CAF94619DB} = {C441CD18-3C15-460A-BE83-0F17B9456AE4}
{311C006B-6E9C-4766-AA17-24BCDB85B780} = {C441CD18-3C15-460A-BE83-0F17B9456AE4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EE5CD110-60D5-4FE0-BA0F-50C757A8BA56}
EndGlobalSection
EndGlobal