Skip to content

Commit

Permalink
Rename VS project files
Browse files Browse the repository at this point in the history
They work in VS2019 as well
  • Loading branch information
ffes committed May 28, 2019
1 parent d0a9652 commit 0d74700
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion IndentByFold_vs2017.sln → IndentByFold.sln
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IndentByFold", "IndentByFold_vs2017.vcxproj", "{1590D7CD-7D3A-4AB7-A355-EE02F7FB987D}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IndentByFold", "IndentByFold.vcxproj", "{1590D7CD-7D3A-4AB7-A355-EE02F7FB987D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
1 change: 0 additions & 1 deletion IndentByFold_vs2017.vcxproj → IndentByFold.vcxproj
Expand Up @@ -144,7 +144,6 @@
<ClCompile>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>_WIN32_WINNT= 0x501;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<PrecompiledHeader>
Expand Down
File renamed without changes.

0 comments on commit 0d74700

Please sign in to comment.