Skip to content

Commit

Permalink
Enable Ready2Run compiling for faster application startup
Browse files Browse the repository at this point in the history
  • Loading branch information
UniqProject committed Mar 1, 2023
1 parent b722243 commit 3ad1fdc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions BDInfo/BDInfoLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<RootNamespace>BDInfoLib</RootNamespace>
<PackageId>BDInfoLib</PackageId>
<Product>BDInfo</Product>
<FileVersion>0.8.0.0</FileVersion>
<AssemblyVersion>0.8.0.0</AssemblyVersion>
<FileVersion>0.8.0.1</FileVersion>
<AssemblyVersion>0.8.0.1</AssemblyVersion>
<Description>Blu-ray Video and Audio Specifications Collection Tool</Description>
<Company>Cinema Squid &amp; UniqProject</Company>
<Authors>Cinema Squid &amp; UniqProject</Authors>
Expand Down
6 changes: 4 additions & 2 deletions BDInfoAV/BDInfo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
<StartupObject>BDInfo.Program</StartupObject>
<RootNamespace>BDInfo</RootNamespace>
<PublishReadyToRun>true</PublishReadyToRun>
<PublishSingleFile>true</PublishSingleFile>

<!-- App Identifier -->
<ApplicationId>com.uniqproject.bdinfo</ApplicationId>
Expand All @@ -16,8 +18,8 @@
<ApplicationTitle>BDInfo</ApplicationTitle>
<Title>BDInfo</Title>
<AssemblyName>BDInfo</AssemblyName>
<FileVersion>0.8.0.0</FileVersion>
<AssemblyVersion>0.8.0.0</AssemblyVersion>
<FileVersion>0.8.0.1</FileVersion>
<AssemblyVersion>0.8.0.1</AssemblyVersion>
<Description>Blu-ray Video and Audio Specifications Collection Tool</Description>
<Company>Cinema Squid &amp; UniqProject</Company>
<Authors>Cinema Squid &amp; UniqProject</Authors>
Expand Down
2 changes: 1 addition & 1 deletion BDInfoAV/Properties/PublishProfiles/win-arm64.pubxml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<SelfContained>false</SelfContained>
<RuntimeIdentifier>win-arm64</RuntimeIdentifier>
<PublishSingleFile>true</PublishSingleFile>
<PublishReadyToRun>false</PublishReadyToRun>
<PublishReadyToRun>true</PublishReadyToRun>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion BDInfoAV/Properties/PublishProfiles/win-x64.pubxml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<SelfContained>false</SelfContained>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<PublishSingleFile>true</PublishSingleFile>
<PublishReadyToRun>false</PublishReadyToRun>
<PublishReadyToRun>true</PublishReadyToRun>
</PropertyGroup>
</Project>

0 comments on commit 3ad1fdc

Please sign in to comment.