|
72 | 72 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
73 | 73 | <OutDir>$(SolutionDir)Build\</OutDir> |
74 | 74 | <IntDir>$(SolutionDir)obj\$(Configuration)\</IntDir> |
75 | | - <TargetName>VERSION</TargetName> |
| 75 | + <TargetName>VERSION-$(PlatformTarget)</TargetName> |
76 | 76 | <TargetExt>.dll</TargetExt> |
77 | 77 | <IncludePath>$(ProjectDir)deps\include;$(IncludePath)</IncludePath> |
78 | 78 | <LibraryPath>$(ProjectDir)deps\lib;$(LibraryPath)</LibraryPath> |
79 | 79 | </PropertyGroup> |
80 | 80 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
81 | 81 | <OutDir>$(SolutionDir)Build\</OutDir> |
82 | 82 | <IntDir>$(SolutionDir)obj\$(Configuration)\</IntDir> |
83 | | - <TargetName>VERSION</TargetName> |
| 83 | + <TargetName>VERSION-$(PlatformTarget)</TargetName> |
84 | 84 | <TargetExt>.dll</TargetExt> |
85 | 85 | <IncludePath>$(ProjectDir)deps\include;$(IncludePath)</IncludePath> |
86 | 86 | <LibraryPath>$(ProjectDir)deps\lib;$(LibraryPath)</LibraryPath> |
87 | 87 | </PropertyGroup> |
88 | 88 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
89 | 89 | <OutDir>$(SolutionDir)Build\</OutDir> |
90 | 90 | <IntDir>$(SolutionDir)obj\$(Configuration)\</IntDir> |
91 | | - <TargetName>VERSION</TargetName> |
| 91 | + <TargetName>VERSION-$(PlatformTarget)</TargetName> |
92 | 92 | <TargetExt>.dll</TargetExt> |
93 | 93 | <IncludePath>$(ProjectDir)deps\include;$(IncludePath)</IncludePath> |
94 | 94 | <LibraryPath>$(ProjectDir)deps\lib;$(LibraryPath)</LibraryPath> |
95 | 95 | </PropertyGroup> |
96 | 96 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
97 | 97 | <OutDir>$(SolutionDir)Build\</OutDir> |
98 | 98 | <IntDir>$(SolutionDir)obj\$(Configuration)\</IntDir> |
99 | | - <TargetName>VERSION</TargetName> |
| 99 | + <TargetName>VERSION-$(PlatformTarget)</TargetName> |
100 | 100 | <TargetExt>.dll</TargetExt> |
101 | 101 | <IncludePath>$(ProjectDir)deps\include;$(IncludePath)</IncludePath> |
102 | 102 | <LibraryPath>$(ProjectDir)deps\lib;$(LibraryPath)</LibraryPath> |
|
0 commit comments