diff options
| author | Jamie Mansfield <[email protected]> | 2017-06-11 22:31:02 +0100 |
|---|---|---|
| committer | Jamie Mansfield <[email protected]> | 2017-06-11 22:31:46 +0100 |
| commit | eef1e2b945d0eefd8dfd371d5d3c432608aaae2e (patch) | |
| tree | a631bd10b751685d5ce598bfa07570e07aa827f6 /TimeHACK.Main/bin/Debug/TimeHACK.vshost.application | |
| parent | 4b20ee479f2101b691e2254de3228ce9e60c6377 (diff) | |
| download | histacom2-eef1e2b945d0eefd8dfd371d5d3c432608aaae2e.tar.gz histacom2-eef1e2b945d0eefd8dfd371d5d3c432608aaae2e.tar.bz2 histacom2-eef1e2b945d0eefd8dfd371d5d3c432608aaae2e.zip | |
repo: Improve gitignore and gitattributes
The gitignore has been improved to ignore the following:
- IDE configuration for Visual Studio, VSCode, and Rider
- OS files for macOS, Linux, and Windows
The gitattributes has been improved to properly diff the following:
- Normalise line endings
- Common Files - .md, .png, etc
- C# Files
- Visual Studio Files
Diffstat (limited to 'TimeHACK.Main/bin/Debug/TimeHACK.vshost.application')
| -rw-r--r-- | TimeHACK.Main/bin/Debug/TimeHACK.vshost.application | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/TimeHACK.Main/bin/Debug/TimeHACK.vshost.application b/TimeHACK.Main/bin/Debug/TimeHACK.vshost.application deleted file mode 100644 index 669ba00..0000000 --- a/TimeHACK.Main/bin/Debug/TimeHACK.vshost.application +++ /dev/null @@ -1,21 +0,0 @@ -<?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="22087"> - <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>XJCo3TUZ+qMvuX2PFyOUztsxWsEAFcyFJ486JTNAnD8=</dsig:DigestValue> - </hash> - </dependentAssembly> - </dependency> -</asmv1:assembly>
\ No newline at end of file |
