Skip to content

Commit

Permalink
Upgrade VS solution and project files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpd002 committed Sep 5, 2017
1 parent 91cc6d5 commit e840c6c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
7 changes: 5 additions & 2 deletions build_win32/Framework.sln
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Framework", "Framework.vcxproj", "{553CE050-A97E-4E6E-AE84-057A1F0FA45D}"
EndProject
Expand Down Expand Up @@ -65,4 +65,7 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FC388EA5-B4E1-4034-A4D7-2FDCF32B6A3C}
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion build_win32/Framework.vcxproj
Expand Up @@ -286,7 +286,7 @@
<ProjectGuid>{553CE050-A97E-4E6E-AE84-057A1F0FA45D}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>Framework</RootNamespace>
<WindowsTargetPlatformVersion>10.0.14393.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
Expand Down
2 changes: 1 addition & 1 deletion build_win32/FrameworkDirectX.vcxproj
Expand Up @@ -35,7 +35,7 @@
<ProjectGuid>{A286EAD1-ACEA-4132-ACDD-6520168BDEBB}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>FrameworkDirectX</RootNamespace>
<WindowsTargetPlatformVersion>10.0.14393.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
Expand Down
2 changes: 1 addition & 1 deletion build_win32/FrameworkMySql.vcxproj
Expand Up @@ -33,7 +33,7 @@
<ProjectGuid>{DE7EC936-F8A7-4A7A-85E2-5D0439365F21}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>FrameworkMySql</RootNamespace>
<WindowsTargetPlatformVersion>10.0.14393.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
Expand Down
2 changes: 1 addition & 1 deletion build_win32/FrameworkOpenAl.vcxproj
Expand Up @@ -35,7 +35,7 @@
<ProjectGuid>{18E959AA-ADB6-45F6-B0D2-B0B4AD9DACEF}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>FrameworkOpenAl</RootNamespace>
<WindowsTargetPlatformVersion>10.0.14393.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
Expand Down
2 changes: 1 addition & 1 deletion build_win32/FrameworkOpenGl.vcxproj
Expand Up @@ -35,7 +35,7 @@
<ProjectGuid>{482892BB-6D81-4CA4-BFD5-01A756C21292}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>FrameworkOpenGl</RootNamespace>
<WindowsTargetPlatformVersion>10.0.14393.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
Expand Down

0 comments on commit e840c6c

Please sign in to comment.