-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPowerPlatform.EntitySerializer.sln
49 lines (49 loc) · 2.81 KB
/
PowerPlatform.EntitySerializer.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 Version 17
VisualStudioVersion = 17.7.34024.191
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PowerPlatform.EntitySerializer", "PowerPlatform.EntitySerializer\PowerPlatform.EntitySerializer.csproj", "{7E5491F3-EB5D-4626-8075-686D88019600}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Files", "Files", "{595B1B67-4500-4AD0-93E3-15BFA52A9E54}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
LICENSE = LICENSE
Logo_80x80.png = Logo_80x80.png
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PowerPlatform.EntitySerializer.Tests", "PowerPlatform.EntitySerializer.Tests\PowerPlatform.EntitySerializer.Tests.csproj", "{EAE30B23-7488-4479-97D5-13993DA22B60}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PowerPlatform.EntitySerializer.Sources", "PowerPlatform.EntitySerializer.Sources", "{02FF129B-F501-4521-AB29-32AA2CA3B4B5}"
ProjectSection(SolutionItems) = preProject
PowerPlatform.EntitySerializer.Sources\PowerPlatform.EntitySerializer.Sources.nuspec = PowerPlatform.EntitySerializer.Sources\PowerPlatform.EntitySerializer.Sources.nuspec
PowerPlatform.EntitySerializer.Sources\PowerPlatform.EntitySerializer.Sources.targets = PowerPlatform.EntitySerializer.Sources\PowerPlatform.EntitySerializer.Sources.targets
PowerPlatform.EntitySerializer.Sources\README.md = PowerPlatform.EntitySerializer.Sources\README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7E5491F3-EB5D-4626-8075-686D88019600}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E5491F3-EB5D-4626-8075-686D88019600}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E5491F3-EB5D-4626-8075-686D88019600}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E5491F3-EB5D-4626-8075-686D88019600}.Release|Any CPU.Build.0 = Release|Any CPU
{EAE30B23-7488-4479-97D5-13993DA22B60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EAE30B23-7488-4479-97D5-13993DA22B60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EAE30B23-7488-4479-97D5-13993DA22B60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EAE30B23-7488-4479-97D5-13993DA22B60}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{02FF129B-F501-4521-AB29-32AA2CA3B4B5} = {595B1B67-4500-4AD0-93E3-15BFA52A9E54}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5A9A6945-BD58-401D-8C8B-98102E62A5CE}
EndGlobalSection
EndGlobal