|
11 | 11 | <RootNamespace>WinampNowPlayingToFile</RootNamespace> |
12 | 12 | <AssemblyName>WinampNowPlayingToFile</AssemblyName> |
13 | 13 | <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
14 | | - <LangVersion>latest</LangVersion> |
| 14 | + <LangVersion>preview</LangVersion> |
15 | 15 | <FileAlignment>512</FileAlignment> |
16 | | - <FileUpgradeFlags> |
17 | | - </FileUpgradeFlags> |
18 | | - <UpgradeBackupLocation> |
19 | | - </UpgradeBackupLocation> |
20 | 16 | <OldToolsVersion>3.5</OldToolsVersion> |
21 | | - <TargetFrameworkProfile /> |
22 | 17 | <RestorePackagesWithLockFile>true</RestorePackagesWithLockFile> |
23 | 18 | <RuntimeIdentifiers>win;win-x64;win-x86</RuntimeIdentifiers> |
| 19 | + <Nullable>enable</Nullable> |
24 | 20 | </PropertyGroup> |
25 | 21 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
26 | 22 | <DebugSymbols>true</DebugSymbols> |
|
31 | 27 | <ErrorReport>prompt</ErrorReport> |
32 | 28 | <WarningLevel>4</WarningLevel> |
33 | 29 | <Prefer32Bit>false</Prefer32Bit> |
34 | | - <Nullable>enable</Nullable> |
35 | 30 | </PropertyGroup> |
36 | 31 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
37 | 32 | <DebugType>embedded</DebugType> |
|
41 | 36 | <ErrorReport>prompt</ErrorReport> |
42 | 37 | <WarningLevel>4</WarningLevel> |
43 | 38 | <Prefer32Bit>false</Prefer32Bit> |
44 | | - <Nullable>enable</Nullable> |
45 | 39 | <DebugSymbols>true</DebugSymbols> |
46 | 40 | </PropertyGroup> |
47 | | - <PropertyGroup> |
48 | | - <StartupObject> |
49 | | - </StartupObject> |
50 | | - </PropertyGroup> |
51 | 41 | <PropertyGroup> |
52 | 42 | <ApplicationIcon>winampIcon.ico</ApplicationIcon> |
53 | 43 | </PropertyGroup> |
|
0 commit comments