|
71 | 71 | <PropertyGroup Label="UserMacros" /> |
72 | 72 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
73 | 73 | <LinkIncremental>true</LinkIncremental> |
74 | | - <TargetName>$(ProjectName)_x86d</TargetName> |
| 74 | + <TargetName>$(ProjectName)</TargetName> |
75 | 75 | <OutDir>$(SolutionDir)bin\$(Configuration)\</OutDir> |
76 | 76 | <IncludePath>.\beaengine\include;$(IncludePath)</IncludePath> |
77 | 77 | </PropertyGroup> |
78 | 78 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
79 | 79 | <LinkIncremental>true</LinkIncremental> |
80 | | - <TargetName>$(ProjectName)_x64d</TargetName> |
| 80 | + <TargetName>$(ProjectName)</TargetName> |
81 | 81 | <OutDir>$(SolutionDir)\bin\$(Configuration)\x64\</OutDir> |
82 | 82 | <IncludePath>.\beaengine\include;$(IncludePath)</IncludePath> |
83 | 83 | </PropertyGroup> |
84 | 84 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
85 | 85 | <LinkIncremental>false</LinkIncremental> |
86 | | - <TargetName>$(ProjectName)_x86</TargetName> |
| 86 | + <TargetName>$(ProjectName)</TargetName> |
87 | 87 | <OutDir>$(SolutionDir)bin\$(Configuration)\</OutDir> |
88 | 88 | <IncludePath>.\beaengine\include;$(IncludePath)</IncludePath> |
89 | 89 | </PropertyGroup> |
90 | 90 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
91 | 91 | <LinkIncremental>false</LinkIncremental> |
92 | | - <TargetName>$(ProjectName)_x64</TargetName> |
| 92 | + <TargetName>$(ProjectName)</TargetName> |
93 | 93 | <OutDir>$(SolutionDir)bin\$(Configuration)\x64\</OutDir> |
94 | 94 | <IncludePath>.\beaengine\include;$(IncludePath)</IncludePath> |
95 | 95 | </PropertyGroup> |
|
0 commit comments