Fix VC2008 dependencies with Bakefile 0.2.9.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66881 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2011-02-13 17:09:33 +00:00
parent 9a49372428
commit cc118a9b0e
49 changed files with 136 additions and 513 deletions

View File

@@ -376,7 +376,14 @@
</define-tag>
<set var="msvc_copy_setup_h_script">
<if cond="IS_MSVC_PRJ">
<if cond="IS_MSVC_PRJ=='1' and FORMAT not in ['msvc6prj','msevc4prj']">
Creating $(SETUPHDIR)\wx\setup.h
InputPath=..\..\include\wx\%s
"$(SETUPHDIR)\wx\setup.h" :
$(TAB)copy "$(DOLLAR)(InputPath)" $(SETUPHDIR)\wx\setup.h
</if>
<if cond="IS_MSVC_PRJ=='1' and FORMAT in ['msvc6prj','msevc4prj']">
Creating $(SETUPHDIR)\wx\setup.h
InputPath=..\..\include\wx\%s

View File

@@ -797,8 +797,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
@@ -806,8 +805,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Universal Debug|Win32"/>
@@ -819,8 +817,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Release|Win32">
@@ -828,8 +825,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Universal Debug|Win32"/>
@@ -848,8 +844,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Universal Release|Win32">
@@ -857,8 +852,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Debug|Win32"/>
@@ -870,8 +864,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Universal Release|Win32">
@@ -879,8 +872,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"/>
</FileConfiguration>
</File>
</Filter>

View File

@@ -610,8 +610,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
@@ -619,8 +618,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Universal Debug|Win32"/>
@@ -632,8 +630,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Release|Win32">
@@ -641,8 +638,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Universal Debug|Win32"/>
@@ -661,8 +657,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Universal Release|Win32">
@@ -670,8 +665,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Debug|Win32"/>
@@ -683,8 +677,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Universal Release|Win32">
@@ -692,8 +685,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"/>
</FileConfiguration>
</File>
</Filter>

View File

@@ -995,8 +995,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
@@ -1004,8 +1003,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Universal Debug|Win32"/>
@@ -1017,8 +1015,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Release|Win32">
@@ -1026,8 +1023,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Universal Debug|Win32"/>
@@ -1046,8 +1042,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Universal Release|Win32">
@@ -1055,8 +1050,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Debug|Win32"/>
@@ -1068,8 +1062,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Universal Release|Win32">
@@ -1077,8 +1070,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"/>
</FileConfiguration>
</File>
</Filter>

View File

@@ -4134,8 +4134,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
@@ -4143,8 +4142,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Universal Debug|Win32"/>
@@ -4156,8 +4154,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Release|Win32">
@@ -4165,8 +4162,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Universal Debug|Win32"/>
@@ -4185,8 +4181,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Universal Release|Win32">
@@ -4194,8 +4189,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Debug|Win32"/>
@@ -4207,8 +4201,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Universal Release|Win32">
@@ -4216,8 +4209,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"/>
</FileConfiguration>
</File>
</Filter>

View File

@@ -616,8 +616,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
@@ -625,8 +624,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Universal Debug|Win32"/>
@@ -638,8 +636,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Release|Win32">
@@ -647,8 +644,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Universal Debug|Win32"/>
@@ -667,8 +663,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Universal Release|Win32">
@@ -676,8 +671,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Debug|Win32"/>
@@ -689,8 +683,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Universal Release|Win32">
@@ -698,8 +691,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"/>
</FileConfiguration>
</File>
</Filter>

View File

@@ -696,8 +696,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
@@ -705,8 +704,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Universal Debug|Win32"/>
@@ -718,8 +716,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Release|Win32">
@@ -727,8 +724,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Universal Debug|Win32"/>
@@ -747,8 +743,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Universal Release|Win32">
@@ -756,8 +751,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Debug|Win32"/>
@@ -769,8 +763,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Universal Release|Win32">
@@ -778,8 +771,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"/>
</FileConfiguration>
</File>
</Filter>

View File

@@ -622,8 +622,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
@@ -631,8 +630,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Universal Debug|Win32"/>
@@ -644,8 +642,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Release|Win32">
@@ -653,8 +650,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Universal Debug|Win32"/>
@@ -673,8 +669,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Universal Release|Win32">
@@ -682,8 +677,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Debug|Win32"/>
@@ -695,8 +689,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Universal Release|Win32">
@@ -704,8 +697,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"/>
</FileConfiguration>
</File>
</Filter>

