-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaspgrapAPI.sln
More file actions
36 lines (36 loc) · 1.91 KB
/
aspgrapAPI.sln
File metadata and controls
36 lines (36 loc) · 1.91 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 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A2354333-6D7D-4D86-B3A6-01A25B87A963}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "aspgraphAPI", "src\aspgraphAPI\aspgraphAPI.csproj", "{90449BD4-3931-4056-9EEE-9611C5D0C223}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{2527F32E-A133-481A-9282-4B70FEDE6BBB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "aspgraphAPI.Tests", "test\aspgraphAPI.Tests\aspgraphAPI.Tests.csproj", "{DB3C29BC-B70B-4366-A89E-4CE36A7C128C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{90449BD4-3931-4056-9EEE-9611C5D0C223}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90449BD4-3931-4056-9EEE-9611C5D0C223}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90449BD4-3931-4056-9EEE-9611C5D0C223}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90449BD4-3931-4056-9EEE-9611C5D0C223}.Release|Any CPU.Build.0 = Release|Any CPU
{DB3C29BC-B70B-4366-A89E-4CE36A7C128C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB3C29BC-B70B-4366-A89E-4CE36A7C128C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB3C29BC-B70B-4366-A89E-4CE36A7C128C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB3C29BC-B70B-4366-A89E-4CE36A7C128C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{90449BD4-3931-4056-9EEE-9611C5D0C223} = {A2354333-6D7D-4D86-B3A6-01A25B87A963}
{DB3C29BC-B70B-4366-A89E-4CE36A7C128C} = {2527F32E-A133-481A-9282-4B70FEDE6BBB}
EndGlobalSection
EndGlobal