Skip to content

Commit

Permalink
build preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
aliakseis committed Mar 19, 2024
1 parent 2b491d5 commit eacd86d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions Player/Player.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@
<ClInclude Include="PlayerViewD2D.h" />
<ClInclude Include="PlayerView.h" />
<ClInclude Include="Resource.h" />
<ClInclude Include="SecondsToString.h" />
<ClInclude Include="stdafx.h" />
<ClInclude Include="StringDifference.h" />
<ClInclude Include="targetver.h" />
Expand Down
3 changes: 3 additions & 0 deletions Player/Player.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@
<ClInclude Include="StringDifference.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="SecondsToString.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="Player.cpp">
Expand Down
2 changes: 1 addition & 1 deletion Setup/Setup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -1345,7 +1345,7 @@
"RemovePreviousVersions" = "11:FALSE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:0.1.47"
"ProductVersion" = "8:0.1.48"
"Manufacturer" = "8:aliakseis"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down

0 comments on commit eacd86d

Please sign in to comment.