Skip to content

Commit 8b515c4

Browse files
committed
No real changes here
1 parent 7140e20 commit 8b515c4

File tree

67 files changed

+1178
-641
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+1178
-641
lines changed

JGUpdater/BGUpdateChk.vb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Imports System.IO
2+
Imports System.Xml
3+
4+
Public Class BGUpdateChk
5+
6+
End Class

JGUpdater/JGUpdater.vbproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
77
<ProjectGuid>{CBFB2BAC-1265-4246-8544-A61F25E6A33C}</ProjectGuid>
88
<OutputType>WinExe</OutputType>
9-
<StartupObject>Sub Main</StartupObject>
9+
<StartupObject>JGUpdater.MSIUpdaterGUI</StartupObject>
1010
<RootNamespace>JGUpdater</RootNamespace>
1111
<AssemblyName>JGUpdater</AssemblyName>
1212
<FileAlignment>512</FileAlignment>
@@ -91,6 +91,7 @@
9191
<Import Include="System.Threading.Tasks" />
9292
</ItemGroup>
9393
<ItemGroup>
94+
<Compile Include="BGUpdateChk.vb" />
9495
<Compile Include="IEDLTF1.Designer.vb">
9596
<DependentUpon>IEDLTF1.vb</DependentUpon>
9697
</Compile>
Binary file not shown.

JGUpdater/obj/Debug/build.force

Whitespace-only changes.

JumpGo Universal Edition/JumpGo Universal Edition.csproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@
9494
</PropertyGroup>
9595
<ItemGroup>
9696
<!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
97-
<None Include="JumpGo Universal Edition_TemporaryKey.pfx" />
9897
<None Include="project.json" />
9998
<PRIResource Include="Strings\pt-BR\Resources.resw" />
10099
<PRIResource Include="Strings\en-US\Resources.resw" />
@@ -144,11 +143,6 @@
144143
<SubType>Designer</SubType>
145144
</Page>
146145
</ItemGroup>
147-
<ItemGroup>
148-
<SDKReference Include="SQLite.UWP.2015, Version=3.14.1">
149-
<Name>SQLite for Universal Windows Platform</Name>
150-
</SDKReference>
151-
</ItemGroup>
152146
<ItemGroup />
153147
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
154148
<VisualStudioVersion>14.0</VisualStudioVersion>

JumpGo Universal Edition/JumpGo Universal Edition.nuget.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<NuGetPackageRoot>$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
55
</PropertyGroup>
66
<ImportGroup>
7-
<Import Project="$(NuGetPackageRoot)\SQLitePCL\3.8.7.2\build\netcore451\SQLitePCL.props" Condition="Exists('$(NuGetPackageRoot)\SQLitePCL\3.8.7.2\build\netcore451\SQLitePCL.props')" />
7+
<Import Project="$(NuGetPackageRoot)\SQLitePCL\3.8.5.1\build\netcore451\SQLitePCL.props" Condition="Exists('$(NuGetPackageRoot)\SQLitePCL\3.8.5.1\build\netcore451\SQLitePCL.props')" />
88
</ImportGroup>
99
</Project>

JumpGo Universal Edition/JumpGo Universal Edition.nuget.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<NuGetPackageRoot>$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
55
</PropertyGroup>
66
<ImportGroup>
7-
<Import Project="$(NuGetPackageRoot)\SQLitePCL\3.8.7.2\build\netcore451\SQLitePCL.targets" Condition="Exists('$(NuGetPackageRoot)\SQLitePCL\3.8.7.2\build\netcore451\SQLitePCL.targets')" />
7+
<Import Project="$(NuGetPackageRoot)\SQLitePCL\3.8.5.1\build\netcore451\SQLitePCL.targets" Condition="Exists('$(NuGetPackageRoot)\SQLitePCL\3.8.5.1\build\netcore451\SQLitePCL.targets')" />
88
</ImportGroup>
99
</Project>

JumpGo Universal Edition/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp">
3-
<Identity Name="com.JTechMe.JumpGo" Publisher="CN=JTechMe" Version="1.0.0.0" />
3+
<Identity Name="com.JTechMe.JumpGo" Publisher="CN=JTechMe" Version="0.6.0.0" />
44
<mp:PhoneIdentity PhoneProductId="8afb896b-9fac-4968-abc1-c755ac35e360" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
55
<Properties>
66
<DisplayName>JumpGo</DisplayName>
0 Bytes
Binary file not shown.

JumpGo Universal Edition/bin/x86/Debug/AppX/AppxManifest.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
For more information on package manifest files, see http://go.microsoft.com/fwlink/?LinkID=241727
99
-->
10-
<Identity Name="com.JTechMe.JumpGo" Publisher="CN=JTechMe" Version="1.0.0.0" ProcessorArchitecture="x86" />
10+
<Identity Name="com.JTechMe.JumpGo" Publisher="CN=JTechMe" Version="0.6.0.0" ProcessorArchitecture="x86" />
1111
<mp:PhoneIdentity PhoneProductId="8afb896b-9fac-4968-abc1-c755ac35e360" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
1212
<Properties>
1313
<DisplayName>JumpGo</DisplayName>
@@ -44,12 +44,11 @@
4444
<build:Item Name="VisualStudio" Version="14.0" />
4545
<build:Item Name="VisualStudioEdition" Value="Microsoft Visual Studio Community 2015" />
4646
<build:Item Name="OperatingSystem" Version="10.0.14393.0 (rs1_release.160715-1616)" />
47-
<build:Item Name="Microsoft.Build.AppxPackage.dll" Version="14.0.25425.1" />
47+
<build:Item Name="Microsoft.Build.AppxPackage.dll" Version="14.0.25431.1" />
4848
<build:Item Name="ProjectGUID" Value="{84CEB869-6988-42D1-8C29-2DE641E8617E}" />
4949
<build:Item Name="OptimizingToolset" Value="None" />
5050
<build:Item Name="TargetRuntime" Value="Managed" />
5151
<build:Item Name="Microsoft.Windows.UI.Xaml.Build.Tasks.dll" Version="14.0.25527.1" />
52-
<build:Item Name="SQLite.UWP.2015" Version="3.14.1" />
5352
<build:Item Name="MakePri.exe" Version="10.0.14393.33 (rs1_release_sec.160727-1952)" />
5453
</build:Metadata>
5554
</Package>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)