-
Notifications
You must be signed in to change notification settings - Fork 0
/
MicrosoftDynamics.Api.sln
42 lines (42 loc) · 2.04 KB
/
MicrosoftDynamics.Api.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35506.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MicrosoftDynamics.Api", "MicrosoftDynamics.Api\MicrosoftDynamics.Api.csproj", "{560E8B63-0F08-44B7-B453-B64A2FA43E7C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F420E020-3082-4090-BCB0-C5E664592BF3}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
global.json = global.json
LICENSE = LICENSE
MicrosoftDynamics.Api.dic = MicrosoftDynamics.Api.dic
README.md = README.md
version.json = version.json
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MicrosoftDynamics.Api.Test", "MicrosoftDynamics.Api.Test\MicrosoftDynamics.Api.Test.csproj", "{F5D6D94E-495E-440B-94E8-A7625481462B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{560E8B63-0F08-44B7-B453-B64A2FA43E7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{560E8B63-0F08-44B7-B453-B64A2FA43E7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{560E8B63-0F08-44B7-B453-B64A2FA43E7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{560E8B63-0F08-44B7-B453-B64A2FA43E7C}.Release|Any CPU.Build.0 = Release|Any CPU
{F5D6D94E-495E-440B-94E8-A7625481462B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5D6D94E-495E-440B-94E8-A7625481462B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5D6D94E-495E-440B-94E8-A7625481462B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5D6D94E-495E-440B-94E8-A7625481462B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ACF4A9B8-7056-4980-A873-EF3C2C450DB4}
EndGlobalSection
EndGlobal