Skip to content

Commit 39b87a1

Browse files
committed
StreamController 0.0.4
1 parent 6ad0c8b commit 39b87a1

File tree

8 files changed

+106
-34
lines changed

8 files changed

+106
-34
lines changed

NAudioWrapperLibrary/NAudioWrapperLibrary.csproj

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,21 @@
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
5-
<AssemblyVersion>0.1.0.0</AssemblyVersion>
6-
<FileVersion>0.1.0.0</FileVersion>
7-
<Version>0.1.0</Version>
5+
<AssemblyVersion>0.2.0.0</AssemblyVersion>
6+
<FileVersion>0.2.0.0</FileVersion>
7+
<Version>0.2.0</Version>
88
<Authors>John Cook</Authors>
99
<Copyright>Copyright © John Cook 2020</Copyright>
1010
<Platforms>AnyCPU;x64;x86</Platforms>
1111
<RuntimeIdentifiers>win-x64;win-x86</RuntimeIdentifiers>
1212
<RootNamespace>uk.JohnCook.dotnet.NAudioWrapperLibrary</RootNamespace>
13+
<NeutralLanguage>en-GB</NeutralLanguage>
14+
<Description>The purpose of this library is to interface with the Windows audio devices via the NAudio library.</Description>
15+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
16+
<PackageReleaseNotes>Version bump of NAudioWrapperLibrary. Nowhere near stable yet - minor version changes almost certainly have breaking changes.</PackageReleaseNotes>
17+
<RepositoryUrl>https://github.com/watfordjc/csharp-stream-controller</RepositoryUrl>
18+
<RepositoryType>git</RepositoryType>
19+
<PackageProjectUrl>https://github.com/watfordjc/csharp-stream-controller</PackageProjectUrl>
1320
</PropertyGroup>
1421

1522
<ItemGroup>
@@ -30,6 +37,17 @@
3037
<Folder Include="lib\Assets\" />
3138
</ItemGroup>
3239

40+
<ItemGroup>
41+
<None Include="..\LICENSE">
42+
<Pack>True</Pack>
43+
<PackagePath></PackagePath>
44+
</None>
45+
<None Include="..\README.md">
46+
<Pack>True</Pack>
47+
<PackagePath></PackagePath>
48+
</None>
49+
</ItemGroup>
50+
3351
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
3452
<Exec Command="if &quot;$(ConfigurationName)&quot; == &quot;Release&quot; (&#xD;&#xA;&quot;C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x86\signtool.exe&quot; sign /tr http://timestamp.digicert.com /td sha256 /fd sha256 /n &quot;$(Company)&quot; &quot;$(TargetDir)$(TargetFileName)&quot;&#xD;&#xA;)" />
3553
</Target>

NetworkingWrapperLibrary/NetworkingWrapperLibrary.csproj

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,19 @@
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
5-
<PackageLicenseFile>license.md</PackageLicenseFile>
5+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
66
<Platforms>AnyCPU;x64;x86</Platforms>
77
<RuntimeIdentifiers>win-x64;win-x86</RuntimeIdentifiers>
88
<RootNamespace>uk.JohnCook.dotnet.NetworkingWrapperLibrary</RootNamespace>
99
<Version>0.1.0</Version>
1010
<Authors>John Cook</Authors>
1111
<Copyright>Copyright © John Cook 2020</Copyright>
1212
<NeutralLanguage>en-GB</NeutralLanguage>
13+
<Description>The purpose of this library is to interface with the Windows networking devices.</Description>
14+
<PackageReleaseNotes>Version bump of NetworkingWrapperLibrary. Nowhere near stable yet - minor version changes almost certainly have breaking changes.</PackageReleaseNotes>
15+
<RepositoryUrl>https://github.com/watfordjc/csharp-stream-controller</RepositoryUrl>
16+
<RepositoryType>git</RepositoryType>
17+
<PackageProjectUrl>https://github.com/watfordjc/csharp-stream-controller</PackageProjectUrl>
1318
</PropertyGroup>
1419

