OSDN Git Service

Standardize .cmd, .sln and .vcprojx file names (1)
authorGreyMerlin <GreyMerlin7@gmail.com>
Mon, 12 Jun 2017 00:10:24 +0000 (17:10 -0700)
committerGreyMerlin <GreyMerlin7@gmail.com>
Mon, 12 Jun 2017 01:09:22 +0000 (18:09 -0700)
commit11090f67ba91431f25ee38bf46662d300095f956
treea89950fa092f1f835a50483b33014071cd3ec72f
parentaec92ad0e5e768fd577859570d2646d06e3b91e3
Standardize .cmd, .sln and .vcprojx file names (1)

* copy BuildBin.cmd as BuildBin.vs2015.cmd
* copy BuildAll2.cmd as BuildAll.vs2015.cmd
* change all *_vs2015.vcxproj to *.vs2015.vcxproj
* change WinMerge_vs2015.sln to WinMerge.vs2015.sln
* using *.vs2015.* file names from related projects and solutions.

* This commit simply handles file name changes, detailed content
changes will be applied in the next commit
BuildAll.vs2015.cmd [new file with mode: 0644]
BuildBin.vs2015.cmd [new file with mode: 0644]
Externals/poco/Foundation/Foundation.vs2015.vcxproj [moved from Externals/poco/Foundation/Foundation_vs2015.vcxproj with 100% similarity]
Externals/poco/Util/Util.vs2015.vcxproj [moved from Externals/poco/Util/Util_vs2015.vcxproj with 100% similarity]
Externals/poco/XML/XML.vs2015.vcxproj [moved from Externals/poco/XML/XML_vs2015.vcxproj with 100% similarity]
Src/Merge.vs2015.vcxproj [moved from Src/Merge_vs2015.vcxproj with 100% similarity]
Src/MergeLang.vs2015.vcxproj [moved from Src/MergeLang_vs2015.vcxproj with 100% similarity]
Testing/GoogleTest/UnitTests/UnitTests.vs2015.vcxproj [moved from Testing/GoogleTest/UnitTests/UnitTests_vs2015.vcxproj with 100% similarity]
WinMerge.vs2015.sln [moved from WinMerge_vs2015.sln with 100% similarity]