tangled
alpha
login
or
join now
keii.dev
/
Fjord
A simple .NET Framework to make 2D games quick and easy.
0
fork
atom
overview
issues
pulls
pipelines
Fixed Generation of Duplicate Assembly Attributes
shykeiichi
2 years ago
b419b2b3
2f03c61a
options
unified
split
Changed files
+1
Fjord.csproj
+1
Fjord.csproj
···
6
6
<ImplicitUsings>enable</ImplicitUsings>
7
7
<Nullable>enable</Nullable>
8
8
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
9
9
+
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
9
10
</PropertyGroup>
10
11
</Project>