Skip to content

Commit 1526e1f

Browse files
committed
sln: Add x64 configuration
So that we can build it from VisualStudio Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent cd0b84c commit 1526e1f

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed
Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,29 @@
1-
21
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 2013
4-
VisualStudioVersion = 12.0
2+
# Visual Studio Version 17
3+
VisualStudioVersion = 17.14.36327.8 d17.14
54
MinimumVisualStudioVersion = 12.0
65
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FrameworkSensors", "FrameworkSensors.vcxproj", "{C3964BD1-B485-4236-8BB4-E2981B800AC1}"
76
EndProject
87
Global
9-
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
109
Debug|ARM64 = Debug|ARM64
10+
Debug|x64 = Debug|x64
1111
Release|ARM64 = Release|ARM64
12-
Debug|x64 = Debug|x64
13-
Release|x64 = Release|x64
14-
EndGlobalSection
15-
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16-
{C3964BD1-B485-4236-8BB4-E2981B800AC1}.Debug|ARM64.ActiveCfg = Debug|ARM64
17-
{C3964BD1-B485-4236-8BB4-E2981B800AC1}.Debug|ARM64.Build.0 = Debug|ARM64
12+
Release|x64 = Release|x64
13+
EndGlobalSection
14+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
15+
{C3964BD1-B485-4236-8BB4-E2981B800AC1}.Debug|ARM64.ActiveCfg = Debug|x64
16+
{C3964BD1-B485-4236-8BB4-E2981B800AC1}.Debug|ARM64.Build.0 = Debug|x64
17+
{C3964BD1-B485-4236-8BB4-E2981B800AC1}.Debug|x64.ActiveCfg = Debug|x64
18+
{C3964BD1-B485-4236-8BB4-E2981B800AC1}.Debug|x64.Build.0 = Debug|x64
19+
{C3964BD1-B485-4236-8BB4-E2981B800AC1}.Debug|x64.Deploy.0 = Debug|x64
1820
{C3964BD1-B485-4236-8BB4-E2981B800AC1}.Release|ARM64.ActiveCfg = Release|ARM64
1921
{C3964BD1-B485-4236-8BB4-E2981B800AC1}.Release|ARM64.Build.0 = Release|ARM64
20-
{C3964BD1-B485-4236-8BB4-E2981B800AC1}.Debug|x64.ActiveCfg = Debug|x64
21-
{C3964BD1-B485-4236-8BB4-E2981B800AC1}.Debug|x64.Build.0 = Debug|x64
22-
{C3964BD1-B485-4236-8BB4-E2981B800AC1}.Release|x64.ActiveCfg = Release|x64
23-
{C3964BD1-B485-4236-8BB4-E2981B800AC1}.Release|x64.Build.0 = Release|x64
24-
EndGlobalSection
25-
GlobalSection(SolutionProperties) = preSolution
26-
HideSolutionNode = FALSE
27-
EndGlobalSection
22+
{C3964BD1-B485-4236-8BB4-E2981B800AC1}.Release|x64.ActiveCfg = Release|x64
23+
{C3964BD1-B485-4236-8BB4-E2981B800AC1}.Release|x64.Build.0 = Release|x64
24+
{C3964BD1-B485-4236-8BB4-E2981B800AC1}.Release|x64.Deploy.0 = Release|x64
25+
EndGlobalSection
26+
GlobalSection(SolutionProperties) = preSolution
27+
HideSolutionNode = FALSE
28+
EndGlobalSection
2829
EndGlobal

0 commit comments

Comments
 (0)