Skip to content

Commit

Permalink
Updates (#49)
Browse files Browse the repository at this point in the history
* Use newer Win SDK to fix 2 phase parsing problem with prior release

* Update test nlohmann::json to 3.3.0
  • Loading branch information
jessey-git authored Oct 6, 2018
1 parent 93a4253 commit 6fc094b
Show file tree
Hide file tree
Showing 2 changed files with 508 additions and 494 deletions.
4 changes: 1 addition & 3 deletions examples/viewer/viewer.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<ProjectGuid>{D49DC3E4-3F9B-4F15-8767-C2CF5735182F}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>viewer</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
Expand Down Expand Up @@ -68,7 +68,6 @@
<AdditionalIncludeDirectories>$(SolutionDir);$(SolutionDir)..\thirdparty;$(SolutionDir)..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<LanguageStandard>stdcpp17</LanguageStandard>
<EnablePREfast>false</EnablePREfast>
<AdditionalOptions>/Zc:twoPhase- %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
Expand All @@ -90,7 +89,6 @@
<AdditionalIncludeDirectories>$(SolutionDir);$(SolutionDir)..\thirdparty;$(SolutionDir)..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<LanguageStandard>stdcpp17</LanguageStandard>
<EnablePREfast>false</EnablePREfast>
<AdditionalOptions>/Zc:twoPhase- %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
Expand Down
Loading

0 comments on commit 6fc094b

Please sign in to comment.