|
| 1 | + |
| 2 | +Microsoft Visual Studio Solution File, Format Version 12.00 |
| 3 | +# Visual Studio Version 17 |
| 4 | +VisualStudioVersion = 17.5.33516.290 |
| 5 | +MinimumVisualStudioVersion = 10.0.40219.1 |
| 6 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PowerThreadPoolTest", "PowerThreadPoolTest\PowerThreadPoolTest.csproj", "{29CE4645-0683-4DBC-9C7E-9268C395E585}" |
| 7 | +EndProject |
| 8 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PowerThreadPool", "PowerThreadPool\PowerThreadPool.csproj", "{D94DD0FD-9E6C-4817-8BE4-57C23235AC2B}" |
| 9 | +EndProject |
| 10 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTest", "UnitTest\UnitTest.csproj", "{A71B326B-A525-4381-9278-09E298055B4D}" |
| 11 | +EndProject |
| 12 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Benchmark", "Benchmark\Benchmark.csproj", "{470FB9E9-F963-41B8-9ECB-360906ABE0CC}" |
| 13 | +EndProject |
| 14 | +Global |
| 15 | + GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| 16 | + Debug|Any CPU = Debug|Any CPU |
| 17 | + Release|Any CPU = Release|Any CPU |
| 18 | + EndGlobalSection |
| 19 | + GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| 20 | + {29CE4645-0683-4DBC-9C7E-9268C395E585}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 21 | + {29CE4645-0683-4DBC-9C7E-9268C395E585}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 22 | + {29CE4645-0683-4DBC-9C7E-9268C395E585}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 23 | + {29CE4645-0683-4DBC-9C7E-9268C395E585}.Release|Any CPU.Build.0 = Release|Any CPU |
| 24 | + {D94DD0FD-9E6C-4817-8BE4-57C23235AC2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 25 | + {D94DD0FD-9E6C-4817-8BE4-57C23235AC2B}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 26 | + {D94DD0FD-9E6C-4817-8BE4-57C23235AC2B}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 27 | + {D94DD0FD-9E6C-4817-8BE4-57C23235AC2B}.Release|Any CPU.Build.0 = Release|Any CPU |
| 28 | + {A71B326B-A525-4381-9278-09E298055B4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 29 | + {A71B326B-A525-4381-9278-09E298055B4D}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 30 | + {A71B326B-A525-4381-9278-09E298055B4D}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 31 | + {A71B326B-A525-4381-9278-09E298055B4D}.Release|Any CPU.Build.0 = Release|Any CPU |
| 32 | + {470FB9E9-F963-41B8-9ECB-360906ABE0CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 33 | + {470FB9E9-F963-41B8-9ECB-360906ABE0CC}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 34 | + {470FB9E9-F963-41B8-9ECB-360906ABE0CC}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 35 | + {470FB9E9-F963-41B8-9ECB-360906ABE0CC}.Release|Any CPU.Build.0 = Release|Any CPU |
| 36 | + EndGlobalSection |
| 37 | + GlobalSection(SolutionProperties) = preSolution |
| 38 | + HideSolutionNode = FALSE |
| 39 | + EndGlobalSection |
| 40 | + GlobalSection(ExtensibilityGlobals) = postSolution |
| 41 | + SolutionGuid = {84E37518-9A2C-41A2-83A1-EACB915A2440} |
| 42 | + EndGlobalSection |
| 43 | +EndGlobal |
0 commit comments