diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2018-03-09 02:05:20 +0300 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2018-03-09 02:06:25 +0300 |
commit | fa5f0cd808f246bfb146efb233394296bed718fe (patch) | |
tree | 455e29e3174a9f9105bb615997f2f26152d9832f /plugins/NewsAggregator/NewsAggregator.vcxproj | |
parent | af674186fdd23be4a293db0a66b21aa890ce2fd1 (diff) |
NewsAggregator: use m_gui (mostly working)
Diffstat (limited to 'plugins/NewsAggregator/NewsAggregator.vcxproj')
-rw-r--r-- | plugins/NewsAggregator/NewsAggregator.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewsAggregator/NewsAggregator.vcxproj b/plugins/NewsAggregator/NewsAggregator.vcxproj index d1a5a8dbfa..174e4e1c66 100644 --- a/plugins/NewsAggregator/NewsAggregator.vcxproj +++ b/plugins/NewsAggregator/NewsAggregator.vcxproj @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
|