Skip to content

Commit 8e074f5

Browse files
committed
Finalized Setup files
1 parent 3572169 commit 8e074f5

File tree

13 files changed

+528
-60
lines changed

13 files changed

+528
-60
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ publish/
174174
*.azurePubxml
175175
# Note: Comment the next line if you want to checkin your web deploy settings,
176176
# but database connection strings (with potential passwords) will be unencrypted
177-
*.pubxml
178-
*.publishproj
177+
#*.pubxml
178+
#*.publishproj
179179

180180
# Microsoft Azure Web App publish settings. Comment the next line if you want to
181181
# checkin your Azure Web App publish settings, but sensitive information contained
@@ -207,7 +207,7 @@ rcf/
207207
# Windows Store app package directories and files
208208
AppPackages/
209209
BundleArtifacts/
210-
Package.StoreAssociation.xml
210+
# Package.StoreAssociation.xml
211211
_pkginfo.txt
212212
*.appx
213213
*.appxbundle

CheckIP.Windows/CheckIP.Packaging/CheckIP.Packaging.wapproj

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@
2020
<Configuration>Release</Configuration>
2121
<Platform>x64</Platform>
2222
</ProjectConfiguration>
23-
<ProjectConfiguration Include="Debug|ARM">
24-
<Configuration>Debug</Configuration>
25-
<Platform>ARM</Platform>
26-
</ProjectConfiguration>
27-
<ProjectConfiguration Include="Release|ARM">
28-
<Configuration>Release</Configuration>
29-
<Platform>ARM</Platform>
30-
</ProjectConfiguration>
3123
<ProjectConfiguration Include="Debug|ARM64">
3224
<Configuration>Debug</Configuration>
3325
<Platform>ARM64</Platform>
@@ -54,15 +46,18 @@
5446
<TargetPlatformVersion>10.0.22000.0</TargetPlatformVersion>
5547
<TargetPlatformMinVersion>10.0.18362.0</TargetPlatformMinVersion>
5648
<DefaultLanguage>de-DE</DefaultLanguage>
57-
<AppxPackageSigningEnabled>false</AppxPackageSigningEnabled>
49+
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
5850
<NoWarn>$(NoWarn);NU1702</NoWarn>
5951
<GenerateTemporaryStoreCertificate>True</GenerateTemporaryStoreCertificate>
6052
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
6153
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
6254
<GenerateTestArtifacts>True</GenerateTestArtifacts>
63-
<AppxBundlePlatforms>x86|x64</AppxBundlePlatforms>
55+
<AppxBundlePlatforms>x86|x64|arm64</AppxBundlePlatforms>
6456
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
6557
<EntryPointProjectUniqueName>..\CheckIP\CheckIP.csproj</EntryPointProjectUniqueName>
58+
<PackageCertificateThumbprint>A80FD11EC378D1985237EE2B346FC5D63304C50D</PackageCertificateThumbprint>
59+
<AppxPackageSigningTimestampServerUrl>http://time.certum.pl</AppxPackageSigningTimestampServerUrl>
60+
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
6661
</PropertyGroup>
6762
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
6863
<DefaultLanguage>en-US</DefaultLanguage>
@@ -72,10 +67,6 @@
7267
<DefaultLanguage>en-US</DefaultLanguage>
7368
<AppxBundle>Always</AppxBundle>
7469
</PropertyGroup>
75-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
76-
<DefaultLanguage>en-US</DefaultLanguage>
77-
<AppxBundle>Always</AppxBundle>
78-
</PropertyGroup>
7970
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
8071
<DefaultLanguage>en-US</DefaultLanguage>
8172
<AppxBundle>Always</AppxBundle>
@@ -96,10 +87,6 @@
9687
<DefaultLanguage>en-US</DefaultLanguage>
9788
<AppxBundle>Always</AppxBundle>
9889
</PropertyGroup>
99-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
100-
<DefaultLanguage>en-US</DefaultLanguage>
101-
<AppxBundle>Always</AppxBundle>
102-
</PropertyGroup>
10390
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
10491
<DefaultLanguage>en-US</DefaultLanguage>
10592
<AppxBundle>Always</AppxBundle>

