9 lines
324 B
Plaintext
9 lines
324 B
Plaintext
|
|
<Project>
|
||
|
|
<PropertyGroup>
|
||
|
|
<EnforceCodeStyleInBuild>false</EnforceCodeStyleInBuild>
|
||
|
|
<!-- Suppress Unity-specific false positives -->
|
||
|
|
<!-- IDE0051: Remove unused private members (Unity messages like Start, Update) -->
|
||
|
|
<!-- IDE0044: Add readonly modifier (serialized fields) -->
|
||
|
|
</PropertyGroup>
|
||
|
|
</Project>
|