-
Notifications
You must be signed in to change notification settings - Fork 0
/
AdapterInterceptor.sln
61 lines (61 loc) · 4.81 KB
/
AdapterInterceptor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29911.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "com.github.akovac35.AdapterInterceptor", "src\com.github.akovac35.AdapterInterceptor\com.github.akovac35.AdapterInterceptor.csproj", "{3CD8205F-07DF-4BDC-BFE6-DEB93AC346EC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "com.github.akovac35.AdapterInterceptor.Tests", "test\com.github.akovac35.AdapterInterceptor.Tests\com.github.akovac35.AdapterInterceptor.Tests.csproj", "{2E9071E1-FD28-4490-833B-7E62D84E2740}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "com.github.akovac35.AdapterInterceptor.Benchmarks", "test\com.github.akovac35.AdapterInterceptor.Benchmarks\com.github.akovac35.AdapterInterceptor.Benchmarks.csproj", "{78A2B1A3-42B5-4174-97A6-B09FA99751C0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "com.github.akovac35.AdapterInterceptor.Concurrency.Tests", "test\com.github.akovac35.AdapterInterceptor.Concurrency.Tests\com.github.akovac35.AdapterInterceptor.Concurrency.Tests.csproj", "{2F0AE12C-F8CC-4DF8-B99C-E04DE83451FE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "com.github.akovac35.AdapterInterceptor.Abstractions", "src\com.github.akovac35.AdapterInterceptor.Abstractions\com.github.akovac35.AdapterInterceptor.Abstractions.csproj", "{589D09D2-48D3-41CF-9D3C-68D9108D0D71}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "com.github.akovac35.AdapterInterceptor.DefaultAdapterMapper", "src\com.github.akovac35.AdapterInterceptor.DefaultAdapterMapper\com.github.akovac35.AdapterInterceptor.DefaultAdapterMapper.csproj", "{BC7565AE-D32C-4A9B-AC02-B67B495F8B04}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "com.github.akovac35.AdapterInterceptor.DependencyInjection", "src\com.github.akovac35.AdapterInterceptor.DependencyInjection\com.github.akovac35.AdapterInterceptor.DependencyInjection.csproj", "{72519EBE-BA8E-4D1B-84A9-99C10AC40EF9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3CD8205F-07DF-4BDC-BFE6-DEB93AC346EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3CD8205F-07DF-4BDC-BFE6-DEB93AC346EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3CD8205F-07DF-4BDC-BFE6-DEB93AC346EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3CD8205F-07DF-4BDC-BFE6-DEB93AC346EC}.Release|Any CPU.Build.0 = Release|Any CPU
{2E9071E1-FD28-4490-833B-7E62D84E2740}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E9071E1-FD28-4490-833B-7E62D84E2740}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E9071E1-FD28-4490-833B-7E62D84E2740}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E9071E1-FD28-4490-833B-7E62D84E2740}.Release|Any CPU.Build.0 = Release|Any CPU
{78A2B1A3-42B5-4174-97A6-B09FA99751C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78A2B1A3-42B5-4174-97A6-B09FA99751C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78A2B1A3-42B5-4174-97A6-B09FA99751C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78A2B1A3-42B5-4174-97A6-B09FA99751C0}.Release|Any CPU.Build.0 = Release|Any CPU
{2F0AE12C-F8CC-4DF8-B99C-E04DE83451FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F0AE12C-F8CC-4DF8-B99C-E04DE83451FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F0AE12C-F8CC-4DF8-B99C-E04DE83451FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F0AE12C-F8CC-4DF8-B99C-E04DE83451FE}.Release|Any CPU.Build.0 = Release|Any CPU
{589D09D2-48D3-41CF-9D3C-68D9108D0D71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{589D09D2-48D3-41CF-9D3C-68D9108D0D71}.Debug|Any CPU.Build.0 = Debug|Any CPU
{589D09D2-48D3-41CF-9D3C-68D9108D0D71}.Release|Any CPU.ActiveCfg = Release|Any CPU
{589D09D2-48D3-41CF-9D3C-68D9108D0D71}.Release|Any CPU.Build.0 = Release|Any CPU
{BC7565AE-D32C-4A9B-AC02-B67B495F8B04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC7565AE-D32C-4A9B-AC02-B67B495F8B04}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC7565AE-D32C-4A9B-AC02-B67B495F8B04}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC7565AE-D32C-4A9B-AC02-B67B495F8B04}.Release|Any CPU.Build.0 = Release|Any CPU
{72519EBE-BA8E-4D1B-84A9-99C10AC40EF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72519EBE-BA8E-4D1B-84A9-99C10AC40EF9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72519EBE-BA8E-4D1B-84A9-99C10AC40EF9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72519EBE-BA8E-4D1B-84A9-99C10AC40EF9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5D572FFE-37A7-42CE-8A9C-44AE0B55F8CD}
EndGlobalSection
EndGlobal