View File

@@ -646,8 +646,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
@@ -655,8 +654,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Universal Debug|Win32"/>
@@ -668,8 +666,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Release|Win32">
@@ -677,8 +674,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Universal Debug|Win32"/>
@@ -697,8 +693,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Universal Release|Win32">
@@ -706,8 +701,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Debug|Win32"/>
@@ -719,8 +713,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Universal Release|Win32">
@@ -728,8 +721,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"/>
</FileConfiguration>
</File>
</Filter>

View File

@@ -610,8 +610,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
@@ -619,8 +618,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Universal Debug|Win32"/>
@@ -632,8 +630,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Release|Win32">
@@ -641,8 +638,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Universal Debug|Win32"/>
@@ -661,8 +657,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Universal Release|Win32">
@@ -670,8 +665,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Debug|Win32"/>
@@ -683,8 +677,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Universal Release|Win32">
@@ -692,8 +685,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"/>
</FileConfiguration>
</File>
</Filter>

View File

@@ -620,8 +620,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
@@ -629,8 +628,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Universal Debug|Win32"/>
@@ -642,8 +640,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Release|Win32">
@@ -651,8 +648,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Universal Debug|Win32"/>
@@ -671,8 +667,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Universal Release|Win32">
@@ -680,8 +675,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Debug|Win32"/>
@@ -693,8 +687,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Universal Release|Win32">
@@ -702,8 +695,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"/>
</FileConfiguration>
</File>
</Filter>

View File

@@ -610,8 +610,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
@@ -619,8 +618,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Universal Debug|Win32"/>
@@ -632,8 +630,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Release|Win32">
@@ -641,8 +638,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Universal Debug|Win32"/>
@@ -661,8 +657,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Universal Release|Win32">
@@ -670,8 +665,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Debug|Win32"/>
@@ -683,8 +677,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Universal Release|Win32">
@@ -692,8 +685,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"/>
</FileConfiguration>
</File>
</Filter>

View File

@@ -610,8 +610,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
@@ -619,8 +618,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Universal Debug|Win32"/>
@@ -632,8 +630,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Release|Win32">
@@ -641,8 +638,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Universal Debug|Win32"/>
@@ -661,8 +657,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Universal Release|Win32">
@@ -670,8 +665,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Debug|Win32"/>
@@ -683,8 +677,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Universal Release|Win32">
@@ -692,8 +685,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"/>
</FileConfiguration>
</File>
</Filter>

View File

@@ -610,8 +610,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
@@ -619,8 +618,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Universal Debug|Win32"/>
@@ -632,8 +630,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Release|Win32">
@@ -641,8 +638,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Universal Debug|Win32"/>
@@ -661,8 +657,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Universal Release|Win32">
@@ -670,8 +665,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Debug|Win32"/>
@@ -683,8 +677,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Universal Release|Win32">
@@ -692,8 +685,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"/>
</FileConfiguration>
</File>
</Filter>

View File

@@ -569,8 +569,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
@@ -578,8 +577,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Universal Debug|Win32"/>
@@ -591,8 +589,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Release|Win32">
@@ -600,8 +597,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Universal Debug|Win32"/>
@@ -620,8 +616,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Universal Release|Win32">
@@ -629,8 +624,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Debug|Win32"/>
@@ -642,8 +636,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Universal Release|Win32">
@@ -651,8 +644,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"/>
</FileConfiguration>
</File>
</Filter>

View File

@@ -613,8 +613,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
@@ -622,8 +621,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Universal Debug|Win32"/>
@@ -635,8 +633,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Release|Win32">
@@ -644,8 +641,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Universal Debug|Win32"/>
@@ -664,8 +660,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Universal Release|Win32">
@@ -673,8 +668,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Debug|Win32"/>
@@ -686,8 +680,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Universal Release|Win32">
@@ -695,8 +688,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"/>
</FileConfiguration>
</File>
</Filter>

View File

@@ -610,8 +610,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
@@ -619,8 +618,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Universal Debug|Win32"/>
@@ -632,8 +630,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Release|Win32">
@@ -641,8 +638,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Universal Debug|Win32"/>
@@ -661,8 +657,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="Universal Release|Win32">
@@ -670,8 +665,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Debug|Win32"/>
@@ -683,8 +677,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Universal Release|Win32">
@@ -692,8 +685,7 @@
Name="VCCustomBuildTool"
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"/>
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"/>
</FileConfiguration>
</File>
</Filter>

