-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathApi.sln
40 lines (40 loc) · 2.54 KB
/
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
40
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Api", "Api\Api.csproj", "{C8BBBC59-EC00-4BFD-ACAB-9610D258B80C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aspire.ServiceDefaults", "Aspire.ServiceDefaults\Aspire.ServiceDefaults.csproj", "{5ECA1B06-2B56-4FE8-9889-31E6D5112B25}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aspire.Tests", "Aspire.Tests\Aspire.Tests.csproj", "{7A9DBFEE-6583-438F-A4BF-2B0D276343BC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aspire.Host", "Aspire.Host\Aspire.Host.csproj", "{07E17AA6-7D48-4645-88C8-01900408E6F7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "pipeline", "pipeline", "{107A0E89-0BAE-466E-9735-2D054C1201ED}"
ProjectSection(SolutionItems) = preProject
pipelines\no-filter.azure-pipelines.yml = pipelines\no-filter.azure-pipelines.yml
pipelines\with-filter.azure-pipelines.yml = pipelines\with-filter.azure-pipelines.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C8BBBC59-EC00-4BFD-ACAB-9610D258B80C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8BBBC59-EC00-4BFD-ACAB-9610D258B80C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8BBBC59-EC00-4BFD-ACAB-9610D258B80C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8BBBC59-EC00-4BFD-ACAB-9610D258B80C}.Release|Any CPU.Build.0 = Release|Any CPU
{5ECA1B06-2B56-4FE8-9889-31E6D5112B25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5ECA1B06-2B56-4FE8-9889-31E6D5112B25}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5ECA1B06-2B56-4FE8-9889-31E6D5112B25}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5ECA1B06-2B56-4FE8-9889-31E6D5112B25}.Release|Any CPU.Build.0 = Release|Any CPU
{7A9DBFEE-6583-438F-A4BF-2B0D276343BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A9DBFEE-6583-438F-A4BF-2B0D276343BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A9DBFEE-6583-438F-A4BF-2B0D276343BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A9DBFEE-6583-438F-A4BF-2B0D276343BC}.Release|Any CPU.Build.0 = Release|Any CPU
{07E17AA6-7D48-4645-88C8-01900408E6F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07E17AA6-7D48-4645-88C8-01900408E6F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07E17AA6-7D48-4645-88C8-01900408E6F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07E17AA6-7D48-4645-88C8-01900408E6F7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal