Skip to content

Commit e3b9e10

Browse files
committed
Update VS project file
1 parent 10aeecc commit e3b9e10

File tree

1 file changed

+4
-19
lines changed

1 file changed

+4
-19
lines changed

IfcPlusPlus.sln

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,35 @@
11
Microsoft Visual Studio Solution File, Format Version 12.00
2-
# Visual Studio 15
3-
VisualStudioVersion = 15.0.27428.2043
2+
# Visual Studio Version 16
3+
VisualStudioVersion = 16.0.31025.194
44
MinimumVisualStudioVersion = 10.0.40219.1
55
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IfcPlusPlus", "IfcPlusPlus\IfcPlusPlus.vcxproj", "{9700AD93-4F6B-484A-BA34-FC4C97E5C645}"
66
EndProject
77
Global
88
GlobalSection(SolutionConfigurationPlatforms) = preSolution
9-
Debug|Win32 = Debug|Win32
109
Debug|x64 = Debug|x64
11-
Release|Win32 = Release|Win32
1210
Release|x64 = Release|x64
13-
ReleaseNoOptimization|Win32 = ReleaseNoOptimization|Win32
1411
ReleaseNoOptimization|x64 = ReleaseNoOptimization|x64
15-
ReleaseWithDebugInfo|Win32 = ReleaseWithDebugInfo|Win32
1612
ReleaseWithDebugInfo|x64 = ReleaseWithDebugInfo|x64
17-
Template|Win32 = Template|Win32
1813
Template|x64 = Template|x64
1914
EndGlobalSection
2015
GlobalSection(ProjectConfigurationPlatforms) = postSolution
21-
{9700AD93-4F6B-484A-BA34-FC4C97E5C645}.Debug|Win32.ActiveCfg = Debug|Win32
22-
{9700AD93-4F6B-484A-BA34-FC4C97E5C645}.Debug|Win32.Build.0 = Debug|Win32
2316
{9700AD93-4F6B-484A-BA34-FC4C97E5C645}.Debug|x64.ActiveCfg = Debug|x64
2417
{9700AD93-4F6B-484A-BA34-FC4C97E5C645}.Debug|x64.Build.0 = Debug|x64
25-
{9700AD93-4F6B-484A-BA34-FC4C97E5C645}.Release|Win32.ActiveCfg = Release|Win32
26-
{9700AD93-4F6B-484A-BA34-FC4C97E5C645}.Release|Win32.Build.0 = Release|Win32
2718
{9700AD93-4F6B-484A-BA34-FC4C97E5C645}.Release|x64.ActiveCfg = Release|x64
2819
{9700AD93-4F6B-484A-BA34-FC4C97E5C645}.Release|x64.Build.0 = Release|x64
29-
{9700AD93-4F6B-484A-BA34-FC4C97E5C645}.ReleaseNoOptimization|Win32.ActiveCfg = ReleaseNoOptimization|Win32
30-
{9700AD93-4F6B-484A-BA34-FC4C97E5C645}.ReleaseNoOptimization|Win32.Build.0 = ReleaseNoOptimization|Win32
3120
{9700AD93-4F6B-484A-BA34-FC4C97E5C645}.ReleaseNoOptimization|x64.ActiveCfg = ReleaseNoOptimization|x64
3221
{9700AD93-4F6B-484A-BA34-FC4C97E5C645}.ReleaseNoOptimization|x64.Build.0 = ReleaseNoOptimization|x64
33-
{9700AD93-4F6B-484A-BA34-FC4C97E5C645}.ReleaseWithDebugInfo|Win32.ActiveCfg = ReleaseWithDebugInfo|Win32
34-
{9700AD93-4F6B-484A-BA34-FC4C97E5C645}.ReleaseWithDebugInfo|Win32.Build.0 = ReleaseWithDebugInfo|Win32
3522
{9700AD93-4F6B-484A-BA34-FC4C97E5C645}.ReleaseWithDebugInfo|x64.ActiveCfg = ReleaseWithDebugInfo|x64
3623
{9700AD93-4F6B-484A-BA34-FC4C97E5C645}.ReleaseWithDebugInfo|x64.Build.0 = ReleaseWithDebugInfo|x64
37-
{9700AD93-4F6B-484A-BA34-FC4C97E5C645}.Template|Win32.ActiveCfg = Release|Win32
38-
{9700AD93-4F6B-484A-BA34-FC4C97E5C645}.Template|Win32.Build.0 = Release|Win32
3924
{9700AD93-4F6B-484A-BA34-FC4C97E5C645}.Template|x64.ActiveCfg = Release|x64
4025
{9700AD93-4F6B-484A-BA34-FC4C97E5C645}.Template|x64.Build.0 = Release|x64
4126
EndGlobalSection
4227
GlobalSection(SolutionProperties) = preSolution
4328
HideSolutionNode = FALSE
4429
EndGlobalSection
4530
GlobalSection(ExtensibilityGlobals) = postSolution
46-
Qt5Version = 5.7.1
47-
QtVersion = 5.7.1
4831
SolutionGuid = {EE8FBA93-1179-406C-B2C6-2445EBDB28A8}
32+
QtVersion = 5.7.1
33+
Qt5Version = 5.7.1
4934
EndGlobalSection
5035
EndGlobal

0 commit comments

Comments
 (0)