Skip to content

Commit

Permalink
modified: Conversion System/Properties/PublishProfiles/ClickOnceProf…
Browse files Browse the repository at this point in the history
…ile.pubxml

	modified:   Conversion System/Properties/PublishProfiles/ClickOnceProfile.pubxml.user
	modified:   Conversion System/bin/Release/net6.0-windows/Conversion System.application
	modified:   Conversion System/bin/Release/net6.0-windows/Conversion System.dll
	modified:   Conversion System/bin/Release/net6.0-windows/Conversion System.dll.manifest
	modified:   Conversion System/bin/Release/net6.0-windows/Conversion System.pdb
	renamed:    Conversion System/bin/Release/net6.0-windows/app.publish/Application Files/Conversion System_1_0_0_0/Conversion System.deps.json.deploy -> Conversion System/bin/Release/net6.0-windows/app.publish/Application Files/Conversion System_1_1_0_0/Conversion System.deps.json.deploy
	renamed:    Conversion System/bin/Release/net6.0-windows/app.publish/Application Files/Conversion System_1_0_0_0/Conversion System.dll.deploy -> Conversion System/bin/Release/net6.0-windows/app.publish/Application Files/Conversion System_1_1_0_0/Conversion System.dll.deploy
	renamed:    Conversion System/bin/Release/net6.0-windows/app.publish/Application Files/Conversion System_1_0_0_0/Conversion System.dll.manifest -> Conversion System/bin/Release/net6.0-windows/app.publish/Application Files/Conversion System_1_1_0_0/Conversion System.dll.manifest
	renamed:    Conversion System/bin/Release/net6.0-windows/app.publish/Application Files/Conversion System_1_0_0_0/Conversion System.exe.deploy -> Conversion System/bin/Release/net6.0-windows/app.publish/Application Files/Conversion System_1_1_0_0/Conversion System.exe.deploy
	renamed:    Conversion System/bin/Release/net6.0-windows/app.publish/Application Files/Conversion System_1_0_0_0/Conversion System.runtimeconfig.json.deploy -> Conversion System/bin/Release/net6.0-windows/app.publish/Application Files/Conversion System_1_1_0_0/Conversion System.runtimeconfig.json.deploy
	renamed:    Conversion System/bin/Release/net6.0-windows/app.publish/Application Files/Conversion System_1_0_0_0/Kopie_van_Spheric-removebg-preview.ico.deploy -> Conversion System/bin/Release/net6.0-windows/app.publish/Application Files/Conversion System_1_1_0_0/Kopie_van_Spheric-removebg-preview.ico.deploy
	renamed:    Conversion System/bin/Release/net6.0-windows/app.publish/Application Files/Conversion System_1_0_0_0/Launcher.exe.deploy -> Conversion System/bin/Release/net6.0-windows/app.publish/Application Files/Conversion System_1_1_0_0/Launcher.exe.deploy
	modified:   Conversion System/bin/Release/net6.0-windows/app.publish/Conversion System.application
	modified:   Conversion System/bin/Release/net6.0-windows/app.publish/Conversion System.dll
	modified:   Conversion System/bin/Release/net6.0-windows/app.publish/Conversion System.pdb
	modified:   Conversion System/bin/publish/Application Files/Conversion System_1_0_0_1/Conversion System.dll.deploy
	modified:   Conversion System/bin/publish/Application Files/Conversion System_1_0_0_1/Conversion System.dll.manifest
	new file:   Conversion System/bin/publish/Application Files/Conversion System_1_1_0_0/Conversion System.deps.json.deploy
	new file:   Conversion System/bin/publish/Application Files/Conversion System_1_1_0_0/Conversion System.dll.deploy
	new file:   Conversion System/bin/publish/Application Files/Conversion System_1_1_0_0/Conversion System.dll.manifest
	new file:   Conversion System/bin/publish/Application Files/Conversion System_1_1_0_0/Conversion System.exe.deploy
	new file:   Conversion System/bin/publish/Application Files/Conversion System_1_1_0_0/Conversion System.runtimeconfig.json.deploy
	new file:   Conversion System/bin/publish/Application Files/Conversion System_1_1_0_0/Kopie_van_Spheric-removebg-preview.ico.deploy
	new file:   Conversion System/bin/publish/Application Files/Conversion System_1_1_0_0/Launcher.exe.deploy
	modified:   Conversion System/bin/publish/Conversion System.application
	modified:   Conversion System/obj/Release/net6.0-windows/Conversion System.application
	modified:   Conversion System/obj/Release/net6.0-windows/Conversion System.csproj.GenerateResource.cache
	modified:   Conversion System/obj/Release/net6.0-windows/Conversion System.dll
	modified:   Conversion System/obj/Release/net6.0-windows/Conversion System.dll.manifest
	modified:   Conversion System/obj/Release/net6.0-windows/Conversion System.pdb
  • Loading branch information
