-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from Schokobecher/master
Fix language order
- Loading branch information
Showing
24 changed files
with
63,434 additions
and
78 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
21 changes: 21 additions & 0 deletions
21
EvilInsultGenerator/bin/Release/EvilInsultGenerator.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,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="EvilInsultGenerator.application" version="1.0.0.2" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" /> | ||
<description asmv2:publisher="EvilInsultGenerator" asmv2:product="EvilInsultGenerator" xmlns="urn:schemas-microsoft-com:asm.v1" /> | ||
<deployment install="true" mapFileExtensions="true" /> | ||
<compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2"> | ||
<framework targetVersion="4.5" profile="Full" supportedRuntime="4.0.30319" /> | ||
</compatibleFrameworks> | ||
<dependency> | ||
<dependentAssembly dependencyType="install" codebase="EvilInsultGenerator.exe.manifest" size="4091"> | ||
<assemblyIdentity name="EvilInsultGenerator.exe" version="1.0.0.2" 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>rEEEhO/BOhPyx6vEv6Sq2YkpJktI0KXkPtUvezBWfDI=</dsig:DigestValue> | ||
</hash> | ||
</dependentAssembly> | ||
</dependency> | ||
</asmv1:assembly> |
17 changes: 17 additions & 0 deletions
17
EvilInsultGenerator/bin/Release/EvilInsultGenerator.exe.config
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,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/> | ||
</startup> | ||
|
||
<system.net> | ||
<settings> | ||
<servicePointManager expect100Continue="false"/> | ||
</settings> | ||
|
||
<connectionManagement> | ||
<add address="*" maxconnection="4" /> | ||
</connectionManagement> | ||
|
||
</system.net> | ||
</configuration> |
75 changes: 75 additions & 0 deletions
75
EvilInsultGenerator/bin/Release/EvilInsultGenerator.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,75 @@ | ||
<?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="EvilInsultGenerator.exe" version="1.0.0.2" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" /> | ||
<description asmv2:iconFile="EIG_Application.ico" xmlns="urn:schemas-microsoft-com:asm.v1" /> | ||
<application /> | ||
<entryPoint> | ||
<assemblyIdentity name="EvilInsultGenerator" version="1.0.3.0" language="neutral" processorArchitecture="msil" /> | ||
<commandLine file="EvilInsultGenerator.exe" parameters="" /> | ||
</entryPoint> | ||
<trustInfo> | ||
<security> | ||
<applicationRequestMinimum> | ||
<PermissionSet Unrestricted="true" ID="Custom" SameSite="site" /> | ||
<defaultAssemblyRequest permissionSetReference="Custom" /> | ||
</applicationRequestMinimum> | ||
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3"> | ||
<!-- | ||
UAC-Manifestoptionen | ||
Wenn Sie die Zugangsebene für das Windows-Benutzerkonto ändern möchten, ersetzen Sie den | ||
requestedExecutionLevel-Knoten durch eines der folgenden Elemente. | ||
<requestedExecutionLevel level="asInvoker" uiAccess="false" /> | ||
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" /> | ||
<requestedExecutionLevel level="highestAvailable" uiAccess="false" /> | ||
Löschen Sie den requestedExecutionLevel-Knoten, wenn Sie | ||
zum Gewährleisten der Abwärtskompatibilität die Datei- und Registrierungsvirtualisierung verwenden möchten. | ||
--> | ||
<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="EvilInsultGenerator.exe" size="295424"> | ||
<assemblyIdentity name="EvilInsultGenerator" version="1.0.3.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>GyndVPuUEJbvELmsU6txTNkxP57wIf+m0rgNCFw9iBs=</dsig:DigestValue> | ||
</hash> | ||
</dependentAssembly> | ||
</dependency> | ||
<file name="EIG_Application.ico" size="78135"> | ||
<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>WlboIc/6/n6+OmcpYI1I4UW7DM3lCAlS30ujoHfugGA=</dsig:DigestValue> | ||
</hash> | ||
</file> | ||
<file name="EvilInsultGenerator.exe.config" size="438"> | ||
<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>jv+lZ4f4/BHyk9EwjLylDe1zuwY3imyB8ymxdN5QeoQ=</dsig:DigestValue> | ||
</hash> | ||
</file> | ||
</asmv1:assembly> |
Binary file not shown.
17 changes: 17 additions & 0 deletions
17
EvilInsultGenerator/bin/Release/EvilInsultGenerator.vshost.exe.config
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,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/> | ||
</startup> | ||
|
||
<system.net> | ||
<settings> | ||
<servicePointManager expect100Continue="false"/> | ||
</settings> | ||
|
||
<connectionManagement> | ||
<add address="*" maxconnection="4" /> | ||
</connectionManagement> | ||
|
||
</system.net> | ||
</configuration> |
Binary file modified
BIN
-502 Bytes
(95%)
EvilInsultGenerator/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
Binary file not shown.
Oops, something went wrong.