-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathAPIMatic.Core.sln
More file actions
36 lines (36 loc) · 1.81 KB
/
APIMatic.Core.sln
File metadata and controls
36 lines (36 loc) · 1.81 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32630.194
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "APIMatic.Core", "APIMatic.Core\APIMatic.Core.csproj", "{291FD1A4-0DD6-4E5C-B984-A4B081F4D8FF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "APIMatic.Core.Test", "APIMatic.Core.Test\APIMatic.Core.Test.csproj", "{E3A68F04-2489-47D5-B5B2-2B4F07BED16C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{113BA499-B6DA-41B2-8E5C-357C4EAB4510}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{291FD1A4-0DD6-4E5C-B984-A4B081F4D8FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{291FD1A4-0DD6-4E5C-B984-A4B081F4D8FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{291FD1A4-0DD6-4E5C-B984-A4B081F4D8FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{291FD1A4-0DD6-4E5C-B984-A4B081F4D8FF}.Release|Any CPU.Build.0 = Release|Any CPU
{E3A68F04-2489-47D5-B5B2-2B4F07BED16C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3A68F04-2489-47D5-B5B2-2B4F07BED16C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3A68F04-2489-47D5-B5B2-2B4F07BED16C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3A68F04-2489-47D5-B5B2-2B4F07BED16C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A0297BED-C4BF-4AF5-9B3D-A090E5CC06AB}
EndGlobalSection
EndGlobal