diff options
| author | Ac_K <Acoustik666@gmail.com> | 2023-01-05 04:30:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-05 04:30:55 +0100 |
| commit | e876c43ce9b96fbb349b881ac7905b8a4748a50a (patch) | |
| tree | d44fbd255d2f4b041bc380a2fb1b718ccafdeabd /Ryujinx.Ui.LocaleGenerator | |
| parent | 86392455338e5e1fc65b25a3136d866228e28e40 (diff) | |
Misc; Remove duplicated entries and clean locale csproj (#4209)
Diffstat (limited to 'Ryujinx.Ui.LocaleGenerator')
| -rw-r--r-- | Ryujinx.Ui.LocaleGenerator/Ryujinx.Ui.LocaleGenerator.csproj | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/Ryujinx.Ui.LocaleGenerator/Ryujinx.Ui.LocaleGenerator.csproj b/Ryujinx.Ui.LocaleGenerator/Ryujinx.Ui.LocaleGenerator.csproj index 0960455d..b7fe1954 100644 --- a/Ryujinx.Ui.LocaleGenerator/Ryujinx.Ui.LocaleGenerator.csproj +++ b/Ryujinx.Ui.LocaleGenerator/Ryujinx.Ui.LocaleGenerator.csproj @@ -1,12 +1,9 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> - <TargetFramework>netstandard2.0</TargetFramework> - <Nullable>enable</Nullable> - <EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles> - <CompilerGeneratedFilesOutputPath>Generated</CompilerGeneratedFilesOutputPath> - <IsRoslynComponent>true</IsRoslynComponent> - <LangVersion>latest</LangVersion> + <TargetFramework>netstandard2.0</TargetFramework> + <Nullable>enable</Nullable> + <LangVersion>latest</LangVersion> </PropertyGroup> <ItemGroup> @@ -14,7 +11,7 @@ <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> - <PackageReference Include="Microsoft.CodeAnalysis.CSharp"/> + <PackageReference Include="Microsoft.CodeAnalysis.CSharp" /> </ItemGroup> </Project> |
