Skip to content

Commit 6a9426a

Browse files
committed
Update .vcxproj
1 parent 4358656 commit 6a9426a

File tree

2 files changed

+75
-33
lines changed

2 files changed

+75
-33
lines changed

hlp/hlp.vcxproj

Lines changed: 54 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -23,33 +23,33 @@
2323
<Keyword>Win32Proj</Keyword>
2424
<ProjectGuid>{afd2f6e3-e658-4a1b-a691-8f10a858321b}</ProjectGuid>
2525
<RootNamespace>hlp</RootNamespace>
26-
<WindowsTargetPlatformVersion>7.0</WindowsTargetPlatformVersion>
26+
<WindowsTargetPlatformVersion>10.0.20348.0</WindowsTargetPlatformVersion>
2727
</PropertyGroup>
2828
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2929
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
3030
<ConfigurationType>Utility</ConfigurationType>
31-
<UseDebugLibraries>true</UseDebugLibraries>
32-
<PlatformToolset>v141_xp</PlatformToolset>
31+
<UseDebugLibraries>false</UseDebugLibraries>
32+
<PlatformToolset>v143</PlatformToolset>
3333
<CharacterSet>Unicode</CharacterSet>
3434
</PropertyGroup>
3535
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
3636
<ConfigurationType>Utility</ConfigurationType>
3737
<UseDebugLibraries>false</UseDebugLibraries>
38-
<PlatformToolset>v141_xp</PlatformToolset>
39-
<WholeProgramOptimization>true</WholeProgramOptimization>
38+
<PlatformToolset>v143</PlatformToolset>
39+
<WholeProgramOptimization>false</WholeProgramOptimization>
4040
<CharacterSet>Unicode</CharacterSet>
4141
</PropertyGroup>
4242
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
4343
<ConfigurationType>Utility</ConfigurationType>
44-
<UseDebugLibraries>true</UseDebugLibraries>
45-
<PlatformToolset>v141_xp</PlatformToolset>
44+
<UseDebugLibraries>false</UseDebugLibraries>
45+
<PlatformToolset>v143</PlatformToolset>
4646
<CharacterSet>Unicode</CharacterSet>
4747
</PropertyGroup>
4848
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4949
<ConfigurationType>Utility</ConfigurationType>
5050
<UseDebugLibraries>false</UseDebugLibraries>
51-
<PlatformToolset>v141_xp</PlatformToolset>
52-
<WholeProgramOptimization>true</WholeProgramOptimization>
51+
<PlatformToolset>v143</PlatformToolset>
52+
<WholeProgramOptimization>false</WholeProgramOptimization>
5353
<CharacterSet>Unicode</CharacterSet>
5454
</PropertyGroup>
5555
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
@@ -156,54 +156,54 @@
156156
</None>
157157
<CustomBuild Include="Dn-FamiTracker.hhp">
158158
<FileType>Document</FileType>
159-
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">start /wait hhc "Dn-FamiTracker.hhp"
160-
if not exist "Dn-FamiTracker.chm" goto :HelpError
161-
copy "Dn-FamiTracker.chm" "$(OutDir)Dn-FamiTracker.chm"
159+
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">start /wait hhc "$(SolutionName).hhp"
160+
if not exist "$(SolutionName).chm" goto :HelpError
161+
copy "$(SolutionName).chm" "$(OutDir)$(SolutionName).chm"
162162
goto :HelpDone
163163
:HelpError
164-
echo hlp\Dn-FamiTracker.hhp(1) : error:Problem encountered creating help file
164+
echo $(ProjectDir)$(SolutionName).hhp(1) : error:Problem encountered creating help file
165165
echo.
166166
:HelpDone
167167
echo.</Command>
168-
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">start /wait hhc "Dn-FamiTracker.hhp"
169-
if not exist "Dn-FamiTracker.chm" goto :HelpError
170-
copy "Dn-FamiTracker.chm" "$(OutDir)Dn-FamiTracker.chm"
168+
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">start /wait hhc "$(SolutionName).hhp"
169+
if not exist "$(SolutionName).chm" goto :HelpError
170+
copy "$(SolutionName).chm" "$(OutDir)$(SolutionName).chm"
171171
goto :HelpDone
172172
:HelpError
173-
echo hlp\Dn-FamiTracker.hhp(1) : error:Problem encountered creating help file
173+
echo $(ProjectDir)$(SolutionName).hhp(1) : error:Problem encountered creating help file
174174
echo.
175175
:HelpDone
176176
echo.</Command>
177-
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">start /wait hhc "Dn-FamiTracker.hhp"
178-
if not exist "Dn-FamiTracker.chm" goto :HelpError
179-
copy "Dn-FamiTracker.chm" "$(OutDir)Dn-FamiTracker.chm"
177+
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">start /wait hhc "$(SolutionName).hhp"
178+
if not exist "$(SolutionName).chm" goto :HelpError
179+
copy "$(SolutionName).chm" "$(OutDir)$(SolutionName).chm"
180180
goto :HelpDone
181181
:HelpError
182-
echo hlp\Dn-FamiTracker.hhp(1) : error:Problem encountered creating help file
182+
echo $(ProjectDir)$(SolutionName).hhp(1) : error:Problem encountered creating help file
183183
echo.
184184
:HelpDone
185185
echo.</Command>
186-
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">start /wait hhc "Dn-FamiTracker.hhp"
187-
if not exist "Dn-FamiTracker.chm" goto :HelpError
188-
copy "Dn-FamiTracker.chm" "$(OutDir)Dn-FamiTracker.chm"
186+
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">start /wait hhc "$(SolutionName).hhp"
187+
if not exist "$(SolutionName).chm" goto :HelpError
188+
copy "$(SolutionName).chm" "$(OutDir)$(SolutionName).chm"
189189
goto :HelpDone
190190
:HelpError
191-
echo hlp\Dn-FamiTracker.hhp(1) : error:Problem encountered creating help file
191+
echo $(ProjectDir)$(SolutionName).hhp(1) : error:Problem encountered creating help file
192192
echo.
193193
:HelpDone
194194
echo.</Command>
195195
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Making help file...</Message>
196196
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Making help file...</Message>
197197
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Making help file...</Message>
198198
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Making help file...</Message>
199-
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(OutDir)$(ProjectName).chm</Outputs>
200-
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutDir)$(ProjectName).chm</Outputs>
201-
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(OutDir)$(ProjectName).chm</Outputs>
202-
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)$(ProjectName).chm</Outputs>
203-
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\HTMLDefines.h;%(AdditionalInputs)</AdditionalInputs>
204-
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\HTMLDefines.h;%(AdditionalInputs)</AdditionalInputs>
205-
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\HTMLDefines.h;%(AdditionalInputs)</AdditionalInputs>
206-
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\HTMLDefines.h;%(AdditionalInputs)</AdditionalInputs>
199+
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(OutDir)$(SolutionName).chm</Outputs>
200+
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutDir)$(SolutionName).chm</Outputs>
201+
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(OutDir)$(SolutionName).chm</Outputs>
202+
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)$(SolutionName).chm</Outputs>
203+
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">HTMLDefines.h;%(AdditionalInputs)</AdditionalInputs>
204+
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">HTMLDefines.h;%(AdditionalInputs)</AdditionalInputs>
205+
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">HTMLDefines.h;%(AdditionalInputs)</AdditionalInputs>
206+
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">HTMLDefines.h;%(AdditionalInputs)</AdditionalInputs>
207207
</CustomBuild>
208208
<None Include="2a03.htm">
209209
<DeploymentContent>true</DeploymentContent>
@@ -223,9 +223,15 @@ echo.</Command>
223223
<None Include="config_appearance.htm">
224224
<DeploymentContent>true</DeploymentContent>
225225
</None>
226+
<None Include="config_emulation.htm">
227+
<DeploymentContent>true</DeploymentContent>
228+
</None>
226229
<None Include="config_general.htm">
227230
<DeploymentContent>true</DeploymentContent>
228231
</None>
232+
<None Include="config_gui.htm">
233+
<DeploymentContent>true</DeploymentContent>
234+
</None>
229235
<None Include="config_midi.htm">
230236
<DeploymentContent>true</DeploymentContent>
231237
</None>
@@ -238,6 +244,9 @@ echo.</Command>
238244
<None Include="config_sound.htm">
239245
<DeploymentContent>true</DeploymentContent>
240246
</None>
247+
<None Include="config_version.htm">
248+
<DeploymentContent>true</DeploymentContent>
249+
</None>
241250
<None Include="control_panel.htm">
242251
<DeploymentContent>true</DeploymentContent>
243252
</None>
@@ -261,6 +270,9 @@ echo.</Command>
261270
<None Include="fds.htm">
262271
<DeploymentContent>true</DeploymentContent>
263272
</None>
273+
<None Include="instruments.htm">
274+
<DeploymentContent>true</DeploymentContent>
275+
</None>
264276
<None Include="interface.htm">
265277
<DeploymentContent>true</DeploymentContent>
266278
</None>
@@ -285,6 +297,12 @@ echo.</Command>
285297
<None Include="menu_module.htm">
286298
<DeploymentContent>true</DeploymentContent>
287299
</None>
300+
<None Include="menu_pattern.htm">
301+
<DeploymentContent>true</DeploymentContent>
302+
</None>
303+
<None Include="menu_song.htm">
304+
<DeploymentContent>true</DeploymentContent>
305+
</None>
288306
<None Include="menu_tracker.htm">
289307
<DeploymentContent>true</DeploymentContent>
290308
</None>
@@ -312,6 +330,9 @@ echo.</Command>
312330
<None Include="shortcuts.htm">
313331
<DeploymentContent>true</DeploymentContent>
314332
</None>
333+
<None Include="sound.htm">
334+
<DeploymentContent>true</DeploymentContent>
335+
</None>
315336
<None Include="sound_overview.htm">
316337
<DeploymentContent>true</DeploymentContent>
317338
</None>