1520
<ItemGroup>
@@ -21,7 +26,7 @@
2126
</ItemGroup>
2227

2328
<ItemGroup>
24-
<None Include="NetworkHelper\license.md">
29+
<None Include="..\LICENSE">
2530
<Pack>True</Pack>
2631
<PackagePath></PackagePath>
2732
</None>

OBSWebSocketLibrary/OBSWebSocketLibrary.csproj

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,21 @@
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
5-
<AssemblyVersion>0.1.0.0</AssemblyVersion>
6-
<FileVersion>0.1.0.0</FileVersion>
7-
<Version>0.1.0</Version>
5+
<AssemblyVersion>0.2.0.0</AssemblyVersion>
6+
<FileVersion>0.2.0.0</FileVersion>
7+
<Version>0.2.0</Version>
88
<Authors>John Cook</Authors>
99
<Copyright>Copyright © John Cook 2020</Copyright>
1010
<Platforms>AnyCPU;x64;x86</Platforms>
1111
<RuntimeIdentifiers>win-x64;win-x86</RuntimeIdentifiers>
1212
<RootNamespace>uk.JohnCook.dotnet.OBSWebSocketLibrary</RootNamespace>
1313
<NeutralLanguage>en-GB</NeutralLanguage>
14+
<Description>The purpose of this library is to provide an obs-websocket specific implementation of WebSocketLibrary.GenericClient.</Description>
15+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
16+
<PackageReleaseNotes>Version bump of OBSWebSocketLibrary. Nowhere near stable yet - minor version changes almost certainly have breaking changes.</PackageReleaseNotes>
17+
<RepositoryUrl>https://github.com/watfordjc/csharp-stream-controller</RepositoryUrl>
18+
<RepositoryType>git</RepositoryType>
19+
<PackageProjectUrl>https://github.com/watfordjc/csharp-stream-controller</PackageProjectUrl>
1420
</PropertyGroup>
1521

1622
<ItemGroup>
@@ -40,6 +46,13 @@
4046
</EmbeddedResource>
4147
</ItemGroup>
4248

49+
<ItemGroup>
50+
<None Include="..\LICENSE">
51+
<Pack>True</Pack>
52+
<PackagePath></PackagePath>
53+
</None>
54+
</ItemGroup>
55+
4356
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
4457
<Exec Command="if &quot;$(ConfigurationName)&quot; == &quot;Release&quot; (&#xD;&#xA;&quot;C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x86\signtool.exe&quot; sign /tr http://timestamp.digicert.com /td sha256 /fd sha256 /n &quot;$(Company)&quot; &quot;$(TargetDir)$(TargetFileName)&quot;&#xD;&#xA;)" />
4558
</Target>

Setup/Assets/LICENSE.rtf

44 Bytes
Binary file not shown.

