We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff54aa6 commit 4df29d6Copy full SHA for 4df29d6
ReClass.NET_Launcher/ReClass.NET_Launcher.csproj
@@ -24,6 +24,7 @@
24
<ErrorReport>prompt</ErrorReport>
25
<WarningLevel>4</WarningLevel>
26
<Prefer32Bit>false</Prefer32Bit>
27
+ <LangVersion>latest</LangVersion>
28
</PropertyGroup>
29
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -35,6 +36,7 @@
35
36
37
38
39
40
41
<PropertyGroup>
42
<ApplicationIcon>ReClassNet.ico</ApplicationIcon>
0 commit comments