8 lines
309 B
XML
8 lines
309 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<!-- <TreatWarningsAsErrors Condition="'$(Configuration)' != 'Debug'">true</TreatWarningsAsErrors>-->
|
|
<UseArtifactsOutput>true</UseArtifactsOutput>
|
|
<Features>$(Features);use-roslyn-tokenizer=true</Features> <!-- idk if this does anything lol -->
|
|
</PropertyGroup>
|
|
</Project>
|