-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCloudSmith.Dynamics365.Samples.sln
50 lines (50 loc) · 3.08 KB
/
CloudSmith.Dynamics365.Samples.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29102.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EADF1B21-BB69-4C5D-A9F9-4BF9F6BD21FB}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
production.version = production.version
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CloudSmith.Dynamics365.AssemblyScanner", "src\CloudSmith.Dynamics365.AssemblyScanner\CloudSmith.Dynamics365.AssemblyScanner.csproj", "{6B3759B6-912F-4D21-8A0F-790B77E370AA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CloudSmith.Dynamics365.CrmSvcUtil", "src\CloudSmith.Dynamics365.CrmSvcUtil\CloudSmith.Dynamics365.CrmSvcUtil.csproj", "{6907A8B4-6F8A-424A-9572-7CA0D5F35CDD}"
EndProject
Project("{F5034706-568F-408A-B7B3-4D38C6DB8A32}") = "CloudSmith.Dynamics365.SampleScripts", "src\CloudSmith.Dynamics365.SampleScripts\CloudSmith.Dynamics365.SampleScripts.pssproj", "{6907E610-79DF-4064-A2EF-4BE4915C2444}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CloudSmith.Dynamics365.SampleTests", "src\CloudSmith.Dynamics365.SampleTests\CloudSmith.Dynamics365.SampleTests.csproj", "{4F80743B-E3C8-4136-9172-9C98F4C31AAF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6B3759B6-912F-4D21-8A0F-790B77E370AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B3759B6-912F-4D21-8A0F-790B77E370AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B3759B6-912F-4D21-8A0F-790B77E370AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B3759B6-912F-4D21-8A0F-790B77E370AA}.Release|Any CPU.Build.0 = Release|Any CPU
{6907A8B4-6F8A-424A-9572-7CA0D5F35CDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6907A8B4-6F8A-424A-9572-7CA0D5F35CDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6907A8B4-6F8A-424A-9572-7CA0D5F35CDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6907A8B4-6F8A-424A-9572-7CA0D5F35CDD}.Release|Any CPU.Build.0 = Release|Any CPU
{6907E610-79DF-4064-A2EF-4BE4915C2444}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6907E610-79DF-4064-A2EF-4BE4915C2444}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6907E610-79DF-4064-A2EF-4BE4915C2444}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6907E610-79DF-4064-A2EF-4BE4915C2444}.Release|Any CPU.Build.0 = Release|Any CPU
{4F80743B-E3C8-4136-9172-9C98F4C31AAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F80743B-E3C8-4136-9172-9C98F4C31AAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F80743B-E3C8-4136-9172-9C98F4C31AAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F80743B-E3C8-4136-9172-9C98F4C31AAF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {09BE3CBA-4E8C-4197-847B-1DCE296E8ADF}
EndGlobalSection
EndGlobal