-
Notifications
You must be signed in to change notification settings - Fork 0
/
CalculateThroughput.sln
26 lines (26 loc) · 1.41 KB
/
CalculateThroughput.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CalculateThroughput", "CalculateThroughput\CalculateThroughput.csproj", "{558CF2C7-2AF4-42F1-BFE2-5E311AD1B2AA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "log4net-loggly", "log4net-loggly\source\log4net-loggly\log4net-loggly.csproj", "{ABE2B1B6-A83C-4604-AF87-FAAC3976530D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{558CF2C7-2AF4-42F1-BFE2-5E311AD1B2AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{558CF2C7-2AF4-42F1-BFE2-5E311AD1B2AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{558CF2C7-2AF4-42F1-BFE2-5E311AD1B2AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{558CF2C7-2AF4-42F1-BFE2-5E311AD1B2AA}.Release|Any CPU.Build.0 = Release|Any CPU
{ABE2B1B6-A83C-4604-AF87-FAAC3976530D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ABE2B1B6-A83C-4604-AF87-FAAC3976530D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ABE2B1B6-A83C-4604-AF87-FAAC3976530D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ABE2B1B6-A83C-4604-AF87-FAAC3976530D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal