Skip to content

Commit cd69756

Browse files
Param Sfo Editor Change
Added SFO Editor Changes Ready For Release
1 parent bddf122 commit cd69756

23 files changed

Lines changed: 730 additions & 31 deletions

PARAM.SFO Editor/PARAM.SFO Editor/Form1.Designer.cs

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PARAM.SFO Editor/PARAM.SFO Editor/Form1.resx

Lines changed: 555 additions & 0 deletions
Large diffs are not rendered by default.

PARAM.SFO Editor/PARAM.SFO Editor/PARAM.SFO Editor.csproj

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@
2828
<PublisherName>TheDarkprogramer</PublisherName>
2929
<SuiteName>PS Tools</SuiteName>
3030
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
31-
<ApplicationRevision>8</ApplicationRevision>
31+
<ApplicationRevision>9</ApplicationRevision>
3232
<ApplicationVersion>0.2.0.%2a</ApplicationVersion>
3333
<UseApplicationTrust>false</UseApplicationTrust>
34+
<CreateDesktopShortcut>true</CreateDesktopShortcut>
3435
<PublishWizardCompleted>true</PublishWizardCompleted>
3536
<BootstrapperEnabled>true</BootstrapperEnabled>
3637
</PropertyGroup>
@@ -65,6 +66,9 @@
6566
<PropertyGroup>
6667
<GenerateManifests>true</GenerateManifests>
6768
</PropertyGroup>
69+
<PropertyGroup>
70+
<ApplicationIcon>sfoeditor.ico</ApplicationIcon>
71+
</PropertyGroup>
6872
<ItemGroup>
6973
<Reference Include="System" />
7074
<Reference Include="System.Core" />
@@ -156,6 +160,11 @@
156160
<ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
157161
<Install>true</Install>
158162
</BootstrapperPackage>
163+
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
164+
<Visible>False</Visible>
165+
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
166+
<Install>false</Install>
167+
</BootstrapperPackage>
159168
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
160169
<Visible>False</Visible>
161170
<ProductName>.NET Framework 3.5 SP1</ProductName>
@@ -213,6 +222,9 @@
213222
<ItemGroup>
214223
<None Include="Resources\LogoMakr_4y3rYY.png" />
215224
</ItemGroup>
225+
<ItemGroup>
226+
<Content Include="sfoeditor.ico" />
227+
</ItemGroup>
216228
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
217229
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
218230
Other similar extension points exist, see Microsoft.Common.targets.

PARAM.SFO Editor/PARAM.SFO Editor/bin/Debug/PARAM.SFO_Editor.application

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
3-
<assemblyIdentity name="PARAM.SFO_Editor.application" version="0.2.0.8" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" />
3+
<assemblyIdentity name="PARAM.SFO_Editor.application" version="0.2.0.9" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" />
44
<description asmv2:publisher="TheDarkprogramer" co.v1:suiteName="PS Tools" asmv2:product="PARAM.SFO Editor" xmlns="urn:schemas-microsoft-com:asm.v1" />
5-
<deployment install="true">
5+
<deployment install="true" co.v1:createDesktopShortcut="true">
66
<subscription>
77
<update>
88
<beforeApplicationStartup />
@@ -14,14 +14,14 @@
1414
<framework targetVersion="4.5" profile="Full" supportedRuntime="4.0.30319" />
1515
</compatibleFrameworks>
1616
<dependency>
17-
<dependentAssembly dependencyType="install" codebase="PARAM.SFO_Editor.exe.manifest" size="3508">
18-
<assemblyIdentity name="PARAM.SFO_Editor.exe" version="0.2.0.8" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
17+
<dependentAssembly dependencyType="install" codebase="PARAM.SFO_Editor.exe.manifest" size="3991">
18+
<assemblyIdentity name="PARAM.SFO_Editor.exe" version="0.2.0.9" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
1919
<hash>
2020
<dsig:Transforms>
2121
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
2222
</dsig:Transforms>
2323
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
24-
<dsig:DigestValue>9Y3E0FtWC5rar2FKmfqledMya5qFeNxG8L610Oh3hdc=</dsig:DigestValue>
24+
<dsig:DigestValue>EE285bpv9lJAP6pDSAAHCXCET1JqgX1FaRywSr2Pti8=</dsig:DigestValue>
2525
</hash>
2626
</dependentAssembly>
2727
</dependency>
56.5 KB
Binary file not shown.

PARAM.SFO Editor/PARAM.SFO Editor/bin/Debug/PARAM.SFO_Editor.exe.manifest

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
3-
<asmv1:assemblyIdentity name="PARAM.SFO_Editor.exe" version="0.2.0.8" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
3+
<asmv1:assemblyIdentity name="PARAM.SFO_Editor.exe" version="0.2.0.9" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
4+
<description asmv2:iconFile="sfoeditor.ico" xmlns="urn:schemas-microsoft-com:asm.v1" />
45
<application />
56
<entryPoint>
67
<assemblyIdentity name="PARAM.SFO_Editor" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
@@ -42,14 +43,14 @@
4243
</dependentAssembly>
4344
</dependency>
4445
<dependency>
45-
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="PARAM.SFO_Editor.exe" size="8460768">
46+
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="PARAM.SFO_Editor.exe" size="8518624">
4647
<assemblyIdentity name="PARAM.SFO_Editor" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
4748
<hash>
4849
<dsig:Transforms>
4950
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
5051
</dsig:Transforms>
5152
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
52-
<dsig:DigestValue>wQAUztzPRTmudgskXKo9U0qifvJG1o6YtWL2Bak0sSI=</dsig:DigestValue>
53+
<dsig:DigestValue>SDvc39e5msdKiv2t3Cn3MXJfrD540VBPKbBAHoCX/tk=</dsig:DigestValue>
5354
</hash>
5455
</dependentAssembly>
5556
</dependency>
@@ -62,4 +63,13 @@
6263
<dsig:DigestValue>xm4bo26HQ0LNVwz1vdPYtzhkpMnp2AI5i+f0b+OahTI=</dsig:DigestValue>
6364
</hash>
6465
</file>
66+
<file name="sfoeditor.ico" size="32988">
67+
<hash>
68+
<dsig:Transforms>
69+
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
70+
</dsig:Transforms>
71+
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
72+
<dsig:DigestValue>erXic85q7BC+GrmvaMZjZM4DiTRvbIFU/XDKJ6D5V8w=</dsig:DigestValue>
73+
</hash>
74+
</file>
6575
</asmv1:assembly>
0 Bytes
Binary file not shown.

