Skip to content

Commit 8d85f32

Browse files
committed
New release v1.2.4
1 parent 8123d46 commit 8d85f32

File tree

5 files changed

+117
-13
lines changed

5 files changed

+117
-13
lines changed

Setup/Setup.vdproj

+56-4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@
1313
"SccProvider" = "8:"
1414
"Hierarchy"
1515
{
16+
"Entry"
17+
{
18+
"MsmKey" = "8:_4CC65BCBC5E4BCEFC5CD50D2515A9741"
19+
"OwnerKey" = "8:_E3461C036BF947D88556F74EC33D8DD0"
20+
"MsmSig" = "8:_UNDEFINED"
21+
}
22+
"Entry"
23+
{
24+
"MsmKey" = "8:_5A4B9DAFE9768CBB38DC6AFA6DEF49E9"
25+
"OwnerKey" = "8:_E3461C036BF947D88556F74EC33D8DD0"
26+
"MsmSig" = "8:_UNDEFINED"
27+
}
1628
"Entry"
1729
{
1830
"MsmKey" = "8:_E3461C036BF947D88556F74EC33D8DD0"
@@ -96,6 +108,46 @@
96108
}
97109
"File"
98110
{
111+
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_4CC65BCBC5E4BCEFC5CD50D2515A9741"
112+
{
113+
"SourcePath" = "8:UxTheme.dll"
114+
"TargetName" = "8:UxTheme.dll"
115+
"Tag" = "8:"
116+
"Folder" = "8:_41029E7D8E6B4E77BA5BF125181A456D"
117+
"Condition" = "8:"
118+
"Transitive" = "11:FALSE"
119+
"Vital" = "11:TRUE"
120+
"ReadOnly" = "11:FALSE"
121+
"Hidden" = "11:FALSE"
122+
"System" = "11:FALSE"
123+
"Permanent" = "11:FALSE"
124+
"SharedLegacy" = "11:FALSE"
125+
"PackageAs" = "3:1"
126+
"Register" = "3:4"
127+
"Exclude" = "11:TRUE"
128+
"IsDependency" = "11:TRUE"
129+
"IsolateTo" = "8:"
130+
}
131+
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_5A4B9DAFE9768CBB38DC6AFA6DEF49E9"
132+
{
133+
"SourcePath" = "8:COMDLG32.dll"
134+
"TargetName" = "8:COMDLG32.dll"
135+
"Tag" = "8:"
136+
"Folder" = "8:_41029E7D8E6B4E77BA5BF125181A456D"
137+
"Condition" = "8:"
138+
"Transitive" = "11:FALSE"
139+
"Vital" = "11:TRUE"
140+
"ReadOnly" = "11:FALSE"
141+
"Hidden" = "11:FALSE"
142+
"System" = "11:FALSE"
143+
"Permanent" = "11:FALSE"
144+
"SharedLegacy" = "11:FALSE"
145+
"PackageAs" = "3:1"
146+
"Register" = "3:1"
147+
"Exclude" = "11:TRUE"
148+
"IsDependency" = "11:TRUE"
149+
"IsolateTo" = "8:"
150+
}
99151
}
100152
"FileType"
101153
{
@@ -159,15 +211,15 @@
159211
{
160212
"Name" = "8:Microsoft Visual Studio"
161213
"ProductName" = "8:Telemetry Monitor"
162-
"ProductCode" = "8:{03DD3386-EDEB-4799-9591-32868FCB6111}"
163-
"PackageCode" = "8:{F67EA64D-88BB-45CC-B094-C53507481BAC}"
214+
"ProductCode" = "8:{0347848F-27AB-42E6-8D01-DB83C288DB04}"
215+
"PackageCode" = "8:{DFBD192D-738D-4DF8-BD32-BB0B6B153D42}"
164216
"UpgradeCode" = "8:{0059BDD4-CAF2-4273-B4E2-4446D5CA3E27}"
165217
"AspNetVersion" = "8:4.0.30319.0"
166218
"RestartWWWService" = "11:FALSE"
167219
"RemovePreviousVersions" = "11:TRUE"
168220
"DetectNewerInstalledVersion" = "11:TRUE"
169221
"InstallAllUsers" = "11:FALSE"
170-
"ProductVersion" = "8:1.2.3"
222+
"ProductVersion" = "8:1.2.4"
171223
"Manufacturer" = "8:Electron"
172224
"ARPHELPTELEPHONE" = "8:"
173225
"ARPHELPLINK" = "8:http://www.wolfgang-rolke.de/gbxdump/"
@@ -733,7 +785,7 @@
733785
{
734786
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_E3461C036BF947D88556F74EC33D8DD0"
735787
{
736-
"SourcePath" = "8:"
788+
"SourcePath" = "8:..\\Release\\TMTelemetry.exe"
737789
"TargetName" = "8:"
738790
"Tag" = "8:"
739791
"Folder" = "8:_41029E7D8E6B4E77BA5BF125181A456D"

TMTelemetry.exe.manifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3-
<assemblyIdentity type="win32" name="Electron.GbxTools.TMTelemetry" version="1.2.3.12" processorArchitecture="*"></assemblyIdentity>
3+
<assemblyIdentity type="win32" name="Electron.GbxTools.TMTelemetry" version="1.2.4.13" processorArchitecture="*"></assemblyIdentity>
44
<description>TMTelemetry</description>
55
<dependency>
66
<dependentAssembly>

TMTelemetry.rc

40 Bytes
Binary file not shown.

TMTelemetry.vcxproj

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,32 +22,32 @@
2222
<ProjectGuid>{8B78BFBC-A1B6-4C44-8295-5F57717BF3C6}</ProjectGuid>
2323
<Keyword>Win32Proj</Keyword>
2424
<RootNamespace>TMTelemetry</RootNamespace>
25-
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
25+
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
2626
</PropertyGroup>
2727
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2828
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
2929
<ConfigurationType>Application</ConfigurationType>
3030
<UseDebugLibraries>true</UseDebugLibraries>
31-
<PlatformToolset>v141</PlatformToolset>
31+
<PlatformToolset>v143</PlatformToolset>
3232
<CharacterSet>Unicode</CharacterSet>
3333
</PropertyGroup>
3434
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3535
<ConfigurationType>Application</ConfigurationType>
3636
<UseDebugLibraries>true</UseDebugLibraries>
37-
<PlatformToolset>v141</PlatformToolset>
37+
<PlatformToolset>v143</PlatformToolset>
3838
<CharacterSet>Unicode</CharacterSet>
3939
</PropertyGroup>
4040
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
4141
<ConfigurationType>Application</ConfigurationType>
4242
<UseDebugLibraries>false</UseDebugLibraries>
43-
<PlatformToolset>v141</PlatformToolset>
43+
<PlatformToolset>v143</PlatformToolset>
4444
<WholeProgramOptimization>true</WholeProgramOptimization>
4545
<CharacterSet>Unicode</CharacterSet>
4646
</PropertyGroup>
4747
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4848
<ConfigurationType>Application</ConfigurationType>
4949
<UseDebugLibraries>false</UseDebugLibraries>
50-
<PlatformToolset>v141</PlatformToolset>
50+
<PlatformToolset>v143</PlatformToolset>
5151
<WholeProgramOptimization>true</WholeProgramOptimization>
5252
<CharacterSet>Unicode</CharacterSet>
5353
</PropertyGroup>

x64/Setup/Setup64.vdproj

+55-3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,18 @@
1919
"OwnerKey" = "8:_UNDEFINED"
2020
"MsmSig" = "8:_UNDEFINED"
2121
}
22+
"Entry"
23+
{
24+
"MsmKey" = "8:_665FB403A6D4043E012DB9F6B0476849"
25+
"OwnerKey" = "8:_65858AAF14D941598EF861AABF1E2E6B"
26+
"MsmSig" = "8:_UNDEFINED"
27+
}
28+
"Entry"
29+
{
30+
"MsmKey" = "8:_DD522C5831B97ADF6D196D3D5C9B6CEB"
31+
"OwnerKey" = "8:_65858AAF14D941598EF861AABF1E2E6B"
32+
"MsmSig" = "8:_UNDEFINED"
33+
}
2234
}
2335
"Configurations"
2436
{
@@ -96,6 +108,46 @@
96108
}
97109
"File"
98110
{
111+
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_665FB403A6D4043E012DB9F6B0476849"
112+
{
113+
"SourcePath" = "8:UxTheme.dll"
114+
"TargetName" = "8:UxTheme.dll"
115+
"Tag" = "8:"
116+
"Folder" = "8:_CC5F076D042B49EF8560C5B595324D12"
117+
"Condition" = "8:"
118+
"Transitive" = "11:FALSE"
119+
"Vital" = "11:TRUE"
120+
"ReadOnly" = "11:FALSE"
121+
"Hidden" = "11:FALSE"
122+
"System" = "11:FALSE"
123+
"Permanent" = "11:FALSE"
124+
"SharedLegacy" = "11:FALSE"
125+
"PackageAs" = "3:1"
126+
"Register" = "3:4"
127+
"Exclude" = "11:TRUE"
128+
"IsDependency" = "11:TRUE"
129+
"IsolateTo" = "8:"
130+
}
131+
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_DD522C5831B97ADF6D196D3D5C9B6CEB"
132+
{
133+
"SourcePath" = "8:COMDLG32.dll"
134+
"TargetName" = "8:COMDLG32.dll"
135+
"Tag" = "8:"
136+
"Folder" = "8:_CC5F076D042B49EF8560C5B595324D12"
137+
"Condition" = "8:"
138+
"Transitive" = "11:FALSE"
139+
"Vital" = "11:TRUE"
140+
"ReadOnly" = "11:FALSE"
141+
"Hidden" = "11:FALSE"
142+
"System" = "11:FALSE"
143+
"Permanent" = "11:FALSE"
144+
"SharedLegacy" = "11:FALSE"
145+
"PackageAs" = "3:1"
146+
"Register" = "3:1"
147+
"Exclude" = "11:TRUE"
148+
"IsDependency" = "11:TRUE"
149+
"IsolateTo" = "8:"
150+
}
99151
}
100152
"FileType"
101153
{
@@ -159,15 +211,15 @@
159211
{
160212
"Name" = "8:Microsoft Visual Studio"
161213
"ProductName" = "8:Telemetry Monitor"
162-
"ProductCode" = "8:{001ADA82-C6D8-475D-9816-5CF4F964E166}"
163-
"PackageCode" = "8:{9302EA9B-987D-44EE-A266-09F6FE5E75D7}"
214+
"ProductCode" = "8:{08D70253-1351-468C-96E8-9D0A7E4E48DC}"
215+
"PackageCode" = "8:{FC05C91C-F639-40E7-96BB-3EA55F91FF98}"
164216
"UpgradeCode" = "8:{00BD5903-7DBA-499A-9EBA-FB56272E257D}"
165217
"AspNetVersion" = "8:4.0.30319.0"
166218
"RestartWWWService" = "11:FALSE"
167219
"RemovePreviousVersions" = "11:TRUE"
168220
"DetectNewerInstalledVersion" = "11:TRUE"
169221
"InstallAllUsers" = "11:FALSE"
170-
"ProductVersion" = "8:1.2.3"
222+
"ProductVersion" = "8:1.2.4"
171223
"Manufacturer" = "8:Electron"
172224
"ARPHELPTELEPHONE" = "8:"
173225
"ARPHELPLINK" = "8:http://www.wolfgang-rolke.de/gbxdump/"

0 commit comments

Comments
 (0)