Skip to content

Commit

Permalink
[xml] Add missing xml header tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Dec 22, 2016
1 parent beed4b2 commit d8def85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Version.proj
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="version" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >
<Target Name="version">
<Version Major="$(MajorVersion)" Minor="$(MinorVersion)" Revision="$(RevisionVersion)">
Expand Down
1 change: 1 addition & 0 deletions Waffle.proj
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="all" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >

<PropertyGroup>
Expand Down

0 comments on commit d8def85

Please sign in to comment.