Skip to content

Commit

Permalink
Fix targets file
Browse files Browse the repository at this point in the history
  • Loading branch information
xjarvik committed Feb 19, 2023
1 parent c49ccb8 commit 140bf04
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions FlatSharpDelta.Compiler/FlatSharpDelta.Compiler.targets
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<!--
The original file can be found at https://github.com/jamescourtney/FlatSharp/blob/1d98829c8a1a8ed0664ee4f3161c32226b8f0cea/src/FlatSharp.Compiler/FlatSharp.Compiler.targets.
The file from FlatSharp is nearly identical, but here we use "FlatSharpDelta" instead of "FlatSharp" for property names and such.
-->
<?xml version="1.0" encoding="utf-8" ?>
<Project>

<!--
The original file can be found at https://github.com/jamescourtney/FlatSharp/blob/1d98829c8a1a8ed0664ee4f3161c32226b8f0cea/src/FlatSharp.Compiler/FlatSharp.Compiler.targets.
The file from FlatSharp is nearly identical, but here we use "FlatSharpDelta" instead of "FlatSharp" for property names and such.
-->

<Choose>
<When Condition=" '$(MSBuildVersion.Substring(0,2))' >= 16 Or
('$(MSBuildVersion.Substring(0,2))' == 15 And '$(MSBuildVersion.Substring(3,1))' >= 8) ">
Expand Down

0 comments on commit 140bf04

Please sign in to comment.