-
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.
Add proper error handling merge
- Loading branch information
Showing
10 changed files
with
171 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<?xml-stylesheet type="text/xsl" href="c:\program files (x86)\visualstudio\team tools\static analysis tools\fxcop\Xml\CodeAnalysisReport.xsl"?> | ||
<FxCopReport Version="15.0"> | ||
<Localized> | ||
<String Key="Category">Category</String> | ||
<String Key="Certainty">Certainty</String> | ||
<String Key="CollapseAll">Collapse All</String> | ||
<String Key="CheckId">Check Id</String> | ||
<String Key="Error">Error</String> | ||
<String Key="Errors">error(s)</String> | ||
<String Key="ExpandAll">Expand All</String> | ||
<String Key="Help">Help</String> | ||
<String Key="Line">Line</String> | ||
<String Key="Messages">message(s)</String> | ||
<String Key="LocationNotStoredInPdb">[Location not stored in Pdb]</String> | ||
<String Key="Project">Project</String> | ||
<String Key="Resolution">Resolution</String> | ||
<String Key="Rule">Rule</String> | ||
<String Key="RuleFile">Rule File</String> | ||
<String Key="RuleDescription">Rule Description</String> | ||
<String Key="Source">Source</String> | ||
<String Key="Status">Status</String> | ||
<String Key="Target">Target</String> | ||
<String Key="Warning">Warning</String> | ||
<String Key="Warnings">warning(s)</String> | ||
<String Key="ReportTitle">Code Analysis Report</String> | ||
</Localized> | ||
</FxCopReport> |
Empty file.
Binary file added
BIN
+264 KB
...lication Files/Trinity_1_0_0_2/21544030_1914980935421755_1012390005593965729_o.ico.deploy
Binary file not shown.
Binary file added
BIN
+639 KB
bin/Debug/app.publish/Application Files/Trinity_1_0_0_2/Newtonsoft.Json.dll.deploy
Binary file not shown.
Binary file added
BIN
+9.5 KB
bin/Debug/app.publish/Application Files/Trinity_1_0_0_2/ObjectDumper.dll.deploy
Binary file not shown.
6 changes: 6 additions & 0 deletions
6
bin/Debug/app.publish/Application Files/Trinity_1_0_0_2/Trinity.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,6 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<configuration> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" /> | ||
</startup> | ||
</configuration> |
Binary file added
BIN
+580 KB
bin/Debug/app.publish/Application Files/Trinity_1_0_0_2/Trinity.exe.deploy
Binary file not shown.
116 changes: 116 additions & 0 deletions
116
bin/Debug/app.publish/Application Files/Trinity_1_0_0_2/Trinity.exe.manifest
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,116 @@ | ||
<?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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2"> | ||
<asmv1:assemblyIdentity name="Trinity.exe" version="1.0.0.2" publicKeyToken="0000000000000000" language="en-MY" processorArchitecture="msil" type="win32" /> | ||
<description asmv2:iconFile="21544030_1914980935421755_1012390005593965729_o.ico" xmlns="urn:schemas-microsoft-com:asm.v1" /> | ||
<application /> | ||
<entryPoint> | ||
<assemblyIdentity name="Trinity" version="1.0.0.0" language="neutral" processorArchitecture="msil" /> | ||
<commandLine file="Trinity.exe" parameters="" /> | ||
</entryPoint> | ||
<trustInfo> | ||
<security> | ||
<applicationRequestMinimum> | ||
<PermissionSet version="1" class="System.Security.NamedPermissionSet" Name="LocalIntranet" Description="Default rights given to applications on the local intranet" Unrestricted="true" ID="Custom" SameSite="site" /> | ||
<defaultAssemblyRequest permissionSetReference="Custom" /> | ||
</applicationRequestMinimum> | ||
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3"> | ||
<!-- UAC Manifest Options | ||
If you want to change the Windows User Account Control level replace the | ||
requestedExecutionLevel node with one of the following. | ||
<requestedExecutionLevel level="asInvoker" uiAccess="false" /> | ||
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" /> | ||
<requestedExecutionLevel level="highestAvailable" uiAccess="false" /> | ||
Specifying requestedExecutionLevel element will disable file and registry virtualization. | ||
Remove this element if your application requires this virtualization for backwards | ||
compatibility. | ||
--> | ||
<requestedExecutionLevel level="asInvoker" uiAccess="false" /> | ||
</requestedPrivileges> | ||
</security> | ||
</trustInfo> | ||
<dependency> | ||
<dependentOS> | ||
<osVersionInfo> | ||
<os majorVersion="5" minorVersion="1" buildNumber="2600" servicePackMajor="0" /> | ||
</osVersionInfo> | ||
</dependentOS> | ||
</dependency> | ||
<dependency> | ||
<dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true"> | ||
<assemblyIdentity name="Microsoft.Windows.CommonLanguageRuntime" version="4.0.30319.0" /> | ||
</dependentAssembly> | ||
</dependency> | ||
<dependency> | ||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Newtonsoft.Json.dll" size="653824"> | ||
<assemblyIdentity name="Newtonsoft.Json" version="10.0.0.0" publicKeyToken="30AD4FE6B2A6AEED" language="neutral" processorArchitecture="msil" /> | ||
<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>lz/XDOSOWsQzoQG0KHFoDFHi/roq7sPUAN6kEVrzong=</dsig:DigestValue> | ||
</hash> | ||
</dependentAssembly> | ||
</dependency> | ||
<dependency> | ||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="ObjectDumper.dll" size="9728"> | ||
<assemblyIdentity name="ObjectDumper" version="1.0.0.12" publicKeyToken="9E2FABF3AF85DBA9" language="neutral" processorArchitecture="msil" /> | ||
<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>cCv5imrYO70SwG0fqcveWtxITU38xgA2St01Sjm1ttQ=</dsig:DigestValue> | ||
</hash> | ||
</dependentAssembly> | ||
</dependency> | ||
<dependency> | ||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Trinity.exe" size="593920"> | ||
<assemblyIdentity name="Trinity" version="1.0.0.0" language="neutral" processorArchitecture="msil" /> | ||
<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>RMg/WZ7+hcSP7Twsg1+FuQ5BpqziMXlA++iYZPlmvG0=</dsig:DigestValue> | ||
</hash> | ||
</dependentAssembly> | ||
</dependency> | ||
<file name="21544030_1914980935421755_1012390005593965729_o.ico" size="270398"> | ||
<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>8brKKsY/74SdnsAftaAStFQJx/32b7q5rOmGzwckPkA=</dsig:DigestValue> | ||
</hash> | ||
</file> | ||
<file name="Trinity.exe.config" size="189"> | ||
<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>rl5/qDc7Jz+tB+BIbOv9iMGPlRe6YJwrjmU09dnlPcs=</dsig:DigestValue> | ||
</hash> | ||
</file> | ||
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> | ||
<application> | ||
<!-- A list of the Windows versions that this application has been tested on and is | ||
is designed to work with. Uncomment the appropriate elements and Windows will | ||
automatically selected the most compatible environment. --> | ||
<!-- Windows Vista --> | ||
<!--<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />--> | ||
<!-- Windows 7 --> | ||
<!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" />--> | ||
<!-- Windows 8 --> | ||
<!--<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}" />--> | ||
<!-- Windows 8.1 --> | ||
<!--<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}" />--> | ||
<!-- Windows 10 --> | ||
<!--<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />--> | ||
</application> | ||
</compatibility> | ||
</asmv1:assembly> |
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,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="Trinity.application" version="1.0.0.2" publicKeyToken="0000000000000000" language="en-MY" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" /> | ||
<description asmv2:publisher="Amin Husni" asmv2:product="Trinity" xmlns="urn:schemas-microsoft-com:asm.v1" /> | ||
<deployment install="true" mapFileExtensions="true" /> | ||
<compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2"> | ||
<framework targetVersion="4.6.1" profile="Full" supportedRuntime="4.0.30319" /> | ||
</compatibleFrameworks> | ||
<dependency> | ||
<dependentAssembly dependencyType="install" codebase="Application Files\Trinity_1_0_0_2\Trinity.exe.manifest" size="6485"> | ||
<assemblyIdentity name="Trinity.exe" version="1.0.0.2" publicKeyToken="0000000000000000" language="en-MY" 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>zFieL/E72X43l82V8w6KVysadkejJCG+VOmNd2G1uwU=</dsig:DigestValue> | ||
</hash> | ||
</dependentAssembly> | ||
</dependency> | ||
</asmv1:assembly> |
Binary file not shown.