-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSimonPrinz.RequestLogger.sln
28 lines (28 loc) · 1.79 KB
/
SimonPrinz.RequestLogger.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimonPrinz.RequestLogger", "src\SimonPrinz.RequestLogger.csproj", "{DF5B7317-C34D-4396-8F07-1B0E6A6E8CA5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimonPrinz.RequestLogger.Tests", "tests\SimonPrinz.RequestLogger.Tests.csproj", "{BB06E239-2A4F-4E17-B808-6003DEE8DAC1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimonPrinz.RequestLogger.Sample", "sample\SimonPrinz.RequestLogger.Sample.csproj", "{FCCE9425-5563-4439-BD40-C90788290A29}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DF5B7317-C34D-4396-8F07-1B0E6A6E8CA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF5B7317-C34D-4396-8F07-1B0E6A6E8CA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF5B7317-C34D-4396-8F07-1B0E6A6E8CA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF5B7317-C34D-4396-8F07-1B0E6A6E8CA5}.Release|Any CPU.Build.0 = Release|Any CPU
{BB06E239-2A4F-4E17-B808-6003DEE8DAC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB06E239-2A4F-4E17-B808-6003DEE8DAC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB06E239-2A4F-4E17-B808-6003DEE8DAC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB06E239-2A4F-4E17-B808-6003DEE8DAC1}.Release|Any CPU.Build.0 = Release|Any CPU
{FCCE9425-5563-4439-BD40-C90788290A29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCCE9425-5563-4439-BD40-C90788290A29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCCE9425-5563-4439-BD40-C90788290A29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FCCE9425-5563-4439-BD40-C90788290A29}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal