Skip to content

Commit 940d633

Browse files
committed
added Analyze build configuration
1 parent c71e007 commit 940d633

File tree

6 files changed

+10
-0
lines changed

6 files changed

+10
-0
lines changed

PolylineAlgorithm.slnx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<Solution>
2+
<Configurations>
3+
<BuildType Name="Analyze" />
4+
<BuildType Name="Debug" />
5+
<BuildType Name="Release" />
6+
</Configurations>
27
<Folder Name="/benchmarks/">
38
<Project Path="benchmarks/PolylineAlgorithm.Benchmarks/PolylineAlgorithm.Benchmarks.csproj" />
49
</Folder>

benchmarks/PolylineAlgorithm.Benchmarks/PolylineAlgorithm.Benchmarks.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<ImplicitUsings>enable</ImplicitUsings>
99
<InvariantGlobalization>true</InvariantGlobalization>
1010
<NeutralLanguage>en</NeutralLanguage>
11+
<Configurations>Debug;Release;Analyze</Configurations>
1112
</PropertyGroup>
1213

1314
<PropertyGroup>

samples/PolylineAlgorithm.NetTopologySuite.Sample/PolylineAlgorithm.NetTopologySuite.Sample.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<ImplicitUsings>enable</ImplicitUsings>
88
<InvariantGlobalization>true</InvariantGlobalization>
99
<NeutralLanguage>en</NeutralLanguage>
10+
<Configurations>Debug;Release;Analyze</Configurations>
1011
</PropertyGroup>
1112

1213
<PropertyGroup>

src/PolylineAlgorithm/PolylineAlgorithm.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<ImplicitUsings>enable</ImplicitUsings>
88
<InvariantGlobalization>true</InvariantGlobalization>
99
<NeutralLanguage>en</NeutralLanguage>
10+
<Configurations>Debug;Release;Analyze</Configurations>
1011
</PropertyGroup>
1112

1213
<PropertyGroup>

tests/PolylineAlgorithm.Tests/PolylineAlgorithm.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<Nullable>enable</Nullable>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<InvariantGlobalization>true</InvariantGlobalization>
9+
<Configurations>Debug;Release;Analyze</Configurations>
910
</PropertyGroup>
1011

1112
<PropertyGroup>

utilities/PolylineAlgorithm.Utility/PolylineAlgorithm.Utility.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<Nullable>enable</Nullable>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<InvariantGlobalization>true</InvariantGlobalization>
9+
<Configurations>Debug;Release;Analyze</Configurations>
910
</PropertyGroup>
1011

1112
<PropertyGroup>

0 commit comments

Comments
 (0)