Skip to content

Commit 19a5818

Browse files
committed
generate pdb files for release config as well
1 parent 6cadec0 commit 19a5818

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

build/zlib.vcxproj

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -125,43 +125,43 @@
125125
</ImportGroup>
126126
<PropertyGroup Label="UserMacros" />
127127
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
128-
<IntDir>$(SolutionDir)\temp\$(Platform)\$(Configuration)\$(TargetName)\</IntDir>
128+
<IntDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\temp\</IntDir>
129129
<OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
130130
<IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
131131
</PropertyGroup>
132132
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
133-
<IntDir>$(SolutionDir)\temp\$(Platform)\$(Configuration)\$(TargetName)\</IntDir>
133+
<IntDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\temp\</IntDir>
134134
<OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
135135
<IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
136136
</PropertyGroup>
137137
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
138-
<IntDir>$(SolutionDir)\temp\$(Platform)\$(Configuration)\$(TargetName)\</IntDir>
138+
<IntDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\temp\</IntDir>
139139
<OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
140140
<IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
141141
</PropertyGroup>
142142
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
143-
<IntDir>$(SolutionDir)\temp\$(Platform)\$(Configuration)\$(TargetName)\</IntDir>
143+
<IntDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\temp\</IntDir>
144144
<OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
145145
<IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
146146
</PropertyGroup>
147147
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
148148
<OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
149-
<IntDir>$(SolutionDir)\temp\$(Platform)\$(Configuration)\$(TargetName)\</IntDir>
149+
<IntDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\temp\</IntDir>
150150
<IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
151151
</PropertyGroup>
152152
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
153153
<OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
154-
<IntDir>$(SolutionDir)\temp\$(Platform)\$(Configuration)\$(TargetName)\</IntDir>
154+
<IntDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\temp\</IntDir>
155155
<IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
156156
</PropertyGroup>
157157
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
158158
<OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
159-
<IntDir>$(SolutionDir)\temp\$(Platform)\$(Configuration)\$(TargetName)\</IntDir>
159+
<IntDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\temp\</IntDir>
160160
<IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
161161
</PropertyGroup>
162162
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
163163
<OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
164-
<IntDir>$(SolutionDir)\temp\$(Platform)\$(Configuration)\$(TargetName)\</IntDir>
164+
<IntDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\temp\</IntDir>
165165
<IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
166166
</PropertyGroup>
167167
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
@@ -249,6 +249,7 @@
249249
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
250250
<ControlFlowGuard>Guard</ControlFlowGuard>
251251
<AdditionalOptions>/Zi /Gy %(AdditionalOptions)</AdditionalOptions>
252+
<ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName>
252253
</ClCompile>
253254
<Lib>
254255
<SubSystem>Console</SubSystem>
@@ -268,6 +269,7 @@
268269
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
269270
<ControlFlowGuard>Guard</ControlFlowGuard>
270271
<AdditionalOptions>/Zi /Gy %(AdditionalOptions)</AdditionalOptions>
272+
<ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName>
271273
</ClCompile>
272274
<Lib>
273275
<SubSystem>Console</SubSystem>
@@ -287,6 +289,7 @@
287289
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
288290
<ControlFlowGuard>Guard</ControlFlowGuard>
289291
<AdditionalOptions>/Zi /Gy %(AdditionalOptions)</AdditionalOptions>
292+
<ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName>
290293
</ClCompile>
291294
<Lib>
292295
<SubSystem>Console</SubSystem>
@@ -306,6 +309,7 @@
306309
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
307310
<ControlFlowGuard>Guard</ControlFlowGuard>
308311
<AdditionalOptions>/Zi /Gy %(AdditionalOptions)</AdditionalOptions>
312+
<ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName>
309313
</ClCompile>
310314
<Lib>
311315
<SubSystem>Console</SubSystem>

0 commit comments

Comments
 (0)