View File

@@ -1096,7 +1096,6 @@
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -1107,7 +1106,6 @@
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -1124,7 +1122,6 @@
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -1135,7 +1132,6 @@
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -1162,7 +1158,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -1173,7 +1168,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -1190,7 +1184,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -1201,7 +1194,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
</File>

View File

@@ -847,7 +847,6 @@
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -858,7 +857,6 @@
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -875,7 +873,6 @@
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -886,7 +883,6 @@
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -913,7 +909,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -924,7 +919,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -941,7 +935,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -952,7 +945,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
</File>

View File

@@ -1360,7 +1360,6 @@
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -1371,7 +1370,6 @@
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -1388,7 +1386,6 @@
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -1399,7 +1396,6 @@
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -1426,7 +1422,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -1437,7 +1432,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -1454,7 +1448,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -1465,7 +1458,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
</File>

View File

@@ -5545,7 +5545,6 @@
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -5556,7 +5555,6 @@
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -5573,7 +5571,6 @@
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -5584,7 +5581,6 @@
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -5611,7 +5607,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -5622,7 +5617,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -5639,7 +5633,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -5650,7 +5643,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
</File>

View File

@@ -855,7 +855,6 @@
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -866,7 +865,6 @@
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -883,7 +881,6 @@
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -894,7 +891,6 @@
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -921,7 +917,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -932,7 +927,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -949,7 +943,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -960,7 +953,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
</File>

View File

@@ -961,7 +961,6 @@
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -972,7 +971,6 @@
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -989,7 +987,6 @@
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -1000,7 +997,6 @@
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -1027,7 +1023,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -1038,7 +1033,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -1055,7 +1049,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -1066,7 +1059,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
</File>

View File

@@ -863,7 +863,6 @@
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -874,7 +873,6 @@
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -891,7 +889,6 @@
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -902,7 +899,6 @@
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -929,7 +925,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -940,7 +935,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -957,7 +951,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -968,7 +961,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
</File>

View File

@@ -895,7 +895,6 @@
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -906,7 +905,6 @@
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -923,7 +921,6 @@
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -934,7 +931,6 @@
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -961,7 +957,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -972,7 +967,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -989,7 +983,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -1000,7 +993,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
</File>

View File

@@ -847,7 +847,6 @@
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -858,7 +857,6 @@
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -875,7 +873,6 @@
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -886,7 +883,6 @@
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -913,7 +909,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -924,7 +919,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -941,7 +935,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -952,7 +945,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
</File>

View File

@@ -860,7 +860,6 @@
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -871,7 +870,6 @@
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -888,7 +886,6 @@
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -899,7 +896,6 @@
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -926,7 +922,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -937,7 +932,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -954,7 +948,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -965,7 +958,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
</File>

View File

@@ -847,7 +847,6 @@
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -858,7 +857,6 @@
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -875,7 +873,6 @@
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -886,7 +883,6 @@
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -913,7 +909,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -924,7 +919,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -941,7 +935,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -952,7 +945,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
</File>

View File

@@ -847,7 +847,6 @@
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -858,7 +857,6 @@
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -875,7 +873,6 @@
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -886,7 +883,6 @@
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -913,7 +909,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -924,7 +919,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -941,7 +935,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -952,7 +945,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
</File>

View File

@@ -847,7 +847,6 @@
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -858,7 +857,6 @@
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -875,7 +873,6 @@
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -886,7 +883,6 @@
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -913,7 +909,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -924,7 +919,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -941,7 +935,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -952,7 +945,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
</File>

View File

@@ -800,7 +800,6 @@
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -811,7 +810,6 @@
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -828,7 +826,6 @@
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -839,7 +836,6 @@
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -866,7 +862,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -877,7 +872,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -894,7 +888,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -905,7 +898,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
</File>

View File

@@ -851,7 +851,6 @@
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -862,7 +861,6 @@
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -879,7 +877,6 @@
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -890,7 +887,6 @@
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -917,7 +913,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -928,7 +923,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -945,7 +939,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -956,7 +949,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
</File>

View File

@@ -847,7 +847,6 @@
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -858,7 +857,6 @@
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -875,7 +873,6 @@
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -886,7 +883,6 @@
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -913,7 +909,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -924,7 +919,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -941,7 +935,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -952,7 +945,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot; &quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
</File>

View File