HystericalBinky committed Sep 27, 2023
1 parent 2bc8c29 commit f4d95f3
Show file tree
Hide file tree
Showing 31 changed files with 173 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<ApplicationRevision>1</ApplicationRevision>
<ApplicationVersion>1.0.0.*</ApplicationVersion>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.1.0.0</ApplicationVersion>
<BootstrapperEnabled>True</BootstrapperEnabled>
<Configuration>Release</Configuration>
<CreateWebPageOnPublish>False</CreateWebPageOnPublish>
<GenerateManifests>true</GenerateManifests>
<Install>True</Install>
<InstallFrom>Disk</InstallFrom>
<IsRevisionIncremented>True</IsRevisionIncremented>
<IsRevisionIncremented>False</IsRevisionIncremented>
<IsWebBootstrapper>False</IsWebBootstrapper>
<MapFileExtensions>True</MapFileExtensions>
<OpenBrowserOnPublish>False</OpenBrowserOnPublish>
Expand All @@ -34,7 +34,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
</PropertyGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.NetCore.DesktopRuntime.6.0.x64">
<Install>True</Install>
<Install>true</Install>
<ProductName>.NET Desktop Runtime 6.0.22 (x64)</ProductName>
</BootstrapperPackage>
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<History>True|2023-09-26T15:32:16.7355440Z;</History>
<History>True|2023-09-27T08:26:24.2131605Z;</History>
<LastFailureDetails />
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<?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="Conversion System.application" version="1.0.0.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" />
<assemblyIdentity name="Conversion System.application" version="1.1.0.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" />
<description asmv2:publisher="Conversion System" asmv2:product="Conversion System" 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="Conversion System.dll.manifest" size="5222">
<assemblyIdentity name="Conversion System.exe" version="1.0.0.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
<assemblyIdentity name="Conversion System.exe" version="1.1.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>iNhg/q+PeW3YiAZWSPjIGB4zAFm5vznEI0UYoFy0rkk=</dsig:DigestValue>
<dsig:DigestValue>+r16L26VWRIhgYm3WyllrtENP9NcdP/1noi7+Yxd+6A=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?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="Conversion System.exe" version="1.0.0.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
<asmv1:assemblyIdentity name="Conversion System.exe" version="1.1.0.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
<description asmv2:iconFile="Kopie_van_Spheric-removebg-preview.ico" xmlns="urn:schemas-microsoft-com:asm.v1" />
<application />
<entryPoint>
Expand Down Expand Up @@ -63,13 +63,13 @@
<dsig:DigestValue>sPws9dEPG064aBCpd5saSNtElxkqKHuyXa/DasCGx5s=</dsig:DigestValue>
</hash>
</file>
<file name="Conversion System.dll" size="232448">
<file name="Conversion System.dll" size="233984">
<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>EwlzRLTx+V1jMBn5IKslE7a9gsDGC1E0SeBqVAKxjR8=</dsig:DigestValue>
<dsig:DigestValue>0oXF6ajfrLl/qEe1JTEg6QtAGP4VzOW1g2GZE0axQX8=</dsig:DigestValue>
</hash>
</file>
<file name="Conversion System.exe" size="260096">
Expand Down
Binary file modified Conversion System/bin/Release/net6.0-windows/Conversion System.pdb
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?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="Conversion System.exe" version="1.0.0.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
<asmv1:assemblyIdentity name="Conversion System.exe" version="1.1.0.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
<description asmv2:iconFile="Kopie_van_Spheric-removebg-preview.ico" xmlns="urn:schemas-microsoft-com:asm.v1" />
<application />
<entryPoint>
Expand Down Expand Up @@ -63,13 +63,13 @@
<dsig:DigestValue>sPws9dEPG064aBCpd5saSNtElxkqKHuyXa/DasCGx5s=</dsig:DigestValue>
</hash>
</file>
<file name="Conversion System.dll" size="232448">
<file name="Conversion System.dll" size="233984">
<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>EwlzRLTx+V1jMBn5IKslE7a9gsDGC1E0SeBqVAKxjR8=</dsig:DigestValue>
<dsig:DigestValue>0oXF6ajfrLl/qEe1JTEg6QtAGP4VzOW1g2GZE0axQX8=</dsig:DigestValue>
</hash>
</file>
<file name="Conversion System.exe" size="260096">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<?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="Conversion System.application" version="1.0.0.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" />
<assemblyIdentity name="Conversion System.application" version="1.1.0.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" />
<description asmv2:publisher="Conversion System" asmv2:product="Conversion System" 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="Application Files\Conversion System_1_0_0_0\Conversion System.dll.manifest" size="5222">
<assemblyIdentity name="Conversion System.exe" version="1.0.0.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
<dependentAssembly dependencyType="install" codebase="Application Files\Conversion System_1_1_0_0\Conversion System.dll.manifest" size="5222">
<assemblyIdentity name="Conversion System.exe" version="1.1.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>iNhg/q+PeW3YiAZWSPjIGB4zAFm5vznEI0UYoFy0rkk=</dsig:DigestValue>
<dsig:DigestValue>+r16L26VWRIhgYm3WyllrtENP9NcdP/1noi7+Yxd+6A=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@
<dsig:DigestValue>sPws9dEPG064aBCpd5saSNtElxkqKHuyXa/DasCGx5s=</dsig:DigestValue>
</hash>
</file>
<file name="Conversion System.dll" size="232960">
<file name="Conversion System.dll" size="234496">
<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>Ib0rQhUc5I3z51V/X/TLYoroTzAemNLgPGS9Qp/vMcg=</dsig:DigestValue>
<dsig:DigestValue>n+V79R5Kia0Eqb0satyKZU54JDT4+nvcouqpaqAvnTw=</dsig:DigestValue>
</hash>
</file>
<file name="Conversion System.exe" size="260608">
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v6.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v6.0": {
"Conversion System/1.0.0": {
"runtime": {
"Conversion System.dll": {}
}
}
}
},
"libraries": {
"Conversion System/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
<?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="Conversion System.exe" version="1.1.0.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
<description asmv2:iconFile="Kopie_van_Spheric-removebg-preview.ico" xmlns="urn:schemas-microsoft-com:asm.v1" />
<application />
<entryPoint>
<assemblyIdentity name="Launcher" version="8.0.0.0" language="neutral" processorArchitecture="msil" />
<commandLine file="Launcher.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 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" />
If you want to utilize File and Registry Virtualization for backward
compatibility then delete the requestedExecutionLevel node.
-->
<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="Launcher.exe" size="16384">
<assemblyIdentity name="Launcher" version="8.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>mMqyI/LzRawuh5mqOC09aNFtL8qxc7GQ1c9f+syneRk=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<file name="Conversion System.deps.json" size="443">
<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>sPws9dEPG064aBCpd5saSNtElxkqKHuyXa/DasCGx5s=</dsig:DigestValue>
</hash>
</file>
<file name="Conversion System.dll" size="233984">
<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>0oXF6ajfrLl/qEe1JTEg6QtAGP4VzOW1g2GZE0axQX8=</dsig:DigestValue>
</hash>
</file>
<file name="Conversion System.exe" size="260096">
<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>fqKOhdl6AkIsBXisXoj79XrVo6me6KAA1SuTASGEzF4=</dsig:DigestValue>
</hash>
</file>
<file name="Conversion System.runtimeconfig.json" size="372">
<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>HsoPDHAHCqg7tgnkt0mybctECXhDJgMnJjlHIiJKCYo=</dsig:DigestValue>
</hash>
</file>
<file name="Kopie_van_Spheric-removebg-preview.ico" size="110417">
<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>OAcSi80lAUQl2snyqX6FDsp40C49mTEyrhARAZ3cftY=</dsig:DigestValue>
</hash>
</file>
</asmv1:assembly>
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"runtimeOptions": {
"tfm": "net6.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "6.0.0"
}
],
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
}
}
}
Binary file not shown.
Binary file not shown.
8 changes: 4 additions & 4 deletions Conversion System/bin/publish/Conversion System.application
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<?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="Conversion System.application" version="1.0.0.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" />
<assemblyIdentity name="Conversion System.application" version="1.1.0.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" />
<description asmv2:publisher="Conversion System" asmv2:product="Conversion System" 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="Application Files\Conversion System_1_0_0_0\Conversion System.dll.manifest" size="5222">
<assemblyIdentity name="Conversion System.exe" version="1.0.0.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
<dependentAssembly dependencyType="install" codebase="Application Files\Conversion System_1_1_0_0\Conversion System.dll.manifest" size="5222">
<assemblyIdentity name="Conversion System.exe" version="1.1.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>iNhg/q+PeW3YiAZWSPjIGB4zAFm5vznEI0UYoFy0rkk=</dsig:DigestValue>
<dsig:DigestValue>+r16L26VWRIhgYm3WyllrtENP9NcdP/1noi7+Yxd+6A=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
Loading

0 comments on commit f4d95f3

Please sign in to comment.