-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
795b4b1
commit e990b26
Showing
30 changed files
with
461 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+10 KB
KAGTools/publish/Application Files/KAGTools_0_5_0_0/CommonServiceLocator.dll.deploy
Binary file not shown.
Binary file added
BIN
+5.5 KB
...ools/publish/Application Files/KAGTools_0_5_0_0/DeltaCompressionDotNet.MsDelta.dll.deploy
Binary file not shown.
Binary file added
BIN
+5 KB
...ols/publish/Application Files/KAGTools_0_5_0_0/DeltaCompressionDotNet.PatchApi.dll.deploy
Binary file not shown.
Binary file added
BIN
+4.5 KB
KAGTools/publish/Application Files/KAGTools_0_5_0_0/DeltaCompressionDotNet.dll.deploy
Binary file not shown.
Binary file added
BIN
+21 KB
KAGTools/publish/Application Files/KAGTools_0_5_0_0/GalaSoft.MvvmLight.Extras.dll.deploy
Binary file not shown.
Binary file added
BIN
+13.5 KB
KAGTools/publish/Application Files/KAGTools_0_5_0_0/GalaSoft.MvvmLight.Platform.dll.deploy
Binary file not shown.
Binary file added
BIN
+29.5 KB
KAGTools/publish/Application Files/KAGTools_0_5_0_0/GalaSoft.MvvmLight.dll.deploy
Binary file not shown.
28 changes: 28 additions & 0 deletions
28
KAGTools/publish/Application Files/KAGTools_0_5_0_0/KAGTools.application
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2"> | ||
<assemblyIdentity name="KAGTools.application" version="0.5.0.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" /> | ||
<description asmv2:publisher="Caleb Chalmers" asmv2:product="KAG Tools" xmlns="urn:schemas-microsoft-com:asm.v1" /> | ||
<deployment install="true" mapFileExtensions="true"> | ||
<subscription> | ||
<update> | ||
<beforeApplicationStartup /> | ||
</update> | ||
</subscription> | ||
<deploymentProvider codebase="https://raw.githubusercontent.com/CalebChalmers/KAGTools/master/KAGTools/publish/KAGTools.application" /> | ||
</deployment> | ||
<compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2"> | ||
<framework targetVersion="4.6.2" profile="Full" supportedRuntime="4.0.30319" /> | ||
</compatibleFrameworks> | ||
<dependency> | ||
<dependentAssembly dependencyType="install" codebase="Application Files\KAGTools_0_5_0_0\KAGTools.exe.manifest" size="18013"> | ||
<assemblyIdentity name="KAGTools.exe" version="0.5.0.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" /> | ||
<hash> | ||
<dsig:Transforms> | ||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> | ||
</dsig:Transforms> | ||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> | ||
<dsig:DigestValue>u/Og+MX/t9jr8xxfE3J5heUvWKwMIRC8M2gVkyr4l/w=</dsig:DigestValue> | ||
</hash> | ||
</dependentAssembly> | ||
</dependency> | ||
</asmv1:assembly> |
58 changes: 58 additions & 0 deletions
58
KAGTools/publish/Application Files/KAGTools_0_5_0_0/KAGTools.exe.config.deploy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<configSections> | ||
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||
<section name="KAGTools.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/> | ||
</sectionGroup> | ||
</configSections> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/> | ||
</startup> | ||
<userSettings> | ||
<KAGTools.Properties.Settings> | ||
<setting name="KagDirectory" serializeAs="String"> | ||
<value /> | ||
</setting> | ||
<setting name="Left" serializeAs="String"> | ||
<value>NaN</value> | ||
</setting> | ||
<setting name="Top" serializeAs="String"> | ||
<value>NaN</value> | ||
</setting> | ||
<setting name="ManualWindowWidth" serializeAs="String"> | ||
<value>500</value> | ||
</setting> | ||
<setting name="ManualWindowHeight" serializeAs="String"> | ||
<value>600</value> | ||
</setting> | ||
<setting name="ManualWindowTop" serializeAs="String"> | ||
<value>NaN</value> | ||
</setting> | ||
<setting name="ManualWindowLeft" serializeAs="String"> | ||
<value>NaN</value> | ||
</setting> | ||
<setting name="RunTypeIndex" serializeAs="String"> | ||
<value>0</value> | ||
</setting> | ||
<setting name="UsePreReleases" serializeAs="String"> | ||
<value>False</value> | ||
</setting> | ||
</KAGTools.Properties.Settings> | ||
</userSettings> | ||
<appSettings> | ||
<add key="UpdateUrl" value="https://github.com/CalebChalmers/KAGTools"/> | ||
<add key="ApiPlayerUrl" value="https://api.kag2d.com/v1/player/{0}"/> | ||
<add key="ApiPlayerAvatarUrl" value="https://api.kag2d.com/v1/player/{0}/avatar"/> | ||
<add key="ApiServersUrl" value="https://api.kag2d.com/v1/game/thd/kag/servers"/> | ||
<add key="ApiServerUrl" value="https://api.kag2d.com/v1/game/thd/kag/server/{0}/{1}/status"/> | ||
<add key="ApiServerMinimapUrl" value="https://api.kag2d.com/v1/game/thd/kag/server/{0}/{1}/minimap"/> | ||
</appSettings> | ||
<runtime> | ||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
<dependentAssembly> | ||
<assemblyIdentity name="CommonServiceLocator" publicKeyToken="489b6accfaf20ef0" culture="neutral"/> | ||
<bindingRedirect oldVersion="0.0.0.0-2.0.3.0" newVersion="2.0.3.0"/> | ||
</dependentAssembly> | ||
</assemblyBinding> | ||
</runtime> | ||
</configuration> |
Binary file added
BIN
+112 KB
KAGTools/publish/Application Files/KAGTools_0_5_0_0/KAGTools.exe.deploy
Binary file not shown.
Oops, something went wrong.