Setup/ComponentsGenerated.wxs

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,61 +2,61 @@
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
33
<Fragment>
44
<DirectoryRef Id="INSTALLFOLDER">
5-
<Component Id="cmpBE3C1D05C7C90455322C9F819A57A07A" Guid="{E66A49EB-A144-4DCB-BD16-6FD507CCF01E}">
5+
<Component Id="cmpBE3C1D05C7C90455322C9F819A57A07A" Guid="{8EA63BA5-4C48-4A7C-BC5A-92F600E1B4F9}">
66
<File Id="filE7C602A91344AD969255F20A2CA7411A" KeyPath="yes" Source="$(var.BasePath)\Hardcodet.Wpf.TaskbarNotification.dll" />
77
</Component>
8-
<Component Id="cmp6008A86AE138BD45314608B385266AA3" Guid="{407290A3-6C9E-4793-82A9-A7DBA122D1E7}">
8+
<Component Id="cmp6008A86AE138BD45314608B385266AA3" Guid="{425F0522-6086-477C-B594-EC7545F961F2}">
99
<File Id="fil1903E10C302552AF0F25292D924A8B57" KeyPath="yes" Source="$(var.BasePath)\icon.ico" />
1010
</Component>
11-
<Component Id="cmp979BB5B2297816EF2D91624FE967267D" Guid="{2CB9588B-D17B-4508-B03D-8BF5CB66A0ED}">
11+
<Component Id="cmp979BB5B2297816EF2D91624FE967267D" Guid="{3BFDF319-1567-4FEB-9EA8-C144AA03BC52}">
1212
<File Id="fil90ABFE40E18B3705156C760B3E7FFC87" KeyPath="yes" Source="$(var.BasePath)\NAudio.dll" />
1313
</Component>
14-
<Component Id="cmp15F276DD78B937ABF16BDD9DDBEAAF51" Guid="{F4A200CA-6058-421F-BF36-5C639F97F882}">
14+
<Component Id="cmp15F276DD78B937ABF16BDD9DDBEAAF51" Guid="{76B04986-51F4-40F6-8D86-11A81C671496}">
1515
<File Id="fil58369E9BD68E8957FFCC49B9A4B866DC" KeyPath="yes" Source="$(var.BasePath)\NAudioWrapperLibrary.dll" />
1616
</Component>
17-
<Component Id="cmpC9CCC10524EC28AC8D49BDBCF324B1E2" Guid="{1E94D449-04F5-47CC-BAA3-CD1191C05784}">
17+
<Component Id="cmpC9CCC10524EC28AC8D49BDBCF324B1E2" Guid="{ABA691F2-B898-4EDF-80CA-E412C304C326}">
1818
<File Id="fil978BA102798C46007549A6278F276FA0" KeyPath="yes" Source="$(var.BasePath)\NAudioWrapperLibrary.pdb" />
1919
</Component>
20-
<Component Id="cmpE74CA790A66676363C35D80877FFA067" Guid="{E7DA70D1-7B86-47B4-A07F-C52D16A2FBA1}">
20+
<Component Id="cmpE74CA790A66676363C35D80877FFA067" Guid="{0A22F588-856B-4978-AB20-5463C4F64F40}">
2121
<File Id="filFD337ED5567EA659AA14D088DF1DABBE" KeyPath="yes" Source="$(var.BasePath)\NetworkingWrapperLibrary.dll" />
2222
</Component>
23-
<Component Id="cmpA5B86012D697E6B9E09D3B4EC05B400C" Guid="{D93E9816-B710-4C22-B544-223B0007B0DE}">
23+
<Component Id="cmpA5B86012D697E6B9E09D3B4EC05B400C" Guid="{F9416A32-3095-4DAA-A530-0839CD804072}">
2424
<File Id="fil270A1CE538A415D25A1F5067E24AC556" KeyPath="yes" Source="$(var.BasePath)\NetworkingWrapperLibrary.pdb" />
2525
</Component>
26-
<Component Id="cmp96C2150271DEB1D6783982D5FBD66080" Guid="{F2AEEDB8-D3F2-4475-A52C-EAA543D81CD0}">
26+
<Component Id="cmp96C2150271DEB1D6783982D5FBD66080" Guid="{9FEF331D-3A30-4AB0-A76A-36F1541CD985}">
2727
<File Id="fil5FC609FF1C2DDAAB263D47FB6739047B" KeyPath="yes" Source="$(var.BasePath)\OBSWebSocketLibrary.dll" />
2828
</Component>
29-
<Component Id="cmp8D63CAFAF7001FB2C717C72E8F021B38" Guid="{AD7064C3-B215-431A-8F0B-60B463998020}">
29+
<Component Id="cmp8D63CAFAF7001FB2C717C72E8F021B38" Guid="{5B1A7DE0-27D0-4706-8EC7-8FC0F65D0AF6}">
3030
<File Id="fil7B4112338D0099C24CF27F888F37C490" KeyPath="yes" Source="$(var.BasePath)\OBSWebSocketLibrary.pdb" />
3131
</Component>
32-
<Component Id="cmpCCE82857804FE1C0A9C544F18575AA72" Guid="{22253C4F-A4EF-4750-A712-C0779F9DAE79}">
32+
<Component Id="cmpCCE82857804FE1C0A9C544F18575AA72" Guid="{0890C8AD-C8A6-4C89-B36E-4C2FC3AE3DB6}">
3333
<File Id="fil9E70E7BC9B65767F186FDAEDDA616DD9" KeyPath="yes" Source="$(var.BasePath)\SharedModels.dll" />
3434
</Component>
35-
<Component Id="cmp2632C97EF539E8AAB8F5BD9E0AF745AD" Guid="{3AB08ADE-C063-40B3-9A89-070043586340}">
35+
<Component Id="cmp2632C97EF539E8AAB8F5BD9E0AF745AD" Guid="{8B891E77-748E-4665-992E-45610575D0BB}">
3636
<File Id="filD829F76887F60476A19CAA3480BE0328" KeyPath="yes" Source="$(var.BasePath)\SharedModels.pdb" />
3737
</Component>
38-
<Component Id="cmp783EEDF4E4D204DBEA6F3B86C9B5F66F" Guid="{4F8960E2-5C9C-4ECE-A250-DEED648CE627}">
38+
<Component Id="cmp783EEDF4E4D204DBEA6F3B86C9B5F66F" Guid="{CC2409A2-1EBB-4385-BDD4-558875987251}">
3939
<File Id="fil53707ECE2FAFE8492C065574FE62D8D0" KeyPath="yes" Source="$(var.BasePath)\StreamController.deps.json" />
4040
</Component>
41-
<Component Id="cmpBCCE103F5F9888138D149CA2D3F4C388" Guid="{08E0A63D-849D-4E4C-BC81-29E817D84A4D}">
41+
<Component Id="cmpBCCE103F5F9888138D149CA2D3F4C388" Guid="{1E4C8711-E592-4ED6-8637-53423D378342}">
4242
<File Id="filB9A9B27F851F53156D0F1719A11DC945" KeyPath="yes" Source="$(var.BasePath)\StreamController.dll" />
4343
</Component>
44-
<Component Id="cmp3A1A52D7DAFE1B4D1946A67E67C471F4" Guid="{D48E5692-664E-4B01-BEFA-59F582B7409E}">
44+
<Component Id="cmp3A1A52D7DAFE1B4D1946A67E67C471F4" Guid="{973BA188-FBD3-49EE-AC48-D97255373C4B}">
4545
<File Id="fil8C7E37F1FFA1717D823A404C654087F2" KeyPath="yes" Source="$(var.BasePath)\StreamController.exe" />
4646
</Component>
47-
<Component Id="cmp3DDD94F7D3709E101400D0A6613DE7C2" Guid="{748FFE52-ACA2-478C-A2A6-117041261CE1}">
47+
<Component Id="cmp3DDD94F7D3709E101400D0A6613DE7C2" Guid="{F2E918CA-4D0E-472A-A817-E8326DCF1ED0}">
4848
<File Id="filCE031BAEC9D6E24D21243E7B049FFD1F" KeyPath="yes" Source="$(var.BasePath)\StreamController.pdb" />
4949
</Component>
50-
<Component Id="cmp9F31BBD342C55FFB1E3ECB6C47D4F13F" Guid="{63E00B95-EC2C-46B3-9639-BD79F1140029}">
50+
<Component Id="cmp9F31BBD342C55FFB1E3ECB6C47D4F13F" Guid="{72A9A263-7E8A-426A-8B53-0C9AD8026BFB}">
5151
<File Id="fil9728BE8909B086F3184426BC7D773C12" KeyPath="yes" Source="$(var.BasePath)\StreamController.runtimeconfig.json" />
5252
</Component>
53-
<Component Id="cmpB2F9EBAF385E9E29B5A93F58B0D73177" Guid="{67275C53-B153-4D52-9A1F-865BB6078B86}">
53+
<Component Id="cmpB2F9EBAF385E9E29B5A93F58B0D73177" Guid="{FD207E2F-DD7D-4F7B-BADD-13F1DB614D59}">
5454
<File Id="filA39AFD83E426A11FDBCFCA1B11CFEE01" KeyPath="yes" Source="$(var.BasePath)\System.Management.dll" />
5555
</Component>
56-
<Component Id="cmp41CA3F3B85F5423E36E2246F97BEE6E4" Guid="{6C499472-A4B1-4A9E-9E38-08DB0ED3AD56}">
56+
<Component Id="cmp41CA3F3B85F5423E36E2246F97BEE6E4" Guid="{126DDD2C-457C-458C-947F-ABA7867FC0A4}">
5757
<File Id="filF7ACF51715946643E89521C6E65E54A7" KeyPath="yes" Source="$(var.BasePath)\WebSocketLibrary.dll" />
5858
</Component>
59-
<Component Id="cmp715A39DB7F358E0CA342936B1EE4BFE1" Guid="{F936A87C-3415-4247-9B11-779D8B7F3652}">
59+
<Component Id="cmp715A39DB7F358E0CA342936B1EE4BFE1" Guid="{35888E9F-5D64-41F5-97C6-2761C3E7E045}">
6060
<File Id="fil1E96CE34E999C46E073F7378D9B5EBF2" KeyPath="yes" Source="$(var.BasePath)\WebSocketLibrary.pdb" />
6161
</Component>
6262
</DirectoryRef>

