Add reference to the new header file in the MSVS project files
Since 572db9c0a1
, files.bkl instructs to create in the pre-MSVS2010 wx_*_base.vcproj files references to the winver.h header file so we need to regenerate these project files in the repository.
MSVS2010+ project files also have to be updated to reflect this change.
This commit is contained in:
committed by
Artur Wieczorek
parent
68888ca0a2
commit
8af97d8db3
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup Label="ProjectConfigurations">
|
||||
<ProjectConfiguration Include="Debug|Win32">
|
||||
@@ -653,6 +653,7 @@
|
||||
<ClInclude Include="..\..\include\wx\msw\stackwalk.h" />
|
||||
<ClInclude Include="..\..\include\wx\msw\stdpaths.h" />
|
||||
<ClInclude Include="..\..\include\wx\msw\winundef.h" />
|
||||
<ClInclude Include="..\..\include\wx\msw\winver.h" />
|
||||
<ClInclude Include="..\..\include\wx\msw\wrapcctl.h" />
|
||||
<ClInclude Include="..\..\include\wx\msw\wrapcdlg.h" />
|
||||
<ClInclude Include="..\..\include\wx\msw\wrapwin.h" />
|
||||
|
@@ -706,6 +706,9 @@
|
||||
<ClInclude Include="..\..\include\wx\msw\winundef.h">
|
||||
<Filter>MSW Headers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\include\wx\msw\winver.h">
|
||||
<Filter>MSW Headers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\include\wx\msw\wrapcctl.h">
|
||||
<Filter>MSW Headers</Filter>
|
||||
</ClInclude>
|
||||
|
@@ -881,6 +881,9 @@
|
||||
<File
|
||||
RelativePath="..\..\include\wx\msw\winundef.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\msw\winver.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\msw\wrapcctl.h">
|
||||
</File>
|
||||
|
@@ -1773,6 +1773,10 @@
|
||||
RelativePath="..\..\include\wx\msw\winundef.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\msw\winver.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\msw\wrapcctl.h"
|
||||
>
|
||||
|
@@ -1769,6 +1769,10 @@
|
||||
RelativePath="..\..\include\wx\msw\winundef.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\msw\winver.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\msw\wrapcctl.h"
|
||||
>
|
||||
|
Reference in New Issue
Block a user