-
Notifications
You must be signed in to change notification settings - Fork 4
/
MiX.Integrate.API.Client.sln
44 lines (44 loc) · 2.16 KB
/
MiX.Integrate.API.Client.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.452
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MiX.Integrate.API.Client", "MiX.Integrate.API.Client\MiX.Integrate.API.Client.csproj", "{A2563776-268D-4575-AA0F-0752615E97F6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MiX.Integrate.Shared", "MiX.Integrate.Shared\MiX.Integrate.Shared.csproj", "{31F46E69-C226-4BA6-98AF-D00D94B27F36}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{96C29056-8A36-4D7E-88F9-A53C21E6F25A}"
ProjectSection(SolutionItems) = preProject
.nuget\nuget.config = .nuget\nuget.config
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{ACC2B478-087F-411D-AECA-9F01E6ED3CD7}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A2563776-268D-4575-AA0F-0752615E97F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2563776-268D-4575-AA0F-0752615E97F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2563776-268D-4575-AA0F-0752615E97F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2563776-268D-4575-AA0F-0752615E97F6}.Release|Any CPU.Build.0 = Release|Any CPU
{31F46E69-C226-4BA6-98AF-D00D94B27F36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31F46E69-C226-4BA6-98AF-D00D94B27F36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31F46E69-C226-4BA6-98AF-D00D94B27F36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31F46E69-C226-4BA6-98AF-D00D94B27F36}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BEB64E81-7088-432F-96E7-D8F1B0F63781}
EndGlobalSection
EndGlobal