Skip to content

Commit

Permalink
added publish profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
d2phap committed Mar 9, 2024
1 parent debc2a9 commit 639c652
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 33 deletions.
13 changes: 0 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -169,18 +169,6 @@ DocProject/Help/html
# Click-Once directory
publish/

# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# Note: Comment the next line if you want to checkin your web deploy settings,
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj

# Microsoft Azure Web App publish settings. Comment the next line if you want to
# checkin your Azure Web App publish settings, but sensitive information contained
# in these scripts will be unencrypted
PublishScripts/

# NuGet Packages
*.nupkg
Expand Down Expand Up @@ -227,7 +215,6 @@ ClientBin/
*.dbproj.schemaview
*.jfm
*.pfx
*.publishsettings
orleans.codegen.cs

# Including strong name files can present a security risk
Expand Down
7 changes: 0 additions & 7 deletions Source/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -181,13 +181,6 @@ DocProject/Help/html
# Click-Once directory
publish/

# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# Note: Comment the next line if you want to checkin your web deploy settings,
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj

# Microsoft Azure Web App publish settings. Comment the next line if you want to
# checkin your Azure Web App publish settings, but sensitive information contained
Expand Down
18 changes: 18 additions & 0 deletions Source/ExifGlass/Properties/PublishProfiles/MSIX x64.pubxml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>x64</Platform>
<PublishDir>bin\Publish\net8.0-windows10.0.17763.0\ExifGlass\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<_TargetId>Folder</_TargetId>
<TargetFramework>net8.0-windows10.0.17763.0</TargetFramework>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishSingleFile>true</PublishSingleFile>
<PublishReadyToRun>true</PublishReadyToRun>
</PropertyGroup>
</Project>
18 changes: 18 additions & 0 deletions Source/ExifGlass/Properties/PublishProfiles/Portable x64.pubxml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>x64</Platform>
<PublishDir>bin\Publish\net8.0-windows10.0.17763.0\Portable\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<_TargetId>Folder</_TargetId>
<TargetFramework>net8.0-windows10.0.17763.0</TargetFramework>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<SelfContained>false</SelfContained>
<PublishSingleFile>true</PublishSingleFile>
<PublishReadyToRun>true</PublishReadyToRun>
</PropertyGroup>
</Project>
22 changes: 11 additions & 11 deletions Source/MSIX/MSIX.wapproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,41 +61,41 @@
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<AppxBundlePlatforms>x64|arm64</AppxBundlePlatforms>
<AppxBundlePlatforms>x64</AppxBundlePlatforms>
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
<AppxPackageSigningTimestampServerUrl>http://timestamp.sectigo.com</AppxPackageSigningTimestampServerUrl>
<GenerateTemporaryStoreCertificate>True</GenerateTemporaryStoreCertificate>
<EntryPointProjectUniqueName>..\ExifGlass\ExifGlass.csproj</EntryPointProjectUniqueName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<AppxBundle>Never</AppxBundle>
<AppxBundle>Auto</AppxBundle>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
<AppxBundle>Never</AppxBundle>
<AppxBundle>Auto</AppxBundle>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
<AppxBundle>Never</AppxBundle>
<AppxBundle>Auto</AppxBundle>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<AppxBundle>Never</AppxBundle>
<AppxBundle>Auto</AppxBundle>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<AppxBundle>Never</AppxBundle>
<AppxBundle>Auto</AppxBundle>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<AppxBundle>Never</AppxBundle>
<AppxBundle>Auto</AppxBundle>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
<AppxBundle>Never</AppxBundle>
<AppxBundle>Auto</AppxBundle>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
<AppxBundle>Never</AppxBundle>
<AppxBundle>Auto</AppxBundle>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
<AppxBundle>Never</AppxBundle>
<AppxBundle>Auto</AppxBundle>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
<AppxBundle>Never</AppxBundle>
<AppxBundle>Auto</AppxBundle>
</PropertyGroup>
<ItemGroup>
<AppxManifest Include="Package.appxmanifest">
Expand Down
4 changes: 2 additions & 2 deletions Source/MSIX/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
<Identity
Name="9662DuongDieuPhap.ExifGlass"
Publisher="CN=29F1B9EC-D220-4DC3-BEDB-01A9CCA51904"
Version="1.4.0.0" />
Version="1.5.0.0" />

<Properties>
<DisplayName>ExifGlass</DisplayName>
<PublisherDisplayName>Duong Dieu Phap</PublisherDisplayName>
<Logo>Images\StoreLogo.png</Logo>
<Description>EXIF metadata viewer - a wrapper of ExifTool</Description>
<Description>ExifGlass - EXIF metadata viewing tool</Description>
</Properties>

<Dependencies>
Expand Down

0 comments on commit 639c652

Please sign in to comment.