Skip to content

Commit 596a7e6

Browse files
committed
Finished vcxproj rename by changing references within
1 parent c4a116a commit 596a7e6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

MiniEngine/Core/Core.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|Gaming.Desktop.x64">
55
<Configuration>Debug</Configuration>

MiniEngine/ModelViewer/ModelViewer.sln

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 16
44
VisualStudioVersion = 16
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ModelViewer", "ModelViewer_VS16.vcxproj", "{1813BD6E-E2AF-4A3C-8C54-4E72119DA993}"
6+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ModelViewer", "ModelViewer.vcxproj", "{1813BD6E-E2AF-4A3C-8C54-4E72119DA993}"
77
EndProject
8-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Core", "..\Core\Core_VS16.vcxproj", "{86A58508-0D6A-4786-A32F-01A301FDC6F3}"
8+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Core", "..\Core\Core.vcxproj", "{86A58508-0D6A-4786-A32F-01A301FDC6F3}"
99
EndProject
10-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Model", "..\Model\Model_VS16.vcxproj", "{5D3AEEFB-8789-48E5-9BD9-09C667052D09}"
10+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Model", "..\Model\Model.vcxproj", "{5D3AEEFB-8789-48E5-9BD9-09C667052D09}"
1111
EndProject
1212
Global
1313
GlobalSection(SolutionConfigurationPlatforms) = preSolution

MiniEngine/ModelViewer/ModelViewer.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@
5959
<ClCompile Include="ModelViewer.cpp" />
6060
</ItemGroup>
6161
<ItemGroup>
62-
<ProjectReference Include="../Core/Core_VS16.vcxproj">
62+
<ProjectReference Include="../Core/Core.vcxproj">
6363
<Project>{86A58508-0D6A-4786-A32F-01A301FDC6F3}</Project>
6464
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
6565
</ProjectReference>
66-
<ProjectReference Include="..\Model\Model_VS16.vcxproj">
66+
<ProjectReference Include="..\Model\Model.vcxproj">
6767
<Project>{5d3aeefb-8789-48e5-9bd9-09c667052d09}</Project>
6868
</ProjectReference>
6969
</ItemGroup>

0 commit comments

Comments
 (0)