Skip to content

Commit

Permalink
moved to WTL 10.0.10077
Browse files Browse the repository at this point in the history
  • Loading branch information
janwilmans committed May 24, 2020
1 parent b33bc15 commit 3b3a88c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions DebugView++/DebugView++.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@
<Import Project="..\packages\boost_date_time-vc141.1.69.0.0\build\boost_date_time-vc141.targets" Condition="Exists('..\packages\boost_date_time-vc141.1.69.0.0\build\boost_date_time-vc141.targets')" />
<Import Project="..\packages\boost_regex-vc141.1.69.0.0\build\boost_regex-vc141.targets" Condition="Exists('..\packages\boost_regex-vc141.1.69.0.0\build\boost_regex-vc141.targets')" />
<Import Project="..\packages\boost_system-vc141.1.69.0.0\build\boost_system-vc141.targets" Condition="Exists('..\packages\boost_system-vc141.1.69.0.0\build\boost_system-vc141.targets')" />
<Import Project="..\packages\wtl.10.0.9163\build\native\wtl.targets" Condition="Exists('..\packages\wtl.10.0.9163\build\native\wtl.targets')" />
<Import Project="..\packages\wtl.10.0.10077\build\native\wtl.targets" Condition="Exists('..\packages\wtl.10.0.10077\build\native\wtl.targets')" />
</ImportGroup>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
Expand All @@ -388,6 +388,6 @@
<Error Condition="!Exists('..\packages\boost_date_time-vc141.1.69.0.0\build\boost_date_time-vc141.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\boost_date_time-vc141.1.69.0.0\build\boost_date_time-vc141.targets'))" />
<Error Condition="!Exists('..\packages\boost_regex-vc141.1.69.0.0\build\boost_regex-vc141.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\boost_regex-vc141.1.69.0.0\build\boost_regex-vc141.targets'))" />
<Error Condition="!Exists('..\packages\boost_system-vc141.1.69.0.0\build\boost_system-vc141.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\boost_system-vc141.1.69.0.0\build\boost_system-vc141.targets'))" />
<Error Condition="!Exists('..\packages\wtl.10.0.9163\build\native\wtl.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\wtl.10.0.9163\build\native\wtl.targets'))" />
<Error Condition="!Exists('..\packages\wtl.10.0.10077\build\native\wtl.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\wtl.10.0.10077\build\native\wtl.targets'))" />
</Target>
</Project>
4 changes: 2 additions & 2 deletions DebugView++/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
<package id="boost_date_time-vc141" version="1.69.0.0" targetFramework="native" />
<package id="boost_regex-vc141" version="1.69.0.0" targetFramework="native" />
<package id="boost_system-vc141" version="1.69.0.0" targetFramework="native" />
<package id="wtl" version="10.0.9163" targetFramework="native" />
</packages>
<package id="wtl" version="10.0.10077" targetFramework="native" />
</packages>
4 changes: 2 additions & 2 deletions DebugView++/version.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#define VERSION 1,8,0,94
#define VERSION_STR "1.8.0.94"
#define VERSION 1,8,0,95
#define VERSION_STR "1.8.0.95"
4 changes: 2 additions & 2 deletions DebugView++/version.wxi
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<?define ProductVersion.Major="1" ?>
<?define ProductVersion.Minor="8" ?>
<?define ProductVersion.Revision="0" ?>
<?define ProductVersion.Build="94" ?>
<?define ProductVersion="1.8.0.94" ?>
<?define ProductVersion.Build="95" ?>
<?define ProductVersion="1.8.0.95" ?>
</Include>

0 comments on commit 3b3a88c

Please sign in to comment.