This repository has been archived by the owner on Jun 24, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
vc15.sln
43 lines (43 loc) · 2.34 KB
/
vc15.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.8
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test", "vc15\test.vcxproj", "{C07D1193-980B-4908-9226-ECB379E2549B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug Benchmarks|Win32 = Debug Benchmarks|Win32
Debug Benchmarks|x64 = Debug Benchmarks|x64
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release Benchmarks|Win32 = Release Benchmarks|Win32
Release Benchmarks|x64 = Release Benchmarks|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C07D1193-980B-4908-9226-ECB379E2549B}.Debug Benchmarks|Win32.ActiveCfg = Debug Benchmarks|Win32
{C07D1193-980B-4908-9226-ECB379E2549B}.Debug Benchmarks|Win32.Build.0 = Debug Benchmarks|Win32
{C07D1193-980B-4908-9226-ECB379E2549B}.Debug Benchmarks|x64.ActiveCfg = Debug Benchmarks|x64
{C07D1193-980B-4908-9226-ECB379E2549B}.Debug Benchmarks|x64.Build.0 = Debug Benchmarks|x64
{C07D1193-980B-4908-9226-ECB379E2549B}.Debug|Win32.ActiveCfg = Debug|Win32
{C07D1193-980B-4908-9226-ECB379E2549B}.Debug|Win32.Build.0 = Debug|Win32
{C07D1193-980B-4908-9226-ECB379E2549B}.Debug|x64.ActiveCfg = Debug|x64
{C07D1193-980B-4908-9226-ECB379E2549B}.Debug|x64.Build.0 = Debug|x64
{C07D1193-980B-4908-9226-ECB379E2549B}.Release Benchmarks|Win32.ActiveCfg = Release Benchmarks|Win32
{C07D1193-980B-4908-9226-ECB379E2549B}.Release Benchmarks|Win32.Build.0 = Release Benchmarks|Win32
{C07D1193-980B-4908-9226-ECB379E2549B}.Release Benchmarks|x64.ActiveCfg = Release Benchmarks|x64
{C07D1193-980B-4908-9226-ECB379E2549B}.Release Benchmarks|x64.Build.0 = Release Benchmarks|x64
{C07D1193-980B-4908-9226-ECB379E2549B}.Release|Win32.ActiveCfg = Release|Win32
{C07D1193-980B-4908-9226-ECB379E2549B}.Release|Win32.Build.0 = Release|Win32
{C07D1193-980B-4908-9226-ECB379E2549B}.Release|x64.ActiveCfg = Release|x64
{C07D1193-980B-4908-9226-ECB379E2549B}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B2E74CC3-7439-400E-9FE1-CD3FB308B884}
EndGlobalSection
EndGlobal