SharedModels/SharedModels.csproj

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,20 @@
33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
55
<Authors>John Cook</Authors>
6-
<Version>0.1.0</Version>
7-
<AssemblyVersion>0.1.0.0</AssemblyVersion>
8-
<FileVersion>0.1.0.0</FileVersion>
6+
<Version>0.2.0</Version>
7+
<AssemblyVersion>0.2.0.0</AssemblyVersion>
8+
<FileVersion>0.2.0.0</FileVersion>
99
<Copyright>Copyright © John Cook 2020</Copyright>
1010
<Platforms>AnyCPU;x64;x86</Platforms>
1111
<RuntimeIdentifiers>win-x64;win-x86</RuntimeIdentifiers>
1212
<RootNamespace>uk.JohnCook.dotnet.SharedModels</RootNamespace>
1313
<NeutralLanguage>en-GB</NeutralLanguage>
14+
<Description>This library is for classes that are used by other projects/libraries and will eventually be for classes that aren't dependent on other projects and are used across projects.</Description>
15+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
16+
<PackageReleaseNotes>Version bump of SharedModels. Minor version changes may have breaking changes.</PackageReleaseNotes>
17+
<RepositoryUrl>https://github.com/watfordjc/csharp-stream-controller</RepositoryUrl>
18+
<RepositoryType>git</RepositoryType>
19+
<PackageProjectUrl>https://github.com/watfordjc/csharp-stream-controller</PackageProjectUrl>
1420
</PropertyGroup>
1521

