Skip to content

Commit 3b0ec7e

Browse files
committed
Remove configuration conditions from csproj files
1 parent 15a731b commit 3b0ec7e

5 files changed

Lines changed: 0 additions & 42 deletions

File tree

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,6 @@
2828
<UseFullSemVerForNuGet>true</UseFullSemVerForNuGet>
2929
</PropertyGroup>
3030

31-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
32-
<DebugType>full</DebugType>
33-
<RunCodeAnalysis>false</RunCodeAnalysis>
34-
<LangVersion>latest</LangVersion>
35-
</PropertyGroup>
36-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
37-
<DebugType>pdbonly</DebugType>
38-
</PropertyGroup>
39-
4031
<ItemGroup>
4132
<FrameworkReference Include="Microsoft.AspNetCore.App" />
4233
<PackageReference Include="GitVersion.MsBuild" Version="5.6.6">

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,6 @@
2828
<UseFullSemVerForNuGet>true</UseFullSemVerForNuGet>
2929
</PropertyGroup>
3030

31-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
32-
<DebugType>full</DebugType>
33-
<RunCodeAnalysis>false</RunCodeAnalysis>
34-
<LangVersion>latest</LangVersion>
35-
</PropertyGroup>
36-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
37-
<DebugType>pdbonly</DebugType>
38-
<UseVSHostingProcess>false</UseVSHostingProcess>
39-
</PropertyGroup>
40-
4131
<ItemGroup>
4232
<PackageReference Include="GitVersion.MsBuild" Version="5.6.6">
4333
<PrivateAssets>all</PrivateAssets>

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,6 @@
2626
<UseFullSemVerForNuGet>true</UseFullSemVerForNuGet>
2727
</PropertyGroup>
2828

29-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
30-
<DebugType>full</DebugType>
31-
<RunCodeAnalysis>false</RunCodeAnalysis>
32-
<LangVersion>latest</LangVersion>
33-
</PropertyGroup>
34-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
35-
<DebugType>pdbonly</DebugType>
36-
</PropertyGroup>
37-
3829
<ItemGroup>
3930
<PackageReference Include="GitVersion.MsBuild" Version="5.6.6">
4031
<PrivateAssets>all</PrivateAssets>

OnTopic.ViewModels/OnTopic.ViewModels.csproj

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,6 @@
2828
<UseFullSemVerForNuGet>true</UseFullSemVerForNuGet>
2929
</PropertyGroup>
3030

31-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
32-
<DebugType>full</DebugType>
33-
<RunCodeAnalysis>false</RunCodeAnalysis>
34-
<LangVersion>latest</LangVersion>
35-
</PropertyGroup>
36-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
37-
<DebugType>pdbonly</DebugType>
38-
</PropertyGroup>
39-
4031
<ItemGroup>
4132
<PackageReference Include="GitVersion.MsBuild" Version="5.6.6">
4233
<PrivateAssets>all</PrivateAssets>

OnTopic/OnTopic.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@
3131
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3232
<DebugType>full</DebugType>
3333
<DocumentationFile>bin\$(Configuration)\OnTopic.XML</DocumentationFile>
34-
<RunCodeAnalysis>false</RunCodeAnalysis>
35-
</PropertyGroup>
36-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
37-
<DebugType>pdbonly</DebugType>
38-
<UseVSHostingProcess>false</UseVSHostingProcess>
3934
</PropertyGroup>
4035

4136
<ItemGroup>

0 commit comments

Comments
 (0)