-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMemory Benchmark.sln
More file actions
49 lines (49 loc) · 3.09 KB
/
Memory Benchmark.sln
File metadata and controls
49 lines (49 loc) · 3.09 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 25.0.1704.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ObjectStackAllocation", "ObjectStackAllocation\ObjectStackAllocation.csproj", "{35451654-B5A7-4005-A72B-F1C28D06E7E5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MemoryLeak", "MemoryLeak\MemoryLeak.csproj", "{650E5FE1-6B3E-4A26-8F49-A94B13ED6273}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HttpClientStream", "HttpClientStream\HttpClientStream.csproj", "{5065C5CD-7540-406B-9D3A-9FD045B647C6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApiTesteHttp", "ApiTesteHttp\ApiTesteHttp.csproj", "{74A97D3E-CB67-44AF-8DC2-43A2ABAA3BED}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NullReferenceException", "NullReferenceException\NullReferenceException.csproj", "{D074E322-9E49-448F-9F31-C2A37FDE3276}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{35451654-B5A7-4005-A72B-F1C28D06E7E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35451654-B5A7-4005-A72B-F1C28D06E7E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35451654-B5A7-4005-A72B-F1C28D06E7E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35451654-B5A7-4005-A72B-F1C28D06E7E5}.Release|Any CPU.Build.0 = Release|Any CPU
{650E5FE1-6B3E-4A26-8F49-A94B13ED6273}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{650E5FE1-6B3E-4A26-8F49-A94B13ED6273}.Debug|Any CPU.Build.0 = Debug|Any CPU
{650E5FE1-6B3E-4A26-8F49-A94B13ED6273}.Release|Any CPU.ActiveCfg = Release|Any CPU
{650E5FE1-6B3E-4A26-8F49-A94B13ED6273}.Release|Any CPU.Build.0 = Release|Any CPU
{5065C5CD-7540-406B-9D3A-9FD045B647C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5065C5CD-7540-406B-9D3A-9FD045B647C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5065C5CD-7540-406B-9D3A-9FD045B647C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5065C5CD-7540-406B-9D3A-9FD045B647C6}.Release|Any CPU.Build.0 = Release|Any CPU
{74A97D3E-CB67-44AF-8DC2-43A2ABAA3BED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74A97D3E-CB67-44AF-8DC2-43A2ABAA3BED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74A97D3E-CB67-44AF-8DC2-43A2ABAA3BED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74A97D3E-CB67-44AF-8DC2-43A2ABAA3BED}.Release|Any CPU.Build.0 = Release|Any CPU
{D074E322-9E49-448F-9F31-C2A37FDE3276}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D074E322-9E49-448F-9F31-C2A37FDE3276}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D074E322-9E49-448F-9F31-C2A37FDE3276}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D074E322-9E49-448F-9F31-C2A37FDE3276}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {907EF92D-6B42-4393-9F2F-6CF9FF4945F9}
EndGlobalSection
EndGlobal