@@ -1092,7 +1092,6 @@
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -1103,7 +1102,6 @@
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -1120,7 +1118,6 @@
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -1131,7 +1128,6 @@
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -1158,7 +1154,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -1169,7 +1164,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -1186,7 +1180,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -1197,7 +1190,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
</File>

View File

@@ -843,7 +843,6 @@
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -854,7 +853,6 @@
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -871,7 +869,6 @@
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -882,7 +879,6 @@
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -909,7 +905,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -920,7 +915,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -937,7 +931,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -948,7 +941,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
</File>

View File

@@ -1356,7 +1356,6 @@
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -1367,7 +1366,6 @@
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -1384,7 +1382,6 @@
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -1395,7 +1392,6 @@
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -1422,7 +1418,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -1433,7 +1428,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -1450,7 +1444,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -1461,7 +1454,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
</File>

View File

@@ -5541,7 +5541,6 @@
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -5552,7 +5551,6 @@
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -5569,7 +5567,6 @@
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -5580,7 +5577,6 @@
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -5607,7 +5603,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -5618,7 +5613,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -5635,7 +5629,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -5646,7 +5639,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
</File>

View File

@@ -851,7 +851,6 @@
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -862,7 +861,6 @@
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -879,7 +877,6 @@
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -890,7 +887,6 @@
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -917,7 +913,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -928,7 +923,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -945,7 +939,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -956,7 +949,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
</File>

View File

@@ -957,7 +957,6 @@
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -968,7 +967,6 @@
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -985,7 +983,6 @@
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -996,7 +993,6 @@
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -1023,7 +1019,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -1034,7 +1029,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -1051,7 +1045,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -1062,7 +1055,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
</File>

View File

@@ -859,7 +859,6 @@
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -870,7 +869,6 @@
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -887,7 +885,6 @@
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -898,7 +895,6 @@
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -925,7 +921,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -936,7 +931,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -953,7 +947,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -964,7 +957,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
</File>

View File

@@ -891,7 +891,6 @@
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -902,7 +901,6 @@
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -919,7 +917,6 @@
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -930,7 +927,6 @@
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -957,7 +953,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -968,7 +963,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -985,7 +979,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -996,7 +989,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
</File>

View File

@@ -843,7 +843,6 @@
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -854,7 +853,6 @@
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -871,7 +869,6 @@
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -882,7 +879,6 @@
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -909,7 +905,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -920,7 +915,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -937,7 +931,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -948,7 +941,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
</File>

View File

@@ -856,7 +856,6 @@
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -867,7 +866,6 @@
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -884,7 +882,6 @@
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -895,7 +892,6 @@
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -922,7 +918,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -933,7 +928,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -950,7 +944,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -961,7 +954,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
</File>

View File

@@ -843,7 +843,6 @@
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -854,7 +853,6 @@
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -871,7 +869,6 @@
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -882,7 +879,6 @@
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -909,7 +905,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -920,7 +915,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -937,7 +931,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -948,7 +941,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
</File>

View File

@@ -843,7 +843,6 @@
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -854,7 +853,6 @@
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -871,7 +869,6 @@
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -882,7 +879,6 @@
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -909,7 +905,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -920,7 +915,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -937,7 +931,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -948,7 +941,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
</File>

View File

@@ -843,7 +843,6 @@
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -854,7 +853,6 @@
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -871,7 +869,6 @@
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -882,7 +879,6 @@
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -909,7 +905,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -920,7 +915,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -937,7 +931,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -948,7 +941,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
</File>

View File

@@ -796,7 +796,6 @@
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -807,7 +806,6 @@
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -824,7 +822,6 @@
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -835,7 +832,6 @@
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -862,7 +858,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -873,7 +868,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -890,7 +884,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -901,7 +894,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
</File>

View File

@@ -847,7 +847,6 @@
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -858,7 +857,6 @@
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -875,7 +873,6 @@
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -886,7 +883,6 @@
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -913,7 +909,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -924,7 +919,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -941,7 +935,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -952,7 +945,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
</File>

View File

@@ -843,7 +843,6 @@
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -854,7 +853,6 @@
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -871,7 +869,6 @@
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -882,7 +879,6 @@
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -909,7 +905,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -920,7 +915,6 @@
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -937,7 +931,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivud\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
<FileConfiguration
@@ -948,7 +941,6 @@
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswunivu\wx\setup.h"
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
AdditionalDependencies="&quot;$(INTDIR)&quot;;&quot;$(OUTDIR)&quot;"
/>
</FileConfiguration>
</File>