Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

Commit

Permalink
Update .csprojs
Browse files Browse the repository at this point in the history
  • Loading branch information
lithiumtoast committed Aug 7, 2023
1 parent 482275c commit 5215873
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cs/production/Flecs.Unity/Flecs.Unity.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<DefineConstants>$(DefineConstants);UNITY_5_3_OR_NEWER</DefineConstants>
<NoWarn>$(NoWarn);CA1016</NoWarn>
<RootNamespace>flecs_hub.Flecs</RootNamespace>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
</PropertyGroup>

<!-- NuGet settings -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
<Nullable>enable</Nullable>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
<NoWarn>$(NoWarn);CS8981</NoWarn>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
</PropertyGroup>

<!-- NuGet settings -->
Expand Down

0 comments on commit 5215873

Please sign in to comment.