Skip to content

Commit

Permalink
Remove satellite resource languages dlls.
Browse files Browse the repository at this point in the history
  • Loading branch information
stakira committed Sep 21, 2021
1 parent f3e03f9 commit 88281c3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions OpenUtau.App/OpenUtau.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<SatelliteResourceLanguages>none</SatelliteResourceLanguages>
<Nullable>enable</Nullable>
<Version>0.0.0</Version>
<ApplicationIcon />
Expand Down
1 change: 1 addition & 0 deletions OpenUtau.Core/OpenUtau.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<SatelliteResourceLanguages>none</SatelliteResourceLanguages>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion OpenUtau.Test/OpenUtau.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>

<SatelliteResourceLanguages>none</SatelliteResourceLanguages>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down
1 change: 1 addition & 0 deletions OpenUtau/OpenUtau.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<SatelliteResourceLanguages>none</SatelliteResourceLanguages>
<UseWPF>true</UseWPF>
<StartupObject>OpenUtau.Program</StartupObject>
<Version>0.0.0.0</Version>
Expand Down

0 comments on commit 88281c3

Please sign in to comment.