|
125 | 125 | </ImportGroup>
|
126 | 126 | <PropertyGroup Label="UserMacros" />
|
127 | 127 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
128 |
| - <IntDir>$(SolutionDir)\temp\$(Platform)\$(Configuration)\$(TargetName)\</IntDir> |
| 128 | + <IntDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\temp\</IntDir> |
129 | 129 | <OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
|
130 | 130 | <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
|
131 | 131 | </PropertyGroup>
|
132 | 132 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
133 |
| - <IntDir>$(SolutionDir)\temp\$(Platform)\$(Configuration)\$(TargetName)\</IntDir> |
| 133 | + <IntDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\temp\</IntDir> |
134 | 134 | <OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
|
135 | 135 | <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
|
136 | 136 | </PropertyGroup>
|
137 | 137 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
138 |
| - <IntDir>$(SolutionDir)\temp\$(Platform)\$(Configuration)\$(TargetName)\</IntDir> |
| 138 | + <IntDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\temp\</IntDir> |
139 | 139 | <OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
|
140 | 140 | <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
|
141 | 141 | </PropertyGroup>
|
142 | 142 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
|
143 |
| - <IntDir>$(SolutionDir)\temp\$(Platform)\$(Configuration)\$(TargetName)\</IntDir> |
| 143 | + <IntDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\temp\</IntDir> |
144 | 144 | <OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
|
145 | 145 | <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
|
146 | 146 | </PropertyGroup>
|
147 | 147 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
148 | 148 | <OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
|
149 |
| - <IntDir>$(SolutionDir)\temp\$(Platform)\$(Configuration)\$(TargetName)\</IntDir> |
| 149 | + <IntDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\temp\</IntDir> |
150 | 150 | <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
|
151 | 151 | </PropertyGroup>
|
152 | 152 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
153 | 153 | <OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
|
154 |
| - <IntDir>$(SolutionDir)\temp\$(Platform)\$(Configuration)\$(TargetName)\</IntDir> |
| 154 | + <IntDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\temp\</IntDir> |
155 | 155 | <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
|
156 | 156 | </PropertyGroup>
|
157 | 157 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
158 | 158 | <OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
|
159 |
| - <IntDir>$(SolutionDir)\temp\$(Platform)\$(Configuration)\$(TargetName)\</IntDir> |
| 159 | + <IntDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\temp\</IntDir> |
160 | 160 | <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
|
161 | 161 | </PropertyGroup>
|
162 | 162 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
|
163 | 163 | <OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
|
164 |
| - <IntDir>$(SolutionDir)\temp\$(Platform)\$(Configuration)\$(TargetName)\</IntDir> |
| 164 | + <IntDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\temp\</IntDir> |
165 | 165 | <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
|
166 | 166 | </PropertyGroup>
|
167 | 167 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
249 | 249 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
250 | 250 | <ControlFlowGuard>Guard</ControlFlowGuard>
|
251 | 251 | <AdditionalOptions>/Zi /Gy %(AdditionalOptions)</AdditionalOptions>
|
| 252 | + <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> |
252 | 253 | </ClCompile>
|
253 | 254 | <Lib>
|
254 | 255 | <SubSystem>Console</SubSystem>
|
|
268 | 269 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
269 | 270 | <ControlFlowGuard>Guard</ControlFlowGuard>
|
270 | 271 | <AdditionalOptions>/Zi /Gy %(AdditionalOptions)</AdditionalOptions>
|
| 272 | + <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> |
271 | 273 | </ClCompile>
|
272 | 274 | <Lib>
|
273 | 275 | <SubSystem>Console</SubSystem>
|
|
287 | 289 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
288 | 290 | <ControlFlowGuard>Guard</ControlFlowGuard>
|
289 | 291 | <AdditionalOptions>/Zi /Gy %(AdditionalOptions)</AdditionalOptions>
|
| 292 | + <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> |
290 | 293 | </ClCompile>
|
291 | 294 | <Lib>
|
292 | 295 | <SubSystem>Console</SubSystem>
|
|
306 | 309 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
307 | 310 | <ControlFlowGuard>Guard</ControlFlowGuard>
|
308 | 311 | <AdditionalOptions>/Zi /Gy %(AdditionalOptions)</AdditionalOptions>
|
| 312 | + <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> |
309 | 313 | </ClCompile>
|
310 | 314 | <Lib>
|
311 | 315 | <SubSystem>Console</SubSystem>
|
|
0 commit comments