|
70 | 70 | <LinkIncremental>false</LinkIncremental> |
71 | 71 | <EmbedManifest>true</EmbedManifest> |
72 | 72 | <TargetName>$(ProjectName)-15</TargetName> |
73 | | - <IntDir>$(SolutionDir)$(Platform)\$(Configuration)\</IntDir> |
| 73 | + <IntDir>$(SolutionDir)$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
74 | 74 | <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> |
75 | 75 | </PropertyGroup> |
76 | 76 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugStatic|x64'"> |
77 | 77 | <LinkIncremental>false</LinkIncremental> |
78 | 78 | <EmbedManifest>true</EmbedManifest> |
79 | 79 | <TargetName>$(ProjectName)-15</TargetName> |
80 | | - <IntDir>$(SolutionDir)$(Platform)\$(Configuration)\</IntDir> |
| 80 | + <IntDir>$(SolutionDir)$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
81 | 81 | <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> |
82 | 82 | </PropertyGroup> |
83 | 83 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
84 | 84 | <LinkIncremental>false</LinkIncremental> |
85 | 85 | <EmbedManifest>true</EmbedManifest> |
86 | 86 | <TargetName>$(ProjectName)-15</TargetName> |
87 | | - <IntDir>$(SolutionDir)$(Platform)\$(Configuration)\</IntDir> |
| 87 | + <IntDir>$(SolutionDir)$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
88 | 88 | <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> |
89 | 89 | </PropertyGroup> |
90 | 90 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseStatic|x64'"> |
91 | 91 | <LinkIncremental>false</LinkIncremental> |
92 | 92 | <EmbedManifest>true</EmbedManifest> |
93 | 93 | <TargetName>$(ProjectName)-15</TargetName> |
94 | | - <IntDir>$(SolutionDir)$(Platform)\$(Configuration)\</IntDir> |
| 94 | + <IntDir>$(SolutionDir)$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
95 | 95 | <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> |
96 | 96 | </PropertyGroup> |
97 | 97 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDll|x64'"> |
|
0 commit comments