-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMinimalApiMapper.sln
More file actions
34 lines (34 loc) · 2.45 KB
/
MinimalApiMapper.sln
File metadata and controls
34 lines (34 loc) · 2.45 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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MinimalApiMapper.SourceGenerator", "MinimalApiMapper.SourceGenerator\MinimalApiMapper.SourceGenerator.csproj", "{9D60CA5B-E945-4EC5-B10D-D9D2312902B6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MinimalApiMapper.SourceGenerator.Sample", "MinimalApiMapper.SourceGenerator.Sample\MinimalApiMapper.SourceGenerator.Sample.csproj", "{A45359F9-2E52-49DF-BE41-2DDCD444F787}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MinimalApiMapper.SourceGenerator.Tests", "MinimalApiMapper.SourceGenerator.Tests\MinimalApiMapper.SourceGenerator.Tests.csproj", "{535FDE03-5476-4B4C-9EF9-E613840F73B7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MinimalApiMapper.Abstractions", "MinimalApiMapper.Abstractions\MinimalApiMapper.Abstractions.csproj", "{26CDB9D7-CC19-40C9-9D99-520290DFD2CF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9D60CA5B-E945-4EC5-B10D-D9D2312902B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D60CA5B-E945-4EC5-B10D-D9D2312902B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D60CA5B-E945-4EC5-B10D-D9D2312902B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D60CA5B-E945-4EC5-B10D-D9D2312902B6}.Release|Any CPU.Build.0 = Release|Any CPU
{A45359F9-2E52-49DF-BE41-2DDCD444F787}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A45359F9-2E52-49DF-BE41-2DDCD444F787}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A45359F9-2E52-49DF-BE41-2DDCD444F787}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A45359F9-2E52-49DF-BE41-2DDCD444F787}.Release|Any CPU.Build.0 = Release|Any CPU
{535FDE03-5476-4B4C-9EF9-E613840F73B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{535FDE03-5476-4B4C-9EF9-E613840F73B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{535FDE03-5476-4B4C-9EF9-E613840F73B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{535FDE03-5476-4B4C-9EF9-E613840F73B7}.Release|Any CPU.Build.0 = Release|Any CPU
{26CDB9D7-CC19-40C9-9D99-520290DFD2CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26CDB9D7-CC19-40C9-9D99-520290DFD2CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26CDB9D7-CC19-40C9-9D99-520290DFD2CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26CDB9D7-CC19-40C9-9D99-520290DFD2CF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal