-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPerformanceDemo.sln
More file actions
37 lines (37 loc) · 2.2 KB
/
PerformanceDemo.sln
File metadata and controls
37 lines (37 loc) · 2.2 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34408.163
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PerformanceDemo", "PerformanceDemo\PerformanceDemo.csproj", "{DF6DE395-8AB1-479B-8327-0CEB558CF2FC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PerformanceDemo.StringOpertaion.Tests", "PerformanceDemo.StringOpertaion.Tests\PerformanceDemo.StringOpertaion.Tests.csproj", "{29C7AAA5-3572-4B66-A078-9467C5245D6D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PerformanceDemo.BenchMarker", "PerformanceDemo.BenchMarker\PerformanceDemo.BenchMarker.csproj", "{02C71936-B00F-4EB9-A30F-2F421B973FBE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DF6DE395-8AB1-479B-8327-0CEB558CF2FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF6DE395-8AB1-479B-8327-0CEB558CF2FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF6DE395-8AB1-479B-8327-0CEB558CF2FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF6DE395-8AB1-479B-8327-0CEB558CF2FC}.Release|Any CPU.Build.0 = Release|Any CPU
{29C7AAA5-3572-4B66-A078-9467C5245D6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29C7AAA5-3572-4B66-A078-9467C5245D6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29C7AAA5-3572-4B66-A078-9467C5245D6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29C7AAA5-3572-4B66-A078-9467C5245D6D}.Release|Any CPU.Build.0 = Release|Any CPU
{02C71936-B00F-4EB9-A30F-2F421B973FBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02C71936-B00F-4EB9-A30F-2F421B973FBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02C71936-B00F-4EB9-A30F-2F421B973FBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02C71936-B00F-4EB9-A30F-2F421B973FBE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D934C147-FDA1-412C-9527-569D590815CD}
EndGlobalSection
EndGlobal