1622
<ItemGroup>
@@ -21,6 +27,13 @@
2127
<PackageReference Include="NAudio" Version="1.10.0" />
2228
</ItemGroup>
2329

30+
<ItemGroup>
31+
<None Include="..\LICENSE">
32+
<Pack>True</Pack>
33+
<PackagePath></PackagePath>
34+
</None>
35+
</ItemGroup>
36+
2437
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
2538
<Exec Command="if &quot;$(ConfigurationName)&quot; == &quot;Release&quot; (&#xD;&#xA;&quot;C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x86\signtool.exe&quot; sign /tr http://timestamp.digicert.com /td sha256 /fd sha256 /n &quot;$(Company)&quot; &quot;$(TargetDir)$(TargetFileName)&quot;&#xD;&#xA;)" />
2639
</Target>

StreamController/StreamController.csproj

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,20 @@
55
<TargetFramework>netcoreapp3.1</TargetFramework>
66
<RootNamespace>uk.JohnCook.dotnet.StreamController</RootNamespace>
77
<UseWPF>true</UseWPF>
8-
<Version>0.0.3</Version>
8+
<Version>0.0.4</Version>
99
<NeutralLanguage>en-GB</NeutralLanguage>
1010
<StartupObject>StreamController.App</StartupObject>
1111
<Authors>John Cook</Authors>
1212
<Copyright>Copyright © John Cook 2020</Copyright>
1313
<Platforms>AnyCPU;x64;x86</Platforms>
1414
<RuntimeIdentifiers>win-x64;win-x86</RuntimeIdentifiers>
1515
<ApplicationIcon>icon-neutral.ico</ApplicationIcon>
16+
<Description>A work-in-progress stream control application that acts as a helper connectivity hub for video streaming.</Description>
17+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
18+
<PackageReleaseNotes>First planned release of StreamController.</PackageReleaseNotes>
19+
<RepositoryUrl>https://github.com/watfordjc/csharp-stream-controller</RepositoryUrl>
20+
<RepositoryType>git</RepositoryType>
21+
<PackageProjectUrl>https://github.com/watfordjc/csharp-stream-controller</PackageProjectUrl>
1622
</PropertyGroup>
1723

