Skip to content

Commit 512a25b

Browse files
committed
Small name change; removed Debug and x86 configurations from Visual Studio solution file
1 parent 947ad21 commit 512a25b

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2022-2023 Moritz Lehmann
1+
Copyright (c) 2022-2023 Dr. Moritz Lehmann
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files, to use this software for educational use, non-military research or non-military commercial use, and to alter it and redistribute it freely, subject to the following restrictions:
44

OpenCL-Wrapper.sln

+2-11
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,17 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 15
4-
VisualStudioVersion = 15.0.28307.1321
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.31729.503
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OpenCL-Wrapper", "OpenCL-Wrapper.vcxproj", "{0ED9A517-40B5-43E1-95F5-A78F6D72B1E5}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10-
Debug|x64 = Debug|x64
11-
Debug|x86 = Debug|x86
1210
Release|x64 = Release|x64
13-
Release|x86 = Release|x86
1411
EndGlobalSection
1512
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16-
{0ED9A517-40B5-43E1-95F5-A78F6D72B1E5}.Debug|x64.ActiveCfg = Debug|x64
17-
{0ED9A517-40B5-43E1-95F5-A78F6D72B1E5}.Debug|x64.Build.0 = Debug|x64
18-
{0ED9A517-40B5-43E1-95F5-A78F6D72B1E5}.Debug|x86.ActiveCfg = Debug|Win32
19-
{0ED9A517-40B5-43E1-95F5-A78F6D72B1E5}.Debug|x86.Build.0 = Debug|Win32
2013
{0ED9A517-40B5-43E1-95F5-A78F6D72B1E5}.Release|x64.ActiveCfg = Release|x64
2114
{0ED9A517-40B5-43E1-95F5-A78F6D72B1E5}.Release|x64.Build.0 = Release|x64
22-
{0ED9A517-40B5-43E1-95F5-A78F6D72B1E5}.Release|x86.ActiveCfg = Release|Win32
23-
{0ED9A517-40B5-43E1-95F5-A78F6D72B1E5}.Release|x86.Build.0 = Release|Win32
2415
EndGlobalSection
2516
GlobalSection(SolutionProperties) = preSolution
2617
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)