-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdotnet-test-app.sln
31 lines (31 loc) · 1.59 KB
/
dotnet-test-app.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dotnet-test-api", "dotnet-test-app\dotnet-test-api.csproj", "{903B625A-E9F9-4856-9B53-5C222B0034AC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dotnet-test-website", "dotnet-test-website\dotnet-test-website.csproj", "{E29ED00D-CF1B-4D47-B48D-DEA19290A9E5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{903B625A-E9F9-4856-9B53-5C222B0034AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{903B625A-E9F9-4856-9B53-5C222B0034AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{903B625A-E9F9-4856-9B53-5C222B0034AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{903B625A-E9F9-4856-9B53-5C222B0034AC}.Release|Any CPU.Build.0 = Release|Any CPU
{E29ED00D-CF1B-4D47-B48D-DEA19290A9E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E29ED00D-CF1B-4D47-B48D-DEA19290A9E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E29ED00D-CF1B-4D47-B48D-DEA19290A9E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E29ED00D-CF1B-4D47-B48D-DEA19290A9E5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {60C96E56-525C-4120-A0E9-42983EED78AF}
EndGlobalSection
EndGlobal