mirror of
https://github.com/curl/curl.git
synced 2026-06-11 21:04:17 +03:00
fixup TOOLSVER is different in vcxproj but not filters files
filters files always use 4.0 tools version
This commit is contained in:
parent
8437c7a706
commit
aab599d813
3 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="$TOOLSVER" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<Filter Include="Source Files">
|
||||
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="$TOOLSVER" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<Filter Include="Source Files">
|
||||
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
|
||||
|
|
|
|||
|
|
@ -178,7 +178,7 @@ rem
|
|||
set "R02=2013"
|
||||
set "R03=v120"
|
||||
set "R04=VC12"
|
||||
set "R05=4.0"
|
||||
set "R05=12.0"
|
||||
)
|
||||
|
||||
echo * %CD%\%3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue