Skip to content

Commit 2322788

Browse files
committed
Added line breaks after each PropertyGroup
Improved readability and comparison of `csproj` files by adding consistent line breaks to differentatiate each `<PropertyGroup />` element.
1 parent 2981776 commit 2322788

5 files changed

Lines changed: 38 additions & 0 deletions

File tree

OnTopic.AspNetCore.Mvc/OnTopic.AspNetCore.Mvc.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2+
23
<PropertyGroup>
34
<ProjectGuid>{B7F136A1-C86D-4A74-AC4F-3693CD1358A4}</ProjectGuid>
45
<TargetFramework>netcoreapp3.0</TargetFramework>
@@ -7,6 +8,7 @@
78
<LangVersion>8.0</LangVersion>
89
<Nullable>enable</Nullable>
910
</PropertyGroup>
11+
1012
<PropertyGroup>
1113
<AssemblyTitle>Ignia OnTopic ASP.NET Core Library</AssemblyTitle>
1214
<Company>Ignia</Company>
@@ -16,11 +18,13 @@
1618
<OutputPath>bin\$(Configuration)\</OutputPath>
1719
<Authors>Ignia</Authors>
1820
</PropertyGroup>
21+
1922
<PropertyGroup>
2023
<PackageProjectUrl>https://github.com/Ignia/Topics-Library</PackageProjectUrl>
2124
<PackageTags>C# .NET CMS Presentation Web MVC ASP.NET Core Controller</PackageTags>
2225
<UseFullSemVerForNuGet>true</UseFullSemVerForNuGet>
2326
</PropertyGroup>
27+
2428
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2529
<DebugType>full</DebugType>
2630
<RunCodeAnalysis>false</RunCodeAnalysis>
@@ -36,6 +40,7 @@
3640
<EmbeddedResource Remove="Backup\**" />
3741
<None Remove="Backup\**" />
3842
</ItemGroup>
43+
3944
<ItemGroup>
4045
<FrameworkReference Include="Microsoft.AspNetCore.App" />
4146
<PackageReference Include="GitVersionTask" Version="5.0.1">
@@ -46,10 +51,13 @@
4651
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
4752
</PackageReference>
4853
</ItemGroup>
54+
4955
<ItemGroup>
5056
<ProjectReference Include="..\OnTopic\OnTopic.csproj" />
5157
</ItemGroup>
58+
5259
<ItemGroup>
5360
<None Include="README.md" />
5461
</ItemGroup>
62+
5563
</Project>

OnTopic.Data.Caching/OnTopic.Data.Caching.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2+
23
<PropertyGroup>
34
<ProjectGuid>{206B7F91-CA25-4E9D-9576-60D2E54A2C0A}</ProjectGuid>
45
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
@@ -7,6 +8,7 @@
78
<LangVersion>8.0</LangVersion>
89
<Nullable>enable</Nullable>
910
</PropertyGroup>
11+
1012
<PropertyGroup>
1113
<AssemblyTitle>OnTopic Cached Repository</AssemblyTitle>
1214
<Company>Ignia</Company>
@@ -16,11 +18,13 @@
1618
<OutputPath>bin\$(Configuration)\</OutputPath>
1719
<Authors>Ignia</Authors>
1820
</PropertyGroup>
21+
1922
<PropertyGroup>
2023
<PackageProjectUrl>https://github.com/Ignia/Topics-Library</PackageProjectUrl>
2124
<PackageTags>C# .NET CMS Caching Data Repository</PackageTags>
2225
<UseFullSemVerForNuGet>true</UseFullSemVerForNuGet>
2326
</PropertyGroup>
27+
2428
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2529
<DebugType>full</DebugType>
2630
<RunCodeAnalysis>false</RunCodeAnalysis>
@@ -32,6 +36,7 @@
3236
<UseVSHostingProcess>false</UseVSHostingProcess>
3337
<NoWarn>1701;1702;CA1303</NoWarn>
3438
</PropertyGroup>
39+
3540
<ItemGroup>
3641
<PackageReference Include="GitVersionTask" Version="5.0.1">
3742
<PrivateAssets>all</PrivateAssets>
@@ -41,10 +46,13 @@
4146
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
4247
</PackageReference>
4348
</ItemGroup>
49+
4450
<ItemGroup>
4551
<ProjectReference Include="..\OnTopic\OnTopic.csproj" />
4652
</ItemGroup>
53+
4754
<ItemGroup>
4855
<None Include="README.md" />
4956
</ItemGroup>
57+
5058
</Project>

OnTopic.Data.Sql/OnTopic.Data.Sql.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2+
23
<PropertyGroup>
34
<ProjectGuid>{1DE1F923-C7C2-435B-B49A-975ACBCB5FF0}</ProjectGuid>
45
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
56
<LangVersion>8.0</LangVersion>
67
<Nullable>enable</Nullable>
78
</PropertyGroup>
9+
810
<PropertyGroup>
911
<AssemblyTitle>Ignia SQL Server Repository</AssemblyTitle>
1012
<Company>Ignia</Company>
@@ -14,11 +16,13 @@
1416
<OutputPath>bin\$(Configuration)\</OutputPath>
1517
<Authors>Ignia</Authors>
1618
</PropertyGroup>
19+
1720
<PropertyGroup>
1821
<PackageProjectUrl>https://github.com/Ignia/Topics-Library</PackageProjectUrl>
1922
<PackageTags>C# .NET CMS SQL Data Repository</PackageTags>
2023
<UseFullSemVerForNuGet>true</UseFullSemVerForNuGet>
2124
</PropertyGroup>
25+
2226
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2327
<DebugType>full</DebugType>
2428
<RunCodeAnalysis>false</RunCodeAnalysis>
@@ -29,6 +33,7 @@
2933
<DebugType>pdbonly</DebugType>
3034
<NoWarn>1701;1702;CA1303</NoWarn>
3135
</PropertyGroup>
36+
3237
<ItemGroup>
3338
<PackageReference Include="GitVersionTask" Version="5.0.1">
3439
<PrivateAssets>all</PrivateAssets>
@@ -39,10 +44,13 @@
3944
</PackageReference>
4045
<PackageReference Include="System.Data.SqlClient" Version="4.7.0" />
4146
</ItemGroup>
47+
4248
<ItemGroup>
4349
<ProjectReference Include="..\OnTopic\OnTopic.csproj" />
4450
</ItemGroup>
51+
4552
<ItemGroup>
4653
<None Include="README.md" />
4754
</ItemGroup>
55+
4856
</Project>

OnTopic.ViewModels/OnTopic.ViewModels.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2+
23
<PropertyGroup>
34
<ProjectGuid>{E52FC633-B4C5-4A2B-8CAF-30E756D7A6A7}</ProjectGuid>
45
<RootNamespace>OnTopic.Models</RootNamespace>
@@ -8,6 +9,7 @@
89
<LangVersion>8.0</LangVersion>
910
<Nullable>enable</Nullable>
1011
</PropertyGroup>
12+
1113
<PropertyGroup>
1214
<AssemblyTitle>Ignia OnTopic View Models</AssemblyTitle>
1315
<Company>Ignia</Company>
@@ -17,11 +19,13 @@
1719
<OutputPath>bin\$(Configuration)\</OutputPath>
1820
<Authors>Ignia</Authors>
1921
</PropertyGroup>
22+
2023
<PropertyGroup>
2124
<PackageProjectUrl>https://github.com/Ignia/Topics-Library</PackageProjectUrl>
2225
<PackageTags>C# .NET CMS Presentation View Models POCO</PackageTags>
2326
<UseFullSemVerForNuGet>true</UseFullSemVerForNuGet>
2427
</PropertyGroup>
28+
2529
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2630
<DebugType>full</DebugType>
2731
<NoWarn>CS1591,CA1056,CA1303</NoWarn>
@@ -32,6 +36,7 @@
3236
<DebugType>pdbonly</DebugType>
3337
<NoWarn>CA1303</NoWarn>
3438
</PropertyGroup>
39+
3540
<ItemGroup>
3641
<PackageReference Include="GitVersionTask" Version="5.0.1">
3742
<PrivateAssets>all</PrivateAssets>
@@ -44,7 +49,9 @@
4449
<ItemGroup>
4550
<ProjectReference Include="..\OnTopic\OnTopic.csproj" />
4651
</ItemGroup>
52+
4753
<ItemGroup>
4854
<None Include="README.md" />
4955
</ItemGroup>
56+
5057
</Project>

OnTopic/OnTopic.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2+
23
<PropertyGroup>
34
<ProjectGuid>{B8D5B290-4451-4C3B-AE9E-0FF075958A74}</ProjectGuid>
45
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
@@ -7,6 +8,7 @@
78
<LangVersion>8.0</LangVersion>
89
<Nullable>enable</Nullable>
910
</PropertyGroup>
11+
1012
<PropertyGroup>
1113
<AssemblyTitle>Ignia OnTopic Library</AssemblyTitle>
1214
<Company>Ignia</Company>
@@ -16,11 +18,13 @@
1618
<OutputPath>bin\$(Configuration)\</OutputPath>
1719
<Authors>Ignia</Authors>
1820
</PropertyGroup>
21+
1922
<PropertyGroup>
2023
<PackageProjectUrl>https://github.com/Ignia/Topics-Library</PackageProjectUrl>
2124
<PackageTags>C# .NET CMS Domain</PackageTags>
2225
<UseFullSemVerForNuGet>true</UseFullSemVerForNuGet>
2326
</PropertyGroup>
27+
2428
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2529
<DebugType>full</DebugType>
2630
<DocumentationFile>bin\$(Configuration)\OnTopic.XML</DocumentationFile>
@@ -32,6 +36,7 @@
3236
<UseVSHostingProcess>false</UseVSHostingProcess>
3337
<NoWarn>1701;1702;CA1303</NoWarn>
3438
</PropertyGroup>
39+
3540
<ItemGroup>
3641
<PackageReference Include="GitVersionTask" Version="5.0.1">
3742
<PrivateAssets>all</PrivateAssets>
@@ -47,6 +52,7 @@
4752
<PrivateAssets>all</PrivateAssets>
4853
</PackageReference>
4954
</ItemGroup>
55+
5056
<ItemGroup>
5157
<None Include="Mapping\README.md" />
5258
<None Include="README.md" />
@@ -56,4 +62,5 @@
5662
<Folder Include="Internal\Mapping\" />
5763
<Folder Include="Internal\Reflection\" />
5864
</ItemGroup>
65+
5966
</Project>

0 commit comments

Comments
 (0)