-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathXrm.Oss.XTL.sln
54 lines (54 loc) · 3.18 KB
/
Xrm.Oss.XTL.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{EBCE4C32-B9B8-44FC-848B-1FDA720003FC}"
ProjectSection(SolutionItems) = preProject
paket.dependencies = paket.dependencies
paket.template = paket.template
EndProjectSection
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Xrm.Oss.XTL.Interpreter", "src\lib\Xrm.Oss.XTL.Interpreter\Xrm.Oss.XTL.Interpreter.shproj", "{8BBFE374-09C1-43C5-8BC4-BB8E1FB51457}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xrm.Oss.XTL.Templating", "src\plugin\Xrm.Oss.XTL.Templating\Xrm.Oss.XTL.Templating.csproj", "{49ADDB8F-E8A8-4087-A1DC-F28CF3A9748F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xrm.Oss.XTL.Interpreter.Tests", "src\test\Xrm.Oss.XTL.Interpreter.Tests\Xrm.Oss.XTL.Interpreter.Tests.csproj", "{2F63E2A2-B455-4DD9-B806-22796B24C793}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xrm.Oss.XTL.Templating.Tests", "src\test\Xrm.Oss.XTL.Templating.Tests\Xrm.Oss.XTL.Templating.Tests.csproj", "{005C7F2D-010D-4457-AFE4-B06700C457F4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{BA4A5D25-9BF3-4207-A552-959831A9140E}"
ProjectSection(SolutionItems) = preProject
build.cmd = build.cmd
build.fsx = build.fsx
EndProjectSection
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
src\lib\Xrm.Oss.XTL.Interpreter\Xrm.Oss.XTL.Interpreter.projitems*{49addb8f-e8a8-4087-a1dc-f28cf3a9748f}*SharedItemsImports = 4
src\lib\Xrm.Oss.XTL.Interpreter\Xrm.Oss.XTL.Interpreter.projitems*{8bbfe374-09c1-43c5-8bc4-bb8e1fb51457}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{49ADDB8F-E8A8-4087-A1DC-F28CF3A9748F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49ADDB8F-E8A8-4087-A1DC-F28CF3A9748F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49ADDB8F-E8A8-4087-A1DC-F28CF3A9748F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49ADDB8F-E8A8-4087-A1DC-F28CF3A9748F}.Release|Any CPU.Build.0 = Release|Any CPU
{2F63E2A2-B455-4DD9-B806-22796B24C793}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F63E2A2-B455-4DD9-B806-22796B24C793}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F63E2A2-B455-4DD9-B806-22796B24C793}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F63E2A2-B455-4DD9-B806-22796B24C793}.Release|Any CPU.Build.0 = Release|Any CPU
{005C7F2D-010D-4457-AFE4-B06700C457F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{005C7F2D-010D-4457-AFE4-B06700C457F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{005C7F2D-010D-4457-AFE4-B06700C457F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{005C7F2D-010D-4457-AFE4-B06700C457F4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DC3083D9-E874-45FD-B0CB-2E8A3C531D80}
EndGlobalSection
EndGlobal