-
Notifications
You must be signed in to change notification settings - Fork 0
/
MalApi.sln
35 lines (35 loc) · 1.62 KB
/
MalApi.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MalApi", "MalApi\MalApi.csproj", "{641A2318-92E7-40ED-854F-FDFF3AE9B437}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MalApi.Tests", "MalApi.Tests\MalApi.Tests.csproj", "{3B50692A-0A6C-4589-A066-D7756FB60D36}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A9D1AB53-6966-42E5-B70C-FE63FF98F98E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{641A2318-92E7-40ED-854F-FDFF3AE9B437}.Debug|x64.ActiveCfg = Debug|x64
{641A2318-92E7-40ED-854F-FDFF3AE9B437}.Debug|x64.Build.0 = Debug|x64
{641A2318-92E7-40ED-854F-FDFF3AE9B437}.Release|x64.ActiveCfg = Release|x64
{641A2318-92E7-40ED-854F-FDFF3AE9B437}.Release|x64.Build.0 = Release|x64
{3B50692A-0A6C-4589-A066-D7756FB60D36}.Debug|x64.ActiveCfg = Debug|x64
{3B50692A-0A6C-4589-A066-D7756FB60D36}.Debug|x64.Build.0 = Debug|x64
{3B50692A-0A6C-4589-A066-D7756FB60D36}.Release|x64.ActiveCfg = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {362E9732-DD1D-400F-BBD3-7F94E51FF0DA}
EndGlobalSection
EndGlobal