Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Microsoft.Extensions.Logging.EventSource.sln « Microsoft.Extensions.Logging.EventSource « libraries « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 619a30db23942d661dc2dce590336481532134ea (plain)
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

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29827.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ref", "ref", "{DDE5A3F1-C3F4-4BA7-807B-FC6632E38C19}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{C612E0EC-DDF8-4D6F-B775-3EE98721D562}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{F476F7BA-2F47-4AAB-AF22-20D8ECBAE2E1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Extensions.Logging.EventSource", "ref\Microsoft.Extensions.Logging.EventSource.csproj", "{57FC3126-1841-4D21-A52E-7C13807DA68B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Extensions.Logging.EventSource", "src\Microsoft.Extensions.Logging.EventSource.csproj", "{D7E3D698-2812-4FF2-98DF-A45C4377E4C4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Extensions.Logging.EventSource.Tests", "tests\Microsoft.Extensions.Logging.EventSource.Tests.csproj", "{F4B45EFE-9DA0-4190-8267-50230E1FF413}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestUtilities", "..\Common\tests\TestUtilities\TestUtilities.csproj", "{4CB74585-BCBA-48E4-9532-3D2B343EC9CB}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{57FC3126-1841-4D21-A52E-7C13807DA68B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{57FC3126-1841-4D21-A52E-7C13807DA68B}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{57FC3126-1841-4D21-A52E-7C13807DA68B}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{57FC3126-1841-4D21-A52E-7C13807DA68B}.Release|Any CPU.Build.0 = Release|Any CPU
		{D7E3D698-2812-4FF2-98DF-A45C4377E4C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{D7E3D698-2812-4FF2-98DF-A45C4377E4C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{D7E3D698-2812-4FF2-98DF-A45C4377E4C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{D7E3D698-2812-4FF2-98DF-A45C4377E4C4}.Release|Any CPU.Build.0 = Release|Any CPU
		{F4B45EFE-9DA0-4190-8267-50230E1FF413}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{F4B45EFE-9DA0-4190-8267-50230E1FF413}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{F4B45EFE-9DA0-4190-8267-50230E1FF413}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{F4B45EFE-9DA0-4190-8267-50230E1FF413}.Release|Any CPU.Build.0 = Release|Any CPU
		{4CB74585-BCBA-48E4-9532-3D2B343EC9CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{4CB74585-BCBA-48E4-9532-3D2B343EC9CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{4CB74585-BCBA-48E4-9532-3D2B343EC9CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{4CB74585-BCBA-48E4-9532-3D2B343EC9CB}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(NestedProjects) = preSolution
		{57FC3126-1841-4D21-A52E-7C13807DA68B} = {DDE5A3F1-C3F4-4BA7-807B-FC6632E38C19}
		{D7E3D698-2812-4FF2-98DF-A45C4377E4C4} = {C612E0EC-DDF8-4D6F-B775-3EE98721D562}
		{F4B45EFE-9DA0-4190-8267-50230E1FF413} = {F476F7BA-2F47-4AAB-AF22-20D8ECBAE2E1}
		{4CB74585-BCBA-48E4-9532-3D2B343EC9CB} = {F476F7BA-2F47-4AAB-AF22-20D8ECBAE2E1}
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
		SolutionGuid = {A390B1E5-F45D-479F-B295-661C927B203B}
	EndGlobalSection
EndGlobal