-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAutoLoggerMessage.sln
50 lines (49 loc) · 3.51 KB
/
AutoLoggerMessage.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoLoggerMessageGenerator", "src\AutoLoggerMessageGenerator\AutoLoggerMessageGenerator.csproj", "{821CF231-77D9-47B3-BEEE-585F0D5381B3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoLoggerMessageGenerator.IntegrationTests", "src\AutoLoggerMessageGenerator.IntegrationTests\AutoLoggerMessageGenerator.IntegrationTests.csproj", "{0BB90BC1-5488-4739-A3CD-39DAAB634D78}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoLoggerMessageGenerator.UnitTests", "src\AutoLoggerMessageGenerator.UnitTests\AutoLoggerMessageGenerator.UnitTests.csproj", "{0D854820-5382-4CFC-9D9B-5A94DBD62B35}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Benchmarks", "Benchmarks", "{F87C8D12-1787-4A2E-B9B1-ECEC6B681577}"
ProjectSection(SolutionItems) = preProject
src\Benchmarks\Directory.Packages.props = src\Benchmarks\Directory.Packages.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoLoggerMessageGenerator.Benchmarks", "src\Benchmarks\AutoLoggerMessageGenerator.Benchmarks\AutoLoggerMessageGenerator.Benchmarks.csproj", "{1330C625-7850-4DF0-B35B-FF29C8B4828A}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoLoggerMessageGenerator.Sandbox", "src\AutoLoggerMessageGenerator.Sandbox\AutoLoggerMessageGenerator.Sandbox.csproj", "{EBD13BAE-5907-4D0F-8601-83CBAC9556CF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{821CF231-77D9-47B3-BEEE-585F0D5381B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{821CF231-77D9-47B3-BEEE-585F0D5381B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{821CF231-77D9-47B3-BEEE-585F0D5381B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{821CF231-77D9-47B3-BEEE-585F0D5381B3}.Release|Any CPU.Build.0 = Release|Any CPU
{0BB90BC1-5488-4739-A3CD-39DAAB634D78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BB90BC1-5488-4739-A3CD-39DAAB634D78}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BB90BC1-5488-4739-A3CD-39DAAB634D78}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BB90BC1-5488-4739-A3CD-39DAAB634D78}.Release|Any CPU.Build.0 = Release|Any CPU
{0D854820-5382-4CFC-9D9B-5A94DBD62B35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D854820-5382-4CFC-9D9B-5A94DBD62B35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D854820-5382-4CFC-9D9B-5A94DBD62B35}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D854820-5382-4CFC-9D9B-5A94DBD62B35}.Release|Any CPU.Build.0 = Release|Any CPU
{1330C625-7850-4DF0-B35B-FF29C8B4828A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1330C625-7850-4DF0-B35B-FF29C8B4828A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1330C625-7850-4DF0-B35B-FF29C8B4828A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1330C625-7850-4DF0-B35B-FF29C8B4828A}.Release|Any CPU.Build.0 = Release|Any CPU
{EBD13BAE-5907-4D0F-8601-83CBAC9556CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBD13BAE-5907-4D0F-8601-83CBAC9556CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBD13BAE-5907-4D0F-8601-83CBAC9556CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EBD13BAE-5907-4D0F-8601-83CBAC9556CF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1330C625-7850-4DF0-B35B-FF29C8B4828A} = {F87C8D12-1787-4A2E-B9B1-ECEC6B681577}
EndGlobalSection
EndGlobal