Skip to content

Commit

Permalink
Added missing XML comments
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisCorvers committed Mar 4, 2021
1 parent 0169c31 commit e4ed19d
Show file tree
Hide file tree
Showing 5 changed files with 416 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Bench/Bench.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.12.1" />
<PackageReference Include="ByteStream" Version="1.1.1" />
<PackageReference Include="ByteStream" Version="1.1.2" />
</ItemGroup>

<ItemGroup>
Expand Down
5 changes: 5 additions & 0 deletions BitSerializer/BitSerializer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,16 @@

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DocumentationFile>D:\Projects\VS Projects\BitStream\BitSerializer\BitSerializer.xml</DocumentationFile>
<NoWarn>1701;1702;CS1591;CS1573</NoWarn>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Unity|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DefineConstants>TRACE;UNITY</DefineConstants>
<DocumentationFile>D:\Projects\VS Projects\BitStream\BitSerializer\BitSerializer.xml</DocumentationFile>
<NoWarn>1701;1702;CS1591;CS1573</NoWarn>
<Optimize>true</Optimize>
</PropertyGroup>

<ItemGroup>
Expand Down
Loading

0 comments on commit e4ed19d

Please sign in to comment.