-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFieldDefinitionGenerator.sln
37 lines (37 loc) · 2.25 KB
/
FieldDefinitionGenerator.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.31729.503
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FieldDefinitionGenerator", "FieldDefinitionGenerator\FieldDefinitionGenerator.csproj", "{8655CDAC-AE9D-46CF-AC97-F102A20E0D9C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FieldDefinitionGenerator.CrmPlugin", "FieldDefinitionGenerator.Logic\FieldDefinitionGenerator.CrmPlugin.csproj", "{36F40127-A402-4D6B-A911-00A06DCE3A05}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "FieldDefinitionGenerator.Logic.Shared", "FieldDefinitionGenerator.Logic.Shared\FieldDefinitionGenerator.Logic.Shared.shproj", "{E9716F9A-5CE1-491C-B1E3-480E840B04E1}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
FieldDefinitionGenerator.Logic.Shared\FieldDefinitionGenerator.Logic.Shared.projitems*{8655cdac-ae9d-46cf-ac97-f102a20e0d9c}*SharedItemsImports = 4
FieldDefinitionGenerator.Logic.Shared\FieldDefinitionGenerator.Logic.Shared.projitems*{e9716f9a-5ce1-491c-b1e3-480e840b04e1}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8655CDAC-AE9D-46CF-AC97-F102A20E0D9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8655CDAC-AE9D-46CF-AC97-F102A20E0D9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8655CDAC-AE9D-46CF-AC97-F102A20E0D9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8655CDAC-AE9D-46CF-AC97-F102A20E0D9C}.Release|Any CPU.Build.0 = Release|Any CPU
{36F40127-A402-4D6B-A911-00A06DCE3A05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36F40127-A402-4D6B-A911-00A06DCE3A05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36F40127-A402-4D6B-A911-00A06DCE3A05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36F40127-A402-4D6B-A911-00A06DCE3A05}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0F1D323B-3275-4A20-8E41-46E62CBA68A4}
EndGlobalSection
EndGlobal