-
Notifications
You must be signed in to change notification settings - Fork 0
/
ProxyGenerator.sln
63 lines (63 loc) · 3.76 KB
/
ProxyGenerator.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
54
55
56
57
58
59
60
61
62
63
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32414.318
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProxyGenerator.Core", "ProxyGenerator.Core\ProxyGenerator.Core.csproj", "{D9B555C8-4BE5-4910-92B8-83578BC32CE1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProxyGenerator.Test", "ProxyGenerator.Test\ProxyGenerator.Test.csproj", "{A1714844-608B-4B01-8C36-40526DF181DE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProxyGenerator.Benchmark", "ProxyGenerator.Benchmark\ProxyGenerator.Benchmark.csproj", "{DC671DC8-355F-407C-BF9F-D8691683FC18}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProxyGenerator.Aspnet", "ProxyGenerator.Aspnet\ProxyGenerator.Aspnet.csproj", "{E2D0E0C2-F83D-415F-9C84-5831C39402C4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProxyGenerator.Aspnet.Test", "ProxyGenerator.Aspnet.Test\ProxyGenerator.Aspnet.Test.csproj", "{5E939929-D4AE-46D6-AE2B-4FAC5D29AF3D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Common", "Common", "{305E45B8-1808-4D30-83AF-776E3143A97D}"
ProjectSection(SolutionItems) = preProject
Common.Targets = Common.Targets
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Github", "Github", "{FF0076F1-9F6F-485A-BB85-A4674B6B4264}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet-build.yml = .github\workflows\dotnet-build.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D9B555C8-4BE5-4910-92B8-83578BC32CE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9B555C8-4BE5-4910-92B8-83578BC32CE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9B555C8-4BE5-4910-92B8-83578BC32CE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9B555C8-4BE5-4910-92B8-83578BC32CE1}.Release|Any CPU.Build.0 = Release|Any CPU
{A1714844-608B-4B01-8C36-40526DF181DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1714844-608B-4B01-8C36-40526DF181DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1714844-608B-4B01-8C36-40526DF181DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1714844-608B-4B01-8C36-40526DF181DE}.Release|Any CPU.Build.0 = Release|Any CPU
{DC671DC8-355F-407C-BF9F-D8691683FC18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC671DC8-355F-407C-BF9F-D8691683FC18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC671DC8-355F-407C-BF9F-D8691683FC18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC671DC8-355F-407C-BF9F-D8691683FC18}.Release|Any CPU.Build.0 = Release|Any CPU
{E2D0E0C2-F83D-415F-9C84-5831C39402C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2D0E0C2-F83D-415F-9C84-5831C39402C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2D0E0C2-F83D-415F-9C84-5831C39402C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2D0E0C2-F83D-415F-9C84-5831C39402C4}.Release|Any CPU.Build.0 = Release|Any CPU
{5E939929-D4AE-46D6-AE2B-4FAC5D29AF3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E939929-D4AE-46D6-AE2B-4FAC5D29AF3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E939929-D4AE-46D6-AE2B-4FAC5D29AF3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E939929-D4AE-46D6-AE2B-4FAC5D29AF3D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FF0076F1-9F6F-485A-BB85-A4674B6B4264} = {305E45B8-1808-4D30-83AF-776E3143A97D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1C717C30-30AB-4313-9415-763DC180EFEF}
EndGlobalSection
EndGlobal