|
29 | 29 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
30 | 30 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
31 | 31 | <UseDebugLibraries>true</UseDebugLibraries> |
32 | | - <PlatformToolset>v142</PlatformToolset> |
| 32 | + <PlatformToolset>v143</PlatformToolset> |
33 | 33 | <CharacterSet>Unicode</CharacterSet> |
34 | 34 | </PropertyGroup> |
35 | 35 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
36 | 36 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
37 | 37 | <UseDebugLibraries>false</UseDebugLibraries> |
38 | | - <PlatformToolset>v142</PlatformToolset> |
| 38 | + <PlatformToolset>v143</PlatformToolset> |
39 | 39 | <WholeProgramOptimization>true</WholeProgramOptimization> |
40 | 40 | <CharacterSet>Unicode</CharacterSet> |
41 | 41 | </PropertyGroup> |
42 | 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
43 | 43 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
44 | 44 | <UseDebugLibraries>true</UseDebugLibraries> |
45 | | - <PlatformToolset>v142</PlatformToolset> |
| 45 | + <PlatformToolset>v143</PlatformToolset> |
46 | 46 | <CharacterSet>Unicode</CharacterSet> |
47 | 47 | </PropertyGroup> |
48 | 48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
49 | 49 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
50 | 50 | <UseDebugLibraries>false</UseDebugLibraries> |
51 | | - <PlatformToolset>v142</PlatformToolset> |
| 51 | + <PlatformToolset>v143</PlatformToolset> |
52 | 52 | <WholeProgramOptimization>true</WholeProgramOptimization> |
53 | 53 | <CharacterSet>Unicode</CharacterSet> |
54 | 54 | </PropertyGroup> |
|
105 | 105 | <EnableUAC>false</EnableUAC> |
106 | 106 | <ModuleDefinitionFile>deffile.def</ModuleDefinitionFile> |
107 | 107 | </Link> |
| 108 | + <PostBuildEvent> |
| 109 | + <Command>IF DEFINED GW2_INSTALL_DIR ( |
| 110 | +xcopy "$(TargetPath)" "$(GW2_INSTALL_DIR)\bin64\" /Y |
| 111 | +)</Command> |
| 112 | + </PostBuildEvent> |
108 | 113 | </ItemDefinitionGroup> |
109 | 114 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
110 | 115 | <ClCompile> |
|
137 | 142 | <EnableUAC>false</EnableUAC> |
138 | 143 | <ModuleDefinitionFile>deffile.def</ModuleDefinitionFile> |
139 | 144 | </Link> |
| 145 | + <PostBuildEvent> |
| 146 | + <Command>IF DEFINED GW2_INSTALL_DIR ( |
| 147 | +xcopy "$(TargetPath)" "$(GW2_INSTALL_DIR)\bin64\" /Y |
| 148 | +)</Command> |
| 149 | + </PostBuildEvent> |
140 | 150 | </ItemDefinitionGroup> |
141 | 151 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
142 | 152 | <ClCompile> |
|
0 commit comments