CheckIP.Windows/CheckIP.Packaging/Package.StoreAssociation.xml

Lines changed: 373 additions & 0 deletions
Large diffs are not rendered by default.

CheckIP.Windows/CheckIP.Packaging/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Identity
1010
Name="1689valnoxy.CheckIP"
1111
Publisher="CN=31057B9D-4921-4747-A145-1C1FDFD7E821"
12-
Version="2.2.0.0" />
12+
Version="2.3.0.0" />
1313

1414
<Properties>
1515
<DisplayName>CheckIP</DisplayName>

CheckIP.Windows/CheckIP.sln

Lines changed: 6 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -10,37 +10,25 @@ EndProject
1010
Global
1111
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1212
Debug|Any CPU = Debug|Any CPU
13-
Debug|ARM = Debug|ARM
14-
Debug|ARM32 = Debug|ARM32
1513
Debug|ARM64 = Debug|ARM64
1614
Debug|x64 = Debug|x64
1715
Debug|x86 = Debug|x86
1816
Release|Any CPU = Release|Any CPU
19-
Release|ARM = Release|ARM
20-
Release|ARM32 = Release|ARM32
2117
Release|ARM64 = Release|ARM64
2218
Release|x64 = Release|x64
2319
Release|x86 = Release|x86
2420
EndGlobalSection
2521
GlobalSection(ProjectConfigurationPlatforms) = postSolution
2622
{2CFE2279-B648-45C5-BE54-88968977BBCE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2723
{2CFE2279-B648-45C5-BE54-88968977BBCE}.Debug|Any CPU.Build.0 = Debug|Any CPU
28-
{2CFE2279-B648-45C5-BE54-88968977BBCE}.Debug|ARM.ActiveCfg = Debug|Any CPU
29-
{2CFE2279-B648-45C5-BE54-88968977BBCE}.Debug|ARM.Build.0 = Debug|Any CPU
30-
{2CFE2279-B648-45C5-BE54-88968977BBCE}.Debug|ARM32.ActiveCfg = Debug|ARM32
31-
{2CFE2279-B648-45C5-BE54-88968977BBCE}.Debug|ARM32.Build.0 = Debug|ARM32
32-
{2CFE2279-B648-45C5-BE54-88968977BBCE}.Debug|ARM64.ActiveCfg = Debug|Any CPU
33-
{2CFE2279-B648-45C5-BE54-88968977BBCE}.Debug|ARM64.Build.0 = Debug|Any CPU
34-
{2CFE2279-B648-45C5-BE54-88968977BBCE}.Debug|x64.ActiveCfg = Debug|Any CPU
35-
{2CFE2279-B648-45C5-BE54-88968977BBCE}.Debug|x64.Build.0 = Debug|Any CPU
36-
{2CFE2279-B648-45C5-BE54-88968977BBCE}.Debug|x86.ActiveCfg = Debug|Any CPU
37-
{2CFE2279-B648-45C5-BE54-88968977BBCE}.Debug|x86.Build.0 = Debug|Any CPU
24+
{2CFE2279-B648-45C5-BE54-88968977BBCE}.Debug|ARM64.ActiveCfg = Debug|ARM64
25+
{2CFE2279-B648-45C5-BE54-88968977BBCE}.Debug|ARM64.Build.0 = Debug|ARM64
26+
{2CFE2279-B648-45C5-BE54-88968977BBCE}.Debug|x64.ActiveCfg = Debug|x64
27+
{2CFE2279-B648-45C5-BE54-88968977BBCE}.Debug|x64.Build.0 = Debug|x64
28+
{2CFE2279-B648-45C5-BE54-88968977BBCE}.Debug|x86.ActiveCfg = Debug|x86
29+
{2CFE2279-B648-45C5-BE54-88968977BBCE}.Debug|x86.Build.0 = Debug|x86
3830
{2CFE2279-B648-45C5-BE54-88968977BBCE}.Release|Any CPU.ActiveCfg = Release|Any CPU
3931
{2CFE2279-B648-45C5-BE54-88968977BBCE}.Release|Any CPU.Build.0 = Release|Any CPU
40-
{2CFE2279-B648-45C5-BE54-88968977BBCE}.Release|ARM.ActiveCfg = Release|ARM32
41-
{2CFE2279-B648-45C5-BE54-88968977BBCE}.Release|ARM.Build.0 = Release|ARM32
42-
{2CFE2279-B648-45C5-BE54-88968977BBCE}.Release|ARM32.ActiveCfg = Release|ARM32
43-
{2CFE2279-B648-45C5-BE54-88968977BBCE}.Release|ARM32.Build.0 = Release|ARM32
4432
{2CFE2279-B648-45C5-BE54-88968977BBCE}.Release|ARM64.ActiveCfg = Release|ARM64
4533
{2CFE2279-B648-45C5-BE54-88968977BBCE}.Release|ARM64.Build.0 = Release|ARM64
4634
{2CFE2279-B648-45C5-BE54-88968977BBCE}.Release|x64.ActiveCfg = Release|x64
@@ -50,12 +38,6 @@ Global
5038
{F22735B2-E433-4D3A-957E-D8377B7D1ABF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
5139
{F22735B2-E433-4D3A-957E-D8377B7D1ABF}.Debug|Any CPU.Build.0 = Debug|Any CPU
5240
{F22735B2-E433-4D3A-957E-D8377B7D1ABF}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
53-
{F22735B2-E433-4D3A-957E-D8377B7D1ABF}.Debug|ARM.ActiveCfg = Debug|ARM
54-
{F22735B2-E433-4D3A-957E-D8377B7D1ABF}.Debug|ARM.Build.0 = Debug|ARM
55-
{F22735B2-E433-4D3A-957E-D8377B7D1ABF}.Debug|ARM.Deploy.0 = Debug|ARM
56-
{F22735B2-E433-4D3A-957E-D8377B7D1ABF}.Debug|ARM32.ActiveCfg = Debug|Any CPU
57-
{F22735B2-E433-4D3A-957E-D8377B7D1ABF}.Debug|ARM32.Build.0 = Debug|Any CPU
58-
{F22735B2-E433-4D3A-957E-D8377B7D1ABF}.Debug|ARM32.Deploy.0 = Debug|Any CPU
5941
{F22735B2-E433-4D3A-957E-D8377B7D1ABF}.Debug|ARM64.ActiveCfg = Debug|ARM64
6042
{F22735B2-E433-4D3A-957E-D8377B7D1ABF}.Debug|ARM64.Build.0 = Debug|ARM64
6143
{F22735B2-E433-4D3A-957E-D8377B7D1ABF}.Debug|ARM64.Deploy.0 = Debug|ARM64
@@ -68,12 +50,6 @@ Global
6850
{F22735B2-E433-4D3A-957E-D8377B7D1ABF}.Release|Any CPU.ActiveCfg = Release|Any CPU
6951
{F22735B2-E433-4D3A-957E-D8377B7D1ABF}.Release|Any CPU.Build.0 = Release|Any CPU
7052
{F22735B2-E433-4D3A-957E-D8377B7D1ABF}.Release|Any CPU.Deploy.0 = Release|Any CPU
71-
{F22735B2-E433-4D3A-957E-D8377B7D1ABF}.Release|ARM.ActiveCfg = Release|ARM
72-
{F22735B2-E433-4D3A-957E-D8377B7D1ABF}.Release|ARM.Build.0 = Release|ARM
73-
{F22735B2-E433-4D3A-957E-D8377B7D1ABF}.Release|ARM.Deploy.0 = Release|ARM
74-
{F22735B2-E433-4D3A-957E-D8377B7D1ABF}.Release|ARM32.ActiveCfg = Release|ARM
75-
{F22735B2-E433-4D3A-957E-D8377B7D1ABF}.Release|ARM32.Build.0 = Release|ARM
76-
{F22735B2-E433-4D3A-957E-D8377B7D1ABF}.Release|ARM32.Deploy.0 = Release|ARM
7753
{F22735B2-E433-4D3A-957E-D8377B7D1ABF}.Release|ARM64.ActiveCfg = Release|ARM64
7854
{F22735B2-E433-4D3A-957E-D8377B7D1ABF}.Release|ARM64.Build.0 = Release|ARM64
7955
{F22735B2-E433-4D3A-957E-D8377B7D1ABF}.Release|ARM64.Deploy.0 = Release|ARM64

CheckIP.Windows/CheckIP/CheckIP.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,14 @@
1212
<Copyright>Copyright © 2018 - 2024 Exploitox. All rights reserved.</Copyright>
1313
<RepositoryUrl>https://github.com/valnoxy/checkip</RepositoryUrl>
1414
<Version>2.3.0</Version>
15-
<Platforms>AnyCPU;ARM32;ARM64;x64;x86</Platforms>
15+
<Platforms>ARM64;x64;x86;AnyCPU</Platforms>
1616
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
1717
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
1818
<StartupObject>CheckIP.App</StartupObject>
19+
<AssemblyVersion>$(Version)</AssemblyVersion>
20+
<FileVersion>$(Version)</FileVersion>
21+
<AssemblyInformationalVersion>$(Version)</AssemblyInformationalVersion>
22+
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
1923
</PropertyGroup>
2024

2125
<ItemGroup>

CheckIP.Windows/CheckIP/Localization/ResourceDictionary.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<system:String x:Key="ThirdPartyLibraries">Third Party Libraries</system:String>
3232
<system:String x:Key="ThirdPartyLibrariesDescription">List of all used open-source libraries and images.</system:String>
3333
<system:String x:Key="By">{0} by {1}</system:String>
34-
<system:String x:Key="SourceCodeBtn">Source Code on GitHub</system:String>
34+
<system:String x:Key="SourceCodeBtn">Source Code</system:String>
3535
<system:String x:Key="HomepageBtn">Homepage</system:String>
3636
<system:String x:Key="DonateBtn">Donate</system:String>
3737

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
https://go.microsoft.com/fwlink/?LinkID=208121.
4+
-->
5+
<Project>
6+
<PropertyGroup>
7+
<Configuration>Release</Configuration>
8+
<Platform>ARM64</Platform>
9+
<PublishDir>bin\Release\publish\win-arm64\</PublishDir>
10+
<PublishProtocol>FileSystem</PublishProtocol>
11+
<_TargetId>Folder</_TargetId>
12+
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
13+
<RuntimeIdentifier>win-arm64</RuntimeIdentifier>
14+
<SelfContained>true</SelfContained>
15+
<PublishSingleFile>false</PublishSingleFile>
16+
<PublishReadyToRun>false</PublishReadyToRun>
17+
<PublishTrimmed>false</PublishTrimmed>
18+
</PropertyGroup>
19+
</Project>
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
https://go.microsoft.com/fwlink/?LinkID=208121.
4+
-->
5+
<Project>
6+
<PropertyGroup>
7+
<Configuration>Release</Configuration>
8+
<Platform>x64</Platform>
9+
<PublishDir>bin\Release\publish\win-x64</PublishDir>
10+
<PublishProtocol>FileSystem</PublishProtocol>
11+
<_TargetId>Folder</_TargetId>
12+
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
13+
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
14+
<SelfContained>true</SelfContained>
15+
<PublishSingleFile>false</PublishSingleFile>
16+
<PublishReadyToRun>false</PublishReadyToRun>
17+
<PublishTrimmed>false</PublishTrimmed>
18+
</PropertyGroup>
19+
</Project>
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
https://go.microsoft.com/fwlink/?LinkID=208121.
4+
-->
5+
<Project>
6+
<PropertyGroup>
7+
<Configuration>Release</Configuration>
8+
<Platform>x86</Platform>
9+
<PublishDir>bin\Release\publish\win-x86</PublishDir>
10+
<PublishProtocol>FileSystem</PublishProtocol>
11+
<_TargetId>Folder</_TargetId>
12+
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
13+
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
14+
<SelfContained>true</SelfContained>
15+
<PublishSingleFile>false</PublishSingleFile>
16+
<PublishReadyToRun>false</PublishReadyToRun>
17+
<PublishTrimmed>false</PublishTrimmed>
18+
</PropertyGroup>
19+
</Project>

0 commit comments

Comments
 (0)