hlp/hlp.vcxproj.filters

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,15 @@
141141
<None Include="config_sound.htm">
142142
<Filter>HTML Help Topics\Interface\Configuration</Filter>
143143
</None>
144+
<None Include="config_version.htm">
145+
<Filter>HTML Help Topics\Interface\Configuration</Filter>
146+
</None>
147+
<None Include="config_gui.htm">
148+
<Filter>HTML Help Topics\Interface\Configuration</Filter>
149+
</None>
150+
<None Include="config_emulation.htm">
151+
<Filter>HTML Help Topics\Interface\Configuration</Filter>
152+
</None>
144153
<None Include="menu_edit.htm">
145154
<Filter>HTML Help Topics\Interface\Menus</Filter>
146155
</None>
@@ -162,6 +171,12 @@
162171
<None Include="menu_view.htm">
163172
<Filter>HTML Help Topics\Interface\Menus</Filter>
164173
</None>
174+
<None Include="menu_song.htm">
175+
<Filter>HTML Help Topics\Interface\Menus</Filter>
176+
</None>
177+
<None Include="menu_pattern.htm">
178+
<Filter>HTML Help Topics\Interface\Menus</Filter>
179+
</None>
165180
<None Include="comments.htm">
166181
<Filter>HTML Help Topics\Interface\Dialogs</Filter>
167182
</None>
@@ -186,6 +201,12 @@
186201
<None Include="speed.htm">
187202
<Filter>HTML Help Topics\Interface\Dialogs</Filter>
188203
</None>
204+
<None Include="instruments.htm">
205+
<Filter>HTML Help Topics\Interface\Dialogs</Filter>
206+
</None>
207+
<None Include="sound.htm">
208+
<Filter>HTML Help Topics\Interface\Dialogs</Filter>
209+
</None>
189210
</ItemGroup>
190211
<ItemGroup>
191212
<CustomBuild Include="Dn-FamiTracker.hhp">

0 commit comments

Comments
 (0)