-
Notifications
You must be signed in to change notification settings - Fork 0
/
EndpointMapper.sln
53 lines (53 loc) · 3.43 KB
/
EndpointMapper.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
41
42
43
44
45
46
47
48
49
50
51
52
53
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EndpointMapper", "EndpointMapper\EndpointMapper.csproj", "{03AFFD98-13DE-474D-B37C-B413A532C7C5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EndpointMapper.TestApplication", "EndpointMapper.TestApplication\EndpointMapper.TestApplication.csproj", "{9F4F3440-2AF8-4E67-BF37-57763ABD89E0}"
ProjectSection(ProjectDependencies) = postProject
{03AFFD98-13DE-474D-B37C-B413A532C7C5} = {03AFFD98-13DE-474D-B37C-B413A532C7C5}
{CC1261F7-3BCE-4C68-8CC3-02DBED4AB17A} = {CC1261F7-3BCE-4C68-8CC3-02DBED4AB17A}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EndpointMapper.OpenApi", "EndpointMapper.OpenApi\EndpointMapper.OpenApi.csproj", "{CC1261F7-3BCE-4C68-8CC3-02DBED4AB17A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EndpointMapper.TestApplication.NativeAOT", "EndpointMapper.TestApplication.NativeAOT\EndpointMapper.TestApplication.NativeAOT.csproj", "{9CDB98A1-D5DB-4D19-B20F-42EDBE97ACBF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EndpointMapper.SourceGenerator", "EndpointMapper.SourceGenerator\EndpointMapper.SourceGenerator.csproj", "{BB60C302-2628-4F22-96BC-061916F2A963}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{03AFFD98-13DE-474D-B37C-B413A532C7C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03AFFD98-13DE-474D-B37C-B413A532C7C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03AFFD98-13DE-474D-B37C-B413A532C7C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03AFFD98-13DE-474D-B37C-B413A532C7C5}.Release|Any CPU.Build.0 = Release|Any CPU
{9F4F3440-2AF8-4E67-BF37-57763ABD89E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F4F3440-2AF8-4E67-BF37-57763ABD89E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F4F3440-2AF8-4E67-BF37-57763ABD89E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F4F3440-2AF8-4E67-BF37-57763ABD89E0}.Release|Any CPU.Build.0 = Release|Any CPU
{CC1261F7-3BCE-4C68-8CC3-02DBED4AB17A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC1261F7-3BCE-4C68-8CC3-02DBED4AB17A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC1261F7-3BCE-4C68-8CC3-02DBED4AB17A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC1261F7-3BCE-4C68-8CC3-02DBED4AB17A}.Release|Any CPU.Build.0 = Release|Any CPU
{9CDB98A1-D5DB-4D19-B20F-42EDBE97ACBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CDB98A1-D5DB-4D19-B20F-42EDBE97ACBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CDB98A1-D5DB-4D19-B20F-42EDBE97ACBF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CDB98A1-D5DB-4D19-B20F-42EDBE97ACBF}.Release|Any CPU.Build.0 = Release|Any CPU
{BB60C302-2628-4F22-96BC-061916F2A963}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB60C302-2628-4F22-96BC-061916F2A963}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB60C302-2628-4F22-96BC-061916F2A963}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB60C302-2628-4F22-96BC-061916F2A963}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FFF89CB7-A3A5-4811-86A7-A01536530F08}
EndGlobalSection
EndGlobal