Skip to content

Commit ea1e34c

Browse files
committed
E Attribute cleanup
1 parent 0d8867c commit ea1e34c

5 files changed

Lines changed: 2 additions & 17 deletions

File tree

src/Directory.Build.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
44
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
55
<Nullable>disable</Nullable>
6+
<ImplicitUsings>disable</ImplicitUsings>
67
<Title>$(ProjectName)</Title>
78
<Version>0.0.8</Version>
89
<Authors>Lukas Volf</Authors>
@@ -18,6 +19,7 @@
1819
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1920
<Description>Simple RTSP client and server. Supports H264, H265 and AAC.</Description>
2021
</PropertyGroup>
22+
2123
<ItemGroup>
2224
<None Include="..\..\README.md">
2325
<Pack>True</Pack>

src/RTSPClientApp/RTSPClientApp.csproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,9 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net8.0</TargetFramework>
6-
<ImplicitUsings>disable</ImplicitUsings>
7-
<Nullable>disable</Nullable>
86
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
97
</PropertyGroup>
108

11-
<ItemGroup>
12-
<None Remove="appsettings.json" />
13-
</ItemGroup>
14-
159
<ItemGroup>
1610
<Content Include="appsettings.json">
1711
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

src/RTSPServerApp/RTSPServerApp.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net8.0</TargetFramework>
6-
<ImplicitUsings>disable</ImplicitUsings>
7-
<Nullable>disable</Nullable>
86
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
97
</PropertyGroup>
108

src/RTSPServerFFmpeg/RTSPServerFFmpeg.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net8.0</TargetFramework>
6-
<ImplicitUsings>disable</ImplicitUsings>
7-
<Nullable>disable</Nullable>
86
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
97
</PropertyGroup>
108

src/RTSPServerPcap/RTSPServerPcap.csproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,9 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net8.0</TargetFramework>
6-
<ImplicitUsings>disable</ImplicitUsings>
7-
<Nullable>disable</Nullable>
86
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
97
</PropertyGroup>
108

11-
<ItemGroup>
12-
<None Remove="appsettings.json" />
13-
<None Remove="test.pcapng" />
14-
</ItemGroup>
15-
169
<ItemGroup>
1710
<Content Include="appsettings.json">
1811
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

0 commit comments

Comments
 (0)