1824
<ItemGroup>
@@ -52,6 +58,10 @@
5258
<Generator>PublicSettingsSingleFileGenerator</Generator>
5359
<LastGenOutput>Preferences.Designer.cs</LastGenOutput>
5460
</None>
61+
<None Include="..\LICENSE">
62+
<Pack>True</Pack>
63+
<PackagePath></PackagePath>
64+
</None>
5565
</ItemGroup>
5666

5767
<ItemGroup>

WebSocketLibrary/WebSocketLibrary.csproj

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,21 @@
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
5-
<Version>0.1.0</Version>
5+
<Version>0.2.0</Version>
66
<Authors>John Cook</Authors>
7-
<AssemblyVersion>0.1.0.0</AssemblyVersion>
8-
<FileVersion>0.1.0.0</FileVersion>
7+
<AssemblyVersion>0.2.0.0</AssemblyVersion>
8+
<FileVersion>0.2.0.0</FileVersion>
99
<Copyright>Copyright © John Cook 2020</Copyright>
1010
<Platforms>AnyCPU;x64;x86</Platforms>
1111
<RuntimeIdentifiers>win-x64;win-x86</RuntimeIdentifiers>
1212
<RootNamespace>uk.JohnCook.dotnet.WebSocketLibrary</RootNamespace>
1313
<NeutralLanguage>en-GB</NeutralLanguage>
14+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
15+
<Description>The purpose of this library is to provide a generic websocket client (GenericClient) using System.Net.WebSockets.ClientWebSocket.</Description>
16+
<PackageReleaseNotes>Version bump of WebSocketLibrary. Nowhere near stable yet - minor version changes almost certainly have breaking changes.</PackageReleaseNotes>
17+
<RepositoryUrl>https://github.com/watfordjc/csharp-stream-controller</RepositoryUrl>
18+
<RepositoryType>git</RepositoryType>
19+
<PackageProjectUrl>https://github.com/watfordjc/csharp-stream-controller</PackageProjectUrl>
1420
</PropertyGroup>
1521

1622
<ItemGroup>
@@ -20,6 +26,13 @@
2026
</PackageReference>
2127
</ItemGroup>
2228

29+
<ItemGroup>
30+
<None Include="..\LICENSE">
31+
<Pack>True</Pack>
32+
<PackagePath></PackagePath>
33+
</None>
34+
</ItemGroup>
35+
2336
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
2437
<Exec Command="if &quot;$(ConfigurationName)&quot; == &quot;Release&quot; (&#xD;&#xA;&quot;C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x86\signtool.exe&quot; sign /tr http://timestamp.digicert.com /td sha256 /fd sha256 /n &quot;$(Company)&quot; &quot;$(TargetDir)$(TargetFileName)&quot;&#xD;&#xA;)" />
2538
</Target>

0 commit comments

Comments
 (0)