Standardize on newline between Property|ItemGroup areas

This commit is contained in:
Piotr Puszkiewicz 2017-03-02 20:38:56 -08:00
parent e617376bc7
commit 841846f32b
46 changed files with 85 additions and 3 deletions

View file

@ -31,6 +31,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
@ -41,10 +42,12 @@
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>