-
Notifications
You must be signed in to change notification settings - Fork 2
/
Ndax.Api.sln
39 lines (39 loc) · 1.87 KB
/
Ndax.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30717.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ndax.Api", "src\Ndax.Api\Ndax.Api.csproj", "{1AA36B9E-A0F0-4D73-ABE3-40FADA5D3C63}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{72FEA370-6DA5-4D77-90EC-EC5307162C4B}"
ProjectSection(SolutionItems) = preProject
300x250 - Blue.png = 300x250 - Blue.png
CHANGELOG.md = CHANGELOG.md
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApp1", "samples\ConsoleApp1\ConsoleApp1.csproj", "{55AF3EB5-E7EF-42A9-AEE8-F4F985FE8C62}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1AA36B9E-A0F0-4D73-ABE3-40FADA5D3C63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1AA36B9E-A0F0-4D73-ABE3-40FADA5D3C63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1AA36B9E-A0F0-4D73-ABE3-40FADA5D3C63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1AA36B9E-A0F0-4D73-ABE3-40FADA5D3C63}.Release|Any CPU.Build.0 = Release|Any CPU
{55AF3EB5-E7EF-42A9-AEE8-F4F985FE8C62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55AF3EB5-E7EF-42A9-AEE8-F4F985FE8C62}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55AF3EB5-E7EF-42A9-AEE8-F4F985FE8C62}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55AF3EB5-E7EF-42A9-AEE8-F4F985FE8C62}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {840EBAC0-56B6-4893-9E02-1C438B304C6D}
EndGlobalSection
EndGlobal