diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-06-10 12:22:50 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-06-10 12:22:50 +0100 |
| commit | 316b7739bd1f2e19ba67d7fd6302b8ec0c8fa75a (patch) | |
| tree | 4ed1f7005fb5a9149078f4a0d9953cffce058b2c /TimeHACK.Main/obj/Release/TimeHACK.application | |
| parent | a15d2c212ad88efa571c2421bb67629a884eee89 (diff) | |
| download | histacom2-316b7739bd1f2e19ba67d7fd6302b8ec0c8fa75a.tar.gz histacom2-316b7739bd1f2e19ba67d7fd6302b8ec0c8fa75a.tar.bz2 histacom2-316b7739bd1f2e19ba67d7fd6302b8ec0c8fa75a.zip | |
Done ALOT of tweaks and Save troubleshooter
There is now a save troubleshooter that checks your save files if they
can't load! Also, it checks what OS to load on startup of the game!
Diffstat (limited to 'TimeHACK.Main/obj/Release/TimeHACK.application')
| -rw-r--r-- | TimeHACK.Main/obj/Release/TimeHACK.application | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/TimeHACK.Main/obj/Release/TimeHACK.application b/TimeHACK.Main/obj/Release/TimeHACK.application new file mode 100644 index 0000000..e3c83f9 --- /dev/null +++ b/TimeHACK.Main/obj/Release/TimeHACK.application @@ -0,0 +1,21 @@ +<?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="TimeHACK.application" version="1.0.1.0" publicKeyToken="0000000000000000" language="en" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" /> + <description asmv2:publisher="HistacomCS Development Team" asmv2:product="HistacomCS" asmv2:supportUrl="http://www.ashifter.ml/histacom/forum" xmlns="urn:schemas-microsoft-com:asm.v1" /> + <deployment install="true" mapFileExtensions="true" co.v1:createDesktopShortcut="true" /> + <compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2"> + <framework targetVersion="4.5.2" profile="Full" supportedRuntime="4.0.30319" /> + </compatibleFrameworks> + <dependency> + <dependentAssembly dependencyType="install" codebase="TimeHACK.exe.manifest" size="22903"> + <assemblyIdentity name="TimeHACK.exe" version="1.0.1.0" publicKeyToken="0000000000000000" language="en" 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>HQXMPfmrHd5GpwrSTljeapHcCrGpgq+tIA1XDC7Pu6w=</dsig:DigestValue> + </hash> + </dependentAssembly> + </dependency> +</asmv1:assembly>
\ No newline at end of file |