PARAM.SFO Editor/PARAM.SFO Editor/bin/Debug/PARAM.SFO_Editor.vshost.application

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
3-
<assemblyIdentity name="PARAM.SFO_Editor.application" version="0.2.0.6" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" />
3+
<assemblyIdentity name="PARAM.SFO_Editor.application" version="0.2.0.9" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" />
44
<description asmv2:publisher="TheDarkprogramer" co.v1:suiteName="PS Tools" asmv2:product="PARAM.SFO Editor" xmlns="urn:schemas-microsoft-com:asm.v1" />
5-
<deployment install="true">
5+
<deployment install="true" co.v1:createDesktopShortcut="true">
66
<subscription>
77
<update>
88
<beforeApplicationStartup />
99
</update>
1010
</subscription>
11-
<deploymentProvider codebase="http://xdpx.000webhost.com/ParamSFO/PARAM.SFO_Editor.application" />
11+
<deploymentProvider codebase="http://www.nigmacontractors.co.za/PSTools/SFO/PARAM.SFO_Editor.application" />
1212
</deployment>
1313
<compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2">
1414
<framework targetVersion="4.5" profile="Full" supportedRuntime="4.0.30319" />
1515
</compatibleFrameworks>
1616
<dependency>
17-
<dependentAssembly dependencyType="install" codebase="PARAM.SFO_Editor.exe.manifest" size="3508">
18-
<assemblyIdentity name="PARAM.SFO_Editor.exe" version="0.2.0.6" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
17+
<dependentAssembly dependencyType="install" codebase="PARAM.SFO_Editor.exe.manifest" size="3991">
18+
<assemblyIdentity name="PARAM.SFO_Editor.exe" version="0.2.0.9" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
1919
<hash>
2020
<dsig:Transforms>
2121
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
2222
</dsig:Transforms>
2323
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
24-
<dsig:DigestValue>OhZndPMAnhYNqjZEMybS4N35pb497eMYMuBFdxz0ptA=</dsig:DigestValue>
24+
<dsig:DigestValue>EE285bpv9lJAP6pDSAAHCXCET1JqgX1FaRywSr2Pti8=</dsig:DigestValue>
2525
</hash>
2626
</dependentAssembly>
2727
</dependency>

PARAM.SFO Editor/PARAM.SFO Editor/bin/Debug/PARAM.SFO_Editor.vshost.exe.manifest

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
3-
<asmv1:assemblyIdentity name="PARAM.SFO_Editor.exe" version="0.2.0.8" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
3+
<asmv1:assemblyIdentity name="PARAM.SFO_Editor.exe" version="0.2.0.9" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
4+
<description asmv2:iconFile="sfoeditor.ico" xmlns="urn:schemas-microsoft-com:asm.v1" />
45
<application />
56
<entryPoint>
67
<assemblyIdentity name="PARAM.SFO_Editor" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
@@ -42,14 +43,14 @@
4243
</dependentAssembly>
4344
</dependency>
4445
<dependency>
45-
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="PARAM.SFO_Editor.exe" size="8460768">
46+
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="PARAM.SFO_Editor.exe" size="8518624">
4647
<assemblyIdentity name="PARAM.SFO_Editor" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
4748
<hash>
4849
<dsig:Transforms>
4950
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
5051
</dsig:Transforms>
5152
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
52-
<dsig:DigestValue>wQAUztzPRTmudgskXKo9U0qifvJG1o6YtWL2Bak0sSI=</dsig:DigestValue>
53+
<dsig:DigestValue>SDvc39e5msdKiv2t3Cn3MXJfrD540VBPKbBAHoCX/tk=</dsig:DigestValue>
5354
</hash>
5455
</dependentAssembly>
5556
</dependency>
@@ -62,4 +63,13 @@
6263
<dsig:DigestValue>xm4bo26HQ0LNVwz1vdPYtzhkpMnp2AI5i+f0b+OahTI=</dsig:DigestValue>
6364
</hash>
6465
</file>
66+
<file name="sfoeditor.ico" size="32988">
67+
<hash>
68+
<dsig:Transforms>
69+
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
70+
</dsig:Transforms>
71+
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
72+
<dsig:DigestValue>erXic85q7BC+GrmvaMZjZM4DiTRvbIFU/XDKJ6D5V8w=</dsig:DigestValue>
73+
</hash>
74+
</file>
6575
</asmv1:assembly>
Binary file not shown.

0 commit comments